Changes between Version 32 and Version 33 of WikiStart


Ignore:
Timestamp:
06/01/11 17:41:01 (2 years ago)
Author:
pbatard
Comment:

forgot 1.0 examples were already provided elsewhere

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v32 v33  
    3030 * 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. 
    3131 * 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] 
    3332 
    3433== Legacy API: libusb-0.1 ==