Hello,
I receive some informations of descriptors from the pic16c745which works in interrupt
transfer. But I don't succeed in receiving the data which is in the buffer with
linux2.4.20. (that was succeful with windows)
I have found the structure for the control and the bulk transfer
struct usbdevfs_ctrltransfer {
__u8 requesttype;
__u8 request;
__u16 value;
__u16 index;
__u16 length;
__u32 timeout; /* in milliseconds */
void *data;};
struct usbdevfs_bulktransfer {
unsigned int ep;
unsigned int len;
unsigned int timeout; /* in milliseconds */
void *data;};
but I haven't found it for INTERRUPT TRANSFER. Could you indicate me where I could
find it if It exists.
Thanks a lot for answering me.
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel