summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Zajac <guillaume.zajac@linux.intel.com>2012-01-06 16:28:36 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-01-06 13:43:17 -0800
commitba06f8e2fa47b814978f69968d710007820166a9 (patch)
tree4061538843cd50290d2e96b01c4a70aea840d2a7
parent991822cb61abba004c59910f582f24c864b74421 (diff)
downloadofono-ba06f8e2fa47b814978f69968d710007820166a9.tar.bz2
udev: Simplify vendor_list for Huawei constructor
According to Huawei constructor, the port mapping is identical for all the modems. We can decide to use GSM or CDMA drivers into the plugin.
-rw-r--r--plugins/udevng.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/udevng.c b/plugins/udevng.c
index ef209558..7d81416a 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -793,11 +793,9 @@ static struct {
{ "hso", "hso" },
{ "gobi", "qcserial" },
{ "sierra", "sierra" },
- { "huawei", "option", "201e", "2009" },
+ { "huawei", "option", "201e" },
{ "huawei", "cdc_ether", "12d1" },
{ "huawei", "option", "12d1" },
- { "huaweicdma", "option", "12d1", "140b" },
- { "huaweicdma", "option", "201e" },
{ "speedupcdma","option", "1c9e", "9e00" },
{ "speedup", "option", "1c9e" },
{ "speedup", "option", "2020" },