diff options
author | Bjørn Mork <bjorn@mork.no> | 2012-05-23 23:19:32 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-24 16:20:37 -0400 |
commit | 5e071b5d1aa6928f8d695c15f52a949d70b8d7fb (patch) | |
tree | ebd3d94fc8397cfa5e23e3743d6aa66e209af879 /drivers/net/usb/qmi_wwan.c | |
parent | f2fde3a65e88330017b816faf2ef75f141d21375 (diff) | |
download | linux-5e071b5d1aa6928f8d695c15f52a949d70b8d7fb.tar.gz linux-5e071b5d1aa6928f8d695c15f52a949d70b8d7fb.tar.bz2 linux-5e071b5d1aa6928f8d695c15f52a949d70b8d7fb.zip |
net: qmi_wwan: Add Sierra Wireless device IDs
Some additional Gobi3K IDs found in the BSD/GPL licensed
out-of-tree GobiNet driver from Sierra Wireless.
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/qmi_wwan.c')
-rw-r--r-- | drivers/net/usb/qmi_wwan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c index 380dbea6109d..3b206786b5e7 100644 --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c @@ -547,6 +547,8 @@ static const struct usb_device_id products[] = { {QMI_GOBI_DEVICE(0x16d8, 0x8002)}, /* CMDTech Gobi 2000 Modem device (VU922) */ {QMI_GOBI_DEVICE(0x05c6, 0x9205)}, /* Gobi 2000 Modem device */ {QMI_GOBI_DEVICE(0x1199, 0x9013)}, /* Sierra Wireless Gobi 3000 Modem device (MC8355) */ + {QMI_GOBI_DEVICE(0x1199, 0x9015)}, /* Sierra Wireless Gobi 3000 Modem device */ + {QMI_GOBI_DEVICE(0x1199, 0x9019)}, /* Sierra Wireless Gobi 3000 Modem device */ { } /* END */ }; MODULE_DEVICE_TABLE(usb, products); |