-
Notifications
You must be signed in to change notification settings - Fork 442
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
Switch from libusb-0.1 to libusb-1.0 #191
Comments
Original comment by |
Original comment by |
Original comment by
|
Original comment by |
Original comment by Attachments: |
Original comment by |
Original comment by |
Original comment by |
Original comment by
|
Original comment by |
|
1 similar comment
|
Original comment by Attachments: |
Original comment by |
Original comment by Attachments: |
Original comment by |
Hello, |
Hello, |
please update libusb. I have trouble to run on Macos, neither ubuntu :( |
You can use the compat version of It will make libnfc work |
Hello,
|
If anyone is interested, I've tested a solution: below : test with libusb/listdevs.exe (with or without Libusbk, same detection OK) below: test with nfc-list and libnfc-libusb10 (WITH LibUsbK installed) dumpbin /EXPORTS libusb1-0.dll (to check if functions are really the 1.0 ones) below dumpbin /EXPORTS libnfc_libusb10 to check list of functions |
Switching to libusb1.0 would indeed be a favorable option. Compiling this for iOS devices and the ARM Mac has been a pain as somehow it's still relying on the compat layer, which honestly isn't that much of a problem but still shouldn't be there when a better libusb is available. Would make sense to migrate away from the old library at this point. |
Original issue reported on code.google.com by
ludovic....@gmail.com
on 12 May 2012 at 8:22The text was updated successfully, but these errors were encountered: