summaryrefslogtreecommitdiffstats
path: root/plugins/ofono.rules
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-04 16:01:45 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-08-04 16:02:17 +0200
commit59b4f99fec9fb74c86ce3bec9b1b53dbb8be1b3b (patch)
treebe12711bf40e914d1d72f6f6d11b8acf662f8013 /plugins/ofono.rules
parent0eb0fd96eb5530d14ae37b2f939b5f696ae76a2b (diff)
downloadofono-59b4f99fec9fb74c86ce3bec9b1b53dbb8be1b3b.tar.bz2
udev: Switch control and modem channel for 4G Systems W14 device
This device is rather funny with some commands and insists on sending the response to the other channel, but not the one it got executed on. Aux: > AT+CPNNUM\r Modem: < \r\nPIN1=3; PUK1=10; PIN2=3; PUK2=10\r\r\nOK\r\n
Diffstat (limited to 'plugins/ofono.rules')
-rw-r--r--plugins/ofono.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ofono.rules b/plugins/ofono.rules
index 27a63166..d81760c4 100644
--- a/plugins/ofono.rules
+++ b/plugins/ofono.rules
@@ -374,8 +374,8 @@ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1004", ENV{ID_USB_INTERFACE_NUM}=="0
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1004", ENV{ID_USB_INTERFACE_NUM}=="03", ENV{OFONO_TELIT_TYPE}="Data"
# 4G Systems W14
-ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9603", ENV{ID_USB_INTERFACE_NUM}=="01", ENV{OFONO_SPEEDUP_TYPE}="modem"
-ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9603", ENV{ID_USB_INTERFACE_NUM}=="02", ENV{OFONO_SPEEDUP_TYPE}="aux"
+ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9603", ENV{ID_USB_INTERFACE_NUM}=="01", ENV{OFONO_SPEEDUP_TYPE}="aux"
+ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9603", ENV{ID_USB_INTERFACE_NUM}=="02", ENV{OFONO_SPEEDUP_TYPE}="modem"
# SpeedUp 9800
ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9800", ENV{ID_USB_INTERFACE_NUM}=="01", ENV{OFONO_SPEEDUP_TYPE}="modem"