xmos / lib_xud

USB device library
Other
9 stars 26 forks source link

Can XMOS get the USB descriptor of a USB host with lib_xud? #366

Closed VergilWang15 closed 1 year ago

VergilWang15 commented 1 year ago

Is there a way to get the descriptor of the USB host that the XMOS device is connected to? In Linux, I can use the libusb_get_device_descriptor method from the libusb library. However, I don't see a similar implementation in the lib_xud library.

Any help would be appreciated!