-
I'm following [these instructions](https://github.com/pbatard/libwdi/wiki/Signed-Driver-Walkthrough) to build a wdi-simple capable of installing a user-provided signed driver or the WinUSB driver.
wd…
jynik updated
9 years ago
-
-
Have you ever tried it on Windows 7 x64? If I connect the usb device, it's shown as an unknown device. Not because of the driver - it's not recognized at all. VID and PID are 0000. On Windows XP 32 bi…
-
Hello !
I am trying to install libusb-win32 driver and I get a "driver installation failed" error.
I am running on windows 8 with the newest zadig version. I have also tryied with earlier versions bu…
ghost updated
10 years ago
-
Hi Pete,
Thanks for developing this great tool !
I have been able to successfully run libusb tests on Windows 8.
Currently I am trying to run it on Windows 8.1 with our custom usb3 device hardware. An…
-
Observed with the WinUSB 32-bit drivers (via Zadig installer). libusbK (also via Zadig) seems to work.
```
Exception in thread "Thread-1" java.lang.NullPointerException
at de.ailis.usb4java.A…
-
Hi,
I have some code accessing a Garmin USB 2 stick which works fine on Unix but I get the following error on Windows, any idea what the problem is?
```
JRE version: 7.0_21-b11
# Java VM: Java HotSp…
-
Hi Pete,
I've discovered some minor issues:
1. Missing autogen.sh in git zipball due to
libwdi / .gitattributes:
```
*.sh export-ignore
```
1. IMHO there can't be good default argument…
-
Hello,
I'm using usb4java with different operative systems, but with Windows XP I find that usb4java crashes (in some times) with an Exception Access Violation.
version of java: 1.6.0_30
Operative s…
-
I used the heimdall 1.4.1RC1 as well as the latest git version on Windows 7 which uses libusbK/WinUSB as back-end, GT-I9105P always hangs on **Initialising protocol...**.
Fully debug message:
```
li…