Changes between Version 31 and Version 32 of WikiStart
- Timestamp:
- 06/01/11 11:58:43 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v31 v32 30 30 * The [wiki:windows_backend Windows backend] currently uses Microsoft WinUSB.sys. Support for the libusb0.sys and libusbk.sys backend (libusb0.sys is the libusb-win32 kernel driver, libusbk.sys is the next-generation libusb-win32 kernel driver) will be integrated later (#49) as well. For generic HID device, [http://www.signal11.us/oss/hidapi/ HIDAPI] is recommended. 31 31 * Darwin (Mac OS X) implementation has one limitation. If the OS has an interface driver that matches the characteristics of a device, it will seize the interface and the kernel driver cannot easily be detached. So libusb will not be able to use that interface. This is a particular problem with generic HID devices. For HID device, [http://www.signal11.us/oss/hidapi/ HIDAPI] is recommended. 32 * [wiki:libusb-1.0_examples Projects and Examples using libusb-1.0] 32 33 33 34 == Legacy API: libusb-0.1 ==