Created
August 24, 2017 08:55
-
-
Save UedaTakeyuki/07e0c6ca8df540028accc4186e3c6149 to your computer and use it in GitHub Desktop.
udev rule for usb 3G dongle "05c6:6000 Qualcomm, Inc. Siemens SG75"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# refer to http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=3&t=2565 | |
SUBSYSTEM=="usb", ATTR{idVendor}=="05c6", ATTR{idProduct}=="1000", RUN+="/usr/sbin/usb_modeswitch -W -v 05c6 -p 1000 -K" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment