e237c99357
Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API. Also update usb_modeswitch to depend on libusb-compat rather than libusb. Minor fixes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>. Fixes bug #1093. Signed-off-by: Mike Crowe <mac@mcrowe.com>
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
config BR2_PACKAGE_USB_MODESWITCH
|
|
bool "usb_modeswitch"
|
|
select BR2_PACKAGE_LIBUSB_COMPAT
|
|
help
|
|
USB mode switcher.
|
|
Used to switch mode on multiple-function devices
|
|
|
|
http://www.draisberghof.de/usb_modeswitch/
|