Hey I have a A/D convertor which is can communicate through the HID interface. The Windows driver is made on top of the HID device. However the linux driver isn't. It goes through core USB subsystem.
Anyhoo, now the windows driver, after sending a command to the device to get data, gives a call to HidD_GetFeature() to get data. I'm guessing its the same as sending a "GET_FEATURE" control transfer get the data. (I noticed that there is a SET_FEATURE and CLEAR_FEATURE control transfer in linux USB docs, but there was no mention of GET_FEATURE, but I'm guessing there is one) So my question is, how do I send the device a "GET_FEATURE" control transfer to request data? Thanks Archit P.S. btw, the device is a MiniLAB1008 A/D Convertor made by Measurement Computing. So if anyone has worked on a driver for a similar device, it would be nice to talk to you and get help. Thanks. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
