netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] qmi_wwan: Add support for Dell Wireless 5809e 4G Modem
@ 2015-07-20  8:14 Pieter Hollants
  2015-07-21  7:31 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Pieter Hollants @ 2015-07-20  8:14 UTC (permalink / raw)
  To: netdev; +Cc: bjorn, Pieter Hollants

Added the USB IDs 0x413c:0x81b1 for the "Dell Wireless 5809e Gobi(TM) 4G
LTE Mobile Broadband Card", a Dell-branded Sierra Wireless EM7305 LTE
card in M.2 form factor, used eg. in Dell's Latitude E7540 Notebook
series.

Signed-off-by: Pieter Hollants <pieter@hollants.com>
---
 drivers/net/usb/qmi_wwan.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
index f603f36..f06c687 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -784,6 +784,7 @@ static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x413c, 0x81a4, 8)},	/* Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card */
 	{QMI_FIXED_INTF(0x413c, 0x81a8, 8)},	/* Dell Wireless 5808 Gobi(TM) 4G LTE Mobile Broadband Card */
 	{QMI_FIXED_INTF(0x413c, 0x81a9, 8)},	/* Dell Wireless 5808e Gobi(TM) 4G LTE Mobile Broadband Card */
+	{QMI_FIXED_INTF(0x413c, 0x81b1, 8)},	/* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card */
 	{QMI_FIXED_INTF(0x03f0, 0x581d, 4)},	/* HP lt4112 LTE/HSPA+ Gobi 4G Module (Huawei me906e) */
 
 	/* 4. Gobi 1000 devices */
-- 
2.4.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] qmi_wwan: Add support for Dell Wireless 5809e 4G Modem
  2015-07-20  8:14 [PATCH net-next] qmi_wwan: Add support for Dell Wireless 5809e 4G Modem Pieter Hollants
@ 2015-07-21  7:31 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-07-21  7:31 UTC (permalink / raw)
  To: pieter; +Cc: netdev, bjorn

From: Pieter Hollants <pieter@hollants.com>
Date: Mon, 20 Jul 2015 10:14:13 +0200

> Added the USB IDs 0x413c:0x81b1 for the "Dell Wireless 5809e Gobi(TM) 4G
> LTE Mobile Broadband Card", a Dell-branded Sierra Wireless EM7305 LTE
> card in M.2 form factor, used eg. in Dell's Latitude E7540 Notebook
> series.
> 
> Signed-off-by: Pieter Hollants <pieter@hollants.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-21  7:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-20  8:14 [PATCH net-next] qmi_wwan: Add support for Dell Wireless 5809e 4G Modem Pieter Hollants
2015-07-21  7:31 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).