usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / usbmodeswitch / usb_modeswitch.conf
blob55aa71b75a94d91b35c8b129263124f724aa6473
1 # Configuration for the usb_modeswitch package, a mode switching tool for
2 # USB devices providing multiple states or modes
4 # Evaluated by the wrapper script /usr/sbin/usb_modeswitch_dispatcher
6 # To enable an option, set it to "1", "yes" or "true" (case doesn't matter)
7 # Everything else counts as "disable"
10 # Disable automatic mode switching globally (e.g. to access the original
11 # install storage)
13 DisableSwitching=0
16 # Enable logging (results in a extensive report file in /var/log, named
17 # "usb_modeswitch_<interface-name>" and probably others
19 EnableLogging=0
22 # Optional increase of "delay_use" for the usb-storage driver; there are hints
23 # that a recent kernel default change to 1 sec. may lead to problems, particu-
24 # larly with USB 3.0 ports. Set this to at least 3 (seconds) in that case.
25 # Does nothing if the current system value is same or higher
27 # SetStorageDelay=3