mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-24 20:15:36 -04:00
e0628c566a
* Also remove Linux special case from xusb sample. * Note that LIBUSBX_API_VERSION is incremented as a result of libusb_has_capability() returning nonzero rather than 1 when a capability is supported. * A LIBUSB_CAP_HAS_HOTPLUG is also added, though it is currently not implemented on any platform * Closes #102