Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use WinUSB instead of libusb0.sys #261

Open
mariusgreuel opened this issue Jan 15, 2022 · 0 comments
Open

Use WinUSB instead of libusb0.sys #261

mariusgreuel opened this issue Jan 15, 2022 · 0 comments

Comments

@mariusgreuel
Copy link

For Windows users, you provide a procedure to install the libusb0.sys driver via Zadig. As libusb0.sys is outdated and no longer maintained, may I suggest that you move to WinUSB instead?

Using Windows built-in generic USB driver is the right thing to do on Windows. One of the advantages is that you can install it without the need for a driver INF file, without the need for hacks, such as Zadig. For instance, use this procedure: https://github.com/avrdudes/avrdude/wiki/Troubleshooting-USB-devices-in-Windows

For your Windows cli tool, you need to recompile with libusb instead of libusb-win32. libusb has out-of-the-box support for WinUSB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant