• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/usb-modeswitch-2.2.3/
1# Configuration for the usb_modeswitch package, a mode switching tool for
2# USB devices providing multiple states or modes
3#
4# Evaluated by the wrapper script /usr/sbin/usb_modeswitch_dispatcher
5#
6# To enable an option, set it to "1", "yes" or "true" (case doesn't matter)
7# Everything else counts as "disable"
8
9
10# Disable automatic mode switching globally (e.g. to access the original
11# install storage)
12
13DisableSwitching=0
14
15# Disable check for MBIM module presence and configuration globally (to aid
16# special embedded environments)
17
18DisableMBIMGlobal=0
19
20# Enable logging (results in a extensive report file in /var/log, named
21# "usb_modeswitch_<interface-name>" and probably others
22
23EnableLogging=1
24
25
26# Optional increase of "delay_use" for the usb-storage driver; there are hints
27# that a recent kernel default change to 1 sec. may lead to problems, particu-
28# larly with USB 3.0 ports. Set this to at least 3 (seconds) in that case.
29# Does nothing if the current system value is same or higher
30
31#SetStorageDelay=4
32