Linux USB driver – How to set “URB Function” of usb request
I am trying to create a USB driver for Linux. In this driver I am trying to send a usb_ctrlrequest
to a usb device to get some data back. When i send the request in my Linux driver I get no data back,
but the same request in Windows works fine.