Hi,

I am new to USB programming and I am trying to write a linux driver for 
a human input device. Under windows I used USB Snoopy to record the data 
sent from/to the windows driver and I am trying to figure out how to 
send the following to the device from a linux driver:

 >>>>>>> URB 447 going down...
-- URB_FUNCTION_CLASS_INTERFACE:
TransferFlags          = 00000000 (USBD_TRANSFER_DIRECTION_OUT, 
~USBD_SHORT_TRANSFER_OK)
TransferBufferLength = 00000003
TransferBuffer       = d3b61640
TransferBufferMDL    = 00000000

0000:
01 55 05
UrbLink                 = 00000000
RequestTypeReservedBits = 22
Request                 = 09
Value                   = 0301
Index                   = 0000


 From what I understand this is a USB-defined class-specific command to 
an interface on a USB device.

I would be very grateful if someone could point me to the relevant 
documentation explaining how to construct and submit a similar URB using 
the USB support in the 2.4 kernel.

Thanks,
Steve.


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to