Hello,
I am developing an USB pointer device. The device acts as a 'normal'
UBS mouse, so it is recognized by every OS without using special
drivers. This all works fine.
I need to be able to change configuration settings on the device as
well. For this I added an extra OUT endpoint where I can send special
commands to; this is used for configuring the device and uploading new
firmware.
With linux, the HID mouse is claimed by the usbhid driver right away,
but using the usb_detach_kernel_driver_np() function I can still take
control over the device. libusb-win32 does not support this call,
however.
Summarizing: I want the normal windows driver to handle my mouse, but
still be able to talk to the other endpoints using libusb. What would
be the best way to handle this with libusb-win32 ?
Thank you very much,
--
:wq
^X^Cy^K^X^C^C^C^C
|