Last active
August 29, 2015 14:14
-
-
Save rixtox/9dcc517b1e966faa24a6 to your computer and use it in GitHub Desktop.
/etc/udev/rules.d/50-huawei-e1750.rules
This file contains 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
SUBSYSTEM=="usb", | |
ATTR{idVendor}=="12d1", | |
ATTR{idProduct}=="1446", | |
RUN+="usb_modeswitch -v 12d1 -p 1446 -W -J" | |
RUN+="asterisk -x 'dongle cmd dongle0 AT^SYSCFG=13,1,3FFFFFFF,1,2'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment