20 lines
592 B
Plaintext
20 lines
592 B
Plaintext
# Configuration for the usb_modeswitch package, a mode switching tool for
|
|
# USB devices providing multiple states or modes
|
|
#
|
|
# This file is evaluated by the wrapper script "usb_modeswitch_dispatcher"
|
|
# in /usr/sbin
|
|
# To enable an option, set it to "1", "yes" or "true" (case doesn't matter)
|
|
# Everything else counts as "disable"
|
|
|
|
|
|
# Disable automatic mode switching globally (e.g. to access the original
|
|
# install storage)
|
|
|
|
DisableSwitching=0
|
|
|
|
|
|
# Enable logging (results in a extensive report file in /var/log, named
|
|
# "usb_modeswitch_<interface-name>" (and probably others)
|
|
|
|
EnableLogging=0
|