2009-09-01 18:04:17 +02:00
|
|
|
config BR2_PACKAGE_USB_MODESWITCH
|
|
|
|
bool "usb_modeswitch"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
2010-04-22 20:58:16 +02:00
|
|
|
select BR2_PACKAGE_LIBUSB
|
2009-09-01 18:04:17 +02:00
|
|
|
help
|
2014-08-21 13:42:59 +02:00
|
|
|
Some models of some USB devices such as modems and Wifi
|
|
|
|
adapters power-up in mass storage mode to provide access to
|
|
|
|
drivers for the device's application mode. usb_modeswitch
|
|
|
|
changes the mode of such devices from the initial power-up
|
|
|
|
mode to the application mode. Specific configuration data
|
|
|
|
for each device model is required.
|
|
|
|
|
|
|
|
usb_modeswitch can be used with the usb_modeswitch_data
|
|
|
|
package and udev for automatic mode switching when devices
|
|
|
|
are connected.
|
|
|
|
|
|
|
|
For more information search the Internet for "Virtual CD-ROM
|
|
|
|
switching utility".
|
2009-09-01 18:04:17 +02:00
|
|
|
|
|
|
|
http://www.draisberghof.de/usb_modeswitch/
|
2012-06-28 03:35:25 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "usb_modeswitch needs a toolchain w/ threads"
|
2012-06-28 03:35:25 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|