-
|
Any recommendations on how to add an interface without any endpoints? Need it to support some legacy software applications. I assume I'll need to be hacking up the device vendor class, but wanted to see if anyone had any pointers before I start. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
For now you could implement your own driver using the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! I'll go ahead and do that. Modifying the existing Vendor Device code was straightforward enough - just literally commenting out the following in vendor_device.c. As always, thanks for a fantastic library. |
Beta Was this translation helpful? Give feedback.
Thanks! I'll go ahead and do that. Modifying the existing Vendor Device code was straightforward enough - just literally commenting out the following in vendor_device.c. As always, thanks for a fantastic library.