summaryrefslogtreecommitdiffstats
path: root/plugins/ofono.rules
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-04 02:14:46 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-08-04 02:14:46 +0200
commit7c204dafe90007e81674be917e4421e023db08af (patch)
treef60d12d3eaa9db8859e641f12e3aea7d8e6ddbbd /plugins/ofono.rules
parent45e3dc1b3ea79abce48e57b9fb4fef66d090ab0a (diff)
downloadofono-7c204dafe90007e81674be917e4421e023db08af.tar.bz2
udev: For ZTE modems with 5 interfaces, use 4th one for PPP
Diffstat (limited to 'plugins/ofono.rules')
-rw-r--r--plugins/ofono.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ofono.rules b/plugins/ofono.rules
index 1a959d62..27a63166 100644
--- a/plugins/ofono.rules
+++ b/plugins/ofono.rules
@@ -35,7 +35,7 @@ ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0121", ENV{ID_USB_INTERFACE_NUM}=="0
ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0124", ENV{ID_USB_INTERFACE_NUM}=="04", ENV{OFONO_ZTE_TYPE}="modem"
ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0124", ENV{ID_USB_INTERFACE_NUM}=="01", ENV{OFONO_ZTE_TYPE}="aux"
-ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="1008", ENV{ID_USB_INTERFACE_NUM}=="02", ENV{OFONO_ZTE_TYPE}="modem"
+ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="1008", ENV{ID_USB_INTERFACE_NUM}=="03", ENV{OFONO_ZTE_TYPE}="modem"
ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="1008", ENV{ID_USB_INTERFACE_NUM}=="01", ENV{OFONO_ZTE_TYPE}="aux"
ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="2003", ENV{ID_USB_INTERFACE_NUM}=="03", ENV{OFONO_ZTE_TYPE}="modem"