Donate Share

libusb-win32

Code

Programming Languages: C

License: GNU General Public License (GPL), GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2009-07-07 svn co https://libusb-win32.svn.sourceforge.net/svnroot/libusb-win32 libusb-win32

Show:

What's happening?

  • Comment: Killed USB on Win 7 32-bit

    I have the same Problem under Win7 64Bit Is there a solution to get it work in our times?.

    2009-11-26 11:41:18 UTC by oekel

  • install ok and then?

    Hi, I am new to libusb and found it by chance when trying to find a way to access a modified Sony Net MD (MiniDisc) Bay unit. After creating the inf file with the inf-wizard.exe the install of the created drivers seems to be ok. The device manager shows the unit now under LibUSB-Win32 Devices. But I cannot access it or at least do not know how. The file explorer does not show it and no...

    2009-11-22 14:16:25 UTC by dad7

  • install ok and then?

    Hi, I am new to libusb and found it by chance when trying to find a way to access a modified Sony Net MD (MiniDisc) Bay unit. After creating the inf file with the inf-wizard.exe the install of the created drivers seems to be ok. The device manager shows the unit now under LibUSB-Win32 Devices. But I cannot access it or at least do not know how. The file explorer does not show it and no other...

    2009-11-19 21:46:28 UTC by dad7

  • BSOD during resume (after hibernation)

    When windows is hibernated when a our usb device (see below) is attached and restarted (with the device still attached) a BSOD occured (trace is attached to this bug ticket). The device is a custom PCB that has the following behaviour * During startup, the device stays in bootloader mode for 3 seconds. The STTub203.sys (version 2.0.3a) driver available from handles this "role" of the device.

    2009-11-18 16:58:05 UTC by nobody

  • Comment: User functions to Query the device property & registry keys.

    I would greatly like to see this feature accepted into libusb-win32 as well.

    2009-11-05 18:22:11 UTC by pckujawa

  • Win 7 support

    Will you have a win7 support? Regards.

    2009-11-03 20:57:18 UTC by nobody

  • filter drivers

    Iv just discovered this project...and made an application to read a composite USB device with the filter drivers, very easy and nice. Wonderful idea this, especially the filter drivers, so easy to make services to extend and enhance random USB devices :) I did get the Freeze effect others have reported, my composite device is left in an unstable state after using it through the filter...

    2009-11-01 16:04:54 UTC by priha

  • User functions to Query the device property & registry keys.

    It would be useful to allow users read access to the device property & registry keys via IoGetDeviceProperty and IoOpenDeviceRegistryKey. It could prevent unnecessary control transfers for basic device information and give a way to easily distinguish between identical devices. I've modified the kernel driver to support this and would be happy to patch the user driver if need be. If this...

    2009-10-31 15:57:27 UTC by trobinso

  • Followup: RE: multithreading to multi devices

    Thank You for such fast reply ! I really appreciate it. What kind of global data is changed? Data used only for enumeration (as I guess) ? If Yes - then i'm OK. Each plugin is a *.dll (*.so) and will initialise UsbLib on itsown. For **all threads** from same dll will be **only one enumeration** process before spawing threads ( **usb_find_busses()** and **usb_find_devices()** ) - then i...

    2009-10-29 11:44:59 UTC by damospl

  • Followup: RE: multithreading to multi devices

    <P>I haven't experienced too many problems using multiple devices with one thread per device. You do have to watch out for <pre>usb\_find\_busses()</pre> and <pre>usb\_find\_devices()</pre> because they update global data.</P>.

    2009-10-29 11:11:07 UTC by tim_green

Our Numbers