summaryrefslogtreecommitdiffstats
path: root/plugins/ofono.rules
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-06 13:08:33 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-08-06 13:08:33 +0200
commit19e4dc97c1518d6b545a6c90f1dba94e45a9cdd2 (patch)
tree95482109cbb12f28379e75c17f048dc53c020a54 /plugins/ofono.rules
parent40cf7449fec0a89532ea5659fb35fb0c1af009ea (diff)
downloadofono-19e4dc97c1518d6b545a6c90f1dba94e45a9cdd2.tar.bz2
udev: Add support for default driver assignments
If devices are not tagged with OFONO_DRIVER, then the driver will be figured out based on kernel module name, vendor and/or product IDs. Of course the manual tagging with OFONO_DRIVER as part of an udev rule can always overwrite the default assignment.
Diffstat (limited to 'plugins/ofono.rules')
-rw-r--r--plugins/ofono.rules19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/ofono.rules b/plugins/ofono.rules
index d781e786..555125a4 100644
--- a/plugins/ofono.rules
+++ b/plugins/ofono.rules
@@ -65,25 +65,6 @@ ENV{DEVTYPE}!="usb_device", GOTO="ofono_end"
# Ignore fake serial number
ATTRS{serial}=="1234567890ABCDEF", ENV{ID_SERIAL_SHORT}=""
-# Novatel Wireless
-ATTRS{idVendor}=="1410", ENV{OFONO_DRIVER}="novatel"
-
-# Sierra Wireless
-ATTRS{idVendor}=="1199", ENV{OFONO_DRIVER}="sierra"
-
-# HUAWEI Technology
-ATTRS{idVendor}=="12d1", ENV{OFONO_DRIVER}="huawei"
-ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="140b", ENV{OFONO_DRIVER}="huaweicdma"
-
-# Olive
-ATTRS{idVendor}=="201e", ENV{OFONO_DRIVER}="huaweicdma"
-
-# Qualcomm Incorporated
-ATTRS{idVendor}=="05c6", ENV{OFONO_DRIVER}="gobi"
-
-# ZTE Incorporated
-ATTRS{idVendor}=="19d2", ENV{OFONO_DRIVER}="zte"
-
# Alcatel X220L
ATTRS{idVendor}=="1bbb", ATTRS{idProduct}=="0017", ENV{OFONO_DRIVER}="alcatel"