Hello again, My report doesn't define a report id, as I have only one. My report is simple 8 bytes in/out every time. In Windows, it works. My device is not receiving the report, if it did, I would see the effects from some leds which are connected to my device. In Windows, I actually write to the file handle of the device, I do not need to use any special report api's
Charles Lepple <[EMAIL PROTECTED]> wrote: fdsfdsfs sdfsf wrote: > On top of that, it appears that I am getting all these "successfull" > regardless of which PATH I input to the report functions, and even > if I use PATH=NULL and PATHLEN=0 it still reports success. Well, for those corner cases, libhid is probably using report 0. (Check the debug messages.) Still, the device should report an error if an invalid report ID is sent over. -- Charles Lepple _______________________________________________ libhid-discuss mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/libhid-discuss _______________________________________________ libhid-discuss mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/libhid-discuss

