572ba0692c
usb_modeswitch_data provides udev rules for usb VID/PID combinations to switch usb deices from their default mode into a more useable mode. The default mode usually is a cdrom with installation software that is of little use in an embedded linux situation Signed-off-by: J.C. Woltz <jwoltz@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
config BR2_PACKAGE_USB_MODESWITCH_DATA
|
|
bool "usb_modeswitch_data"
|
|
select BR2_PACKAGE_USB_MODESWITCH
|
|
# tcl is a runtime dependency
|
|
select BR2_PACKAGE_TCL
|
|
select BR2_PACKAGE_TCL_TCLSH
|
|
help
|
|
USB mode switch data
|
|
Contains udev rules and events to allow usb_modeswitch to
|
|
function automatically
|
|
|
|
http://www.draisberghof.de/usb_modeswitch/
|