| 
      
      
      From: Vu N. <vu...@gm...> - 2007-11-07 02:18:04
      
     | 
| Hi Xiaofan, It has been a while since I got your answer; My device is a HID keyboard and mouse device; I tried to update the driver as you suggested with the INF file I created, but WindowsXP does not take my INF file; I used innoSetup to install the libUsb driver also; I also looked at the device manager for it HW ID and match that in the INF file, but nothing works; Is there something I missed? Thank you in advance. Vu > > 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 > > > > > > > > ------------------------------ > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > > ------------------------------ > > > > _______________________________________________ > > Libusb-win32-devel mailing list > > Lib...@li... > > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel > > > > > > End of Libusb-win32-devel Digest, Vol 17, Issue 3 > > ************************************************* > > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > ------------------------------ > > _______________________________________________ > Libusb-win32-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel > > > End of Libusb-win32-devel Digest, Vol 17, Issue 4 > ************************************************* > |