Results 1 to 2 of 2
Hi,
How can I know what number descriptor is used by my usb device indicate via libusb_device_handle structure ? I can't find declaration of libusb_device_handle structure. I need this information ...
- 05-10-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 1
[C/C++] How I can get information about description number usb device
Hi,
How can I know what number descriptor is used by my usb device indicate via libusb_device_handle structure ? I can't find declaration of libusb_device_handle structure. I need this information to use poll() function where I need decripttion number of device. Thanks for help.
- 05-11-2011 #2Just Joined!
- Join Date
- May 2011
- Location
- Hyderabad, India
- Posts
- 4
Hi
libusb_device_handle is used in the libusb package. Unless this libusb is installed in your system you will not be able to use llibusb_device_handle.
you can download it from libusb.orgLast edited by oz; 05-11-2011 at 02:09 PM. Reason: removed spam signature


Reply With Quote