Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1701186 > unrolled thread

[PATCH 2/2] usb: qmi_wwan: add D-Link DWM-222 device ID

Started byHector Martin <marcan@marcan.st>
First post2017-08-01 18:00 +0200
Last post2017-08-02 19:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 2/2] usb: qmi_wwan: add D-Link DWM-222 device ID Hector Martin <marcan@marcan.st> - 2017-08-01 18:00 +0200
    Re: [PATCH 2/2] usb: qmi_wwan: add D-Link DWM-222 device ID David Miller <davem@davemloft.net> - 2017-08-02 19:50 +0200

#1701186 — [PATCH 2/2] usb: qmi_wwan: add D-Link DWM-222 device ID

FromHector Martin <marcan@marcan.st>
Date2017-08-01 18:00 +0200
Subject[PATCH 2/2] usb: qmi_wwan: add D-Link DWM-222 device ID
Message-ID<u9HKq-5Q8-35@gated-at.bofh.it>
Cc: stable@vger.kernel.org
Signed-off-by: Hector Martin <marcan@marcan.st>
---
 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 5894e3c9468f..ff6f39fe6c00 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1175,6 +1175,7 @@ static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x19d2, 0x1428, 2)},	/* Telewell TW-LTE 4G v2 */
 	{QMI_FIXED_INTF(0x19d2, 0x2002, 4)},	/* ZTE (Vodafone) K3765-Z */
 	{QMI_FIXED_INTF(0x2001, 0x7e19, 4)},	/* D-Link DWM-221 B1 */
+	{QMI_FIXED_INTF(0x2001, 0x7e35, 4)},	/* D-Link DWM-222 */
 	{QMI_FIXED_INTF(0x0f3d, 0x68a2, 8)},    /* Sierra Wireless MC7700 */
 	{QMI_FIXED_INTF(0x114f, 0x68a2, 8)},    /* Sierra Wireless MC7750 */
 	{QMI_FIXED_INTF(0x1199, 0x68a2, 8)},	/* Sierra Wireless MC7710 in QMI mode */
-- 
2.13.3

[toc] | [next] | [standalone]


#1702333

FromDavid Miller <davem@davemloft.net>
Date2017-08-02 19:50 +0200
Message-ID<ua5Wq-4AY-19@gated-at.bofh.it>
In reply to#1701186
From: Hector Martin <marcan@marcan.st>
Date: Wed,  2 Aug 2017 00:45:44 +0900

> Signed-off-by: Hector Martin <marcan@marcan.st>

Applied.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web