Here is the output of the program with usb_debug_level set to 5 -
$./a.out
libusb debug level is 5
usb_set_debug(): Setting debugging level to 5 (on)
usb_claim_interface(): hdl=0x8062e98: interface = 0
configuration_value=1, ind
I am currently working on a project to build bluetooth usb driver for
opensolaris using libusb.
I can read the details of the ( configuration , interface and endpoint numbers)
of the usb bluetooth dongle.
I have written a code to send a HCI command to device and read the event packet
arriving