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-10-21 18:39:35 +02:00
|
|
|
Some USB devices such as 3G/4G broadband modems power-up
|
|
|
|
in mass storage mode to provide access to drivers
|
|
|
|
for the device's application mode. usb_modeswitch
|
2014-08-21 13:42:59 +02:00
|
|
|
changes the mode of such devices from the initial power-up
|
2014-10-21 18:39:35 +02:00
|
|
|
mode to the application mode.
|
|
|
|
Specific configuration data for each device model is required.
|
2014-08-21 13:42:59 +02:00
|
|
|
|
|
|
|
usb_modeswitch can be used with the usb_modeswitch_data
|
2014-10-21 18:39:35 +02:00
|
|
|
package and eudev/systemd for automatic mode switching
|
|
|
|
when devices are connected.
|
2014-08-21 13:42:59 +02:00
|
|
|
|
|
|
|
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
|