RE: [linux-usb-devel] HID Simple READ/WRITE

2003-09-30 Thread Robert Bliss
Damien: Thanks for your response. Is there a good tutorial on how to use these report things? (a picture being worth a thousand words) Like what is acually sent to the device from all the stuff that one fills in in the report structure? Is it just the data value and is this a single four byte un

RE: [linux-usb-devel] HID Simple READ/WRITE

2003-09-30 Thread McGivern, Damien
The HID driver doesn't allow you to write directly to the device instead you have to build a report using ioctl calls, which is made up of fields and usages. Unfortunately there is a bug in the HID driver that doesn't allow you to set reports with a count > 1. http://www.mail-archive.com/[EMAIL PR