gadgetFS USB Driver for Windows

Hello,

We are using USB as device in gadgetFS on Jetson TX2.

For communication with Windows Host PC some USB driver is required. So is there any driver available for USB bulk communication using gadgetFS which is supported to Jetson TX2?

We are not using any usb class, simply using bulk transmission mode.

Gadget only works to emulate a device in standard classes. One example is mass storage, i.e., a hard drive. FYI, a transfer type describes the data channel, but you also need a class (even if it is custom). Anything other than standard class means you need to write a custom driver for both Windows and the Jetson. USB was not designed to operate with a transfer type and no end point class (a custom class is still a class…USB deals with transfer type, the end driver deals with the class).