57 lines
1.4 KiB
Plaintext
57 lines
1.4 KiB
Plaintext
# Configuration for the usb_modeswitch package, a mode switching tool for
|
|
# USB devices providing multiple states or modes
|
|
#
|
|
# Evaluated by the wrapper script /usr/sbin/usb_modeswitch_dispatcher
|
|
#
|
|
# 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=1
|
|
|
|
#DefaultVendor=0x12d1
|
|
|
|
#DefaultProduct=0x1c0b
|
|
|
|
#TargetVendor=0x12d1
|
|
|
|
#TargetProduct=0x1c05
|
|
|
|
#MessageContent="55534243123456780000000000000011062000000100000000000000000000"
|
|
|
|
#CheckSuccess=10
|
|
|
|
#HuaweiMode=0
|
|
|
|
#for TPLINK
|
|
#DefaultVendor=0x2357
|
|
|
|
#DefaultProduct=0x0200
|
|
|
|
#TargetVendor=0x2357
|
|
|
|
#TargetProduct=0x0201
|
|
|
|
#MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
|
|
|
|
# for ZTE-MF100
|
|
DefaultVendor = 0x19d2
|
|
DefaultProduct = 0x2000
|
|
TargetVendor = 0x19d2
|
|
TargetProductList="0001,0002,0015,0016,0017,0031,0037,0052,0055,0063,0064,0066,0091,0108,0117,0128,2002"
|
|
MessageContent="5553424312345678000000000000061e000000000000000000000000000000"
|
|
MessageContent2="5553424312345679000000000000061b000000020000000000000000000000"
|
|
MessageContent3="55534243123456702000000080000c85010101180101010101000000000000"
|
|
NeedResponse=1
|
|
CheckSuccess=20
|
|
|