-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Drop libusbemu and use native libusb 1.0.9 Windows support. #363
Comments
Yes, upgrading libusb would be fine. Note though: Don't use libusb.org anymore. Use libusb.info. The libusb team See also migration and update notes about the libusbx and libusb merge and Josh On Sun, Feb 2, 2014 at 3:50 PM, Theodore Watson notifications@github.comwrote:
|
The same idea has occurred to me, but I never looked into it. I say go for it! |
I did a little poking around with VS 2012. If you run into compile errors in usb_libusb10.c about failing to convert
|
This will be addressed in #383. |
As of libusb 1.0.9, libusb supports Windows natively.
We should remove calls to libusbemu and use the same calls as we do on linux / os x.
BUILD_AUDIO is currently broken on Windows because libusbemu does not emulate all libusb functions. ( libusb_get_device an example of one ).
See:
http://www.libusb.org/wiki/windows_backend
I am happy to build the libs and submit a PR - just wanted to see if there was any objections or reasons why this has not already been done.
Theo
The text was updated successfully, but these errors were encountered: