| 
      
      
      From: Xiaofan C. <xia...@gm...> - 2007-10-02 23:17:24
      
     | 
| On 10/3/07, Vu Nguyen <vu...@gm...> wrote: > I have a hid keyboard device running windowsXP with libusb version 0.1.12.1; > I need to send vendor specific command to my device; > > I tried to claim the interface so I called the usb_set_configuration() > function first. it hangs and never returns; You need to use device driver and not the filter driver, which means you have to "update" the HID driver to the libusb-win32 driver. Therefore you lose the function of using the original application. The new libusb1 development version will have an HID backend and will solve this problem. However it is not working yet. Xiaofan |