All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: qmi_wwan: Add Netgear Aircard 779S
@ 2018-05-28  0:10 ` Josh Hill
  0 siblings, 0 replies; 6+ messages in thread
From: Josh Hill @ 2018-05-28  0:10 UTC (permalink / raw)
  Cc: joshuajhill, josh, Bjørn Mork, David S. Miller, netdev,
	linux-usb, linux-kernel

Add support for Netgear Aircard 779S

Signed-off-by: Josh Hill <josh@joshuajhill.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 42565dd..0946808 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1103,6 +1103,7 @@ static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x05c6, 0x920d, 5)},
 	{QMI_QUIRK_SET_DTR(0x05c6, 0x9625, 4)},	/* YUGA CLM920-NC5 */
 	{QMI_FIXED_INTF(0x0846, 0x68a2, 8)},
+	{QMI_FIXED_INTF(0x0846, 0x68d3, 8)},	/* Netgear Aircard 779S */
 	{QMI_FIXED_INTF(0x12d1, 0x140c, 1)},	/* Huawei E173 */
 	{QMI_FIXED_INTF(0x12d1, 0x14ac, 1)},	/* Huawei E1820 */
 	{QMI_FIXED_INTF(0x1435, 0xd181, 3)},	/* Wistron NeWeb D18Q1 */
-- 
2.7.4

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

* net: qmi_wwan: Add Netgear Aircard 779S
@ 2018-05-28  0:10 ` Josh Hill
  0 siblings, 0 replies; 6+ messages in thread
From: Josh Hill @ 2018-05-28  0:10 UTC (permalink / raw)
  Cc: joshuajhill, josh, Bjørn Mork, David S. Miller, netdev,
	linux-usb, linux-kernel

Add support for Netgear Aircard 779S

Signed-off-by: Josh Hill <josh@joshuajhill.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 42565dd..0946808 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1103,6 +1103,7 @@ static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x05c6, 0x920d, 5)},
 	{QMI_QUIRK_SET_DTR(0x05c6, 0x9625, 4)},	/* YUGA CLM920-NC5 */
 	{QMI_FIXED_INTF(0x0846, 0x68a2, 8)},
+	{QMI_FIXED_INTF(0x0846, 0x68d3, 8)},	/* Netgear Aircard 779S */
 	{QMI_FIXED_INTF(0x12d1, 0x140c, 1)},	/* Huawei E173 */
 	{QMI_FIXED_INTF(0x12d1, 0x14ac, 1)},	/* Huawei E1820 */
 	{QMI_FIXED_INTF(0x1435, 0xd181, 3)},	/* Wistron NeWeb D18Q1 */

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

* Re: [PATCH] net: qmi_wwan: Add Netgear Aircard 779S
@ 2018-05-28  8:45   ` Bjørn Mork
  0 siblings, 0 replies; 6+ messages in thread
From: Bjørn Mork @ 2018-05-28  8:45 UTC (permalink / raw)
  To: Josh Hill; +Cc: joshuajhill, David S. Miller, netdev, linux-usb, linux-kernel

Josh Hill <josh@joshuajhill.com> writes:

> Add support for Netgear Aircard 779S
>
> Signed-off-by: Josh Hill <josh@joshuajhill.com>

Acked-by: Bjørn Mork <bjorn@mork.no>

Please queue this for stable too.  Thanks.


Bjørn

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

* net: qmi_wwan: Add Netgear Aircard 779S
@ 2018-05-28  8:45   ` Bjørn Mork
  0 siblings, 0 replies; 6+ messages in thread
From: Bjørn Mork @ 2018-05-28  8:45 UTC (permalink / raw)
  To: Josh Hill; +Cc: joshuajhill, David S. Miller, netdev, linux-usb, linux-kernel

Josh Hill <josh@joshuajhill.com> writes:

> Add support for Netgear Aircard 779S
>
> Signed-off-by: Josh Hill <josh@joshuajhill.com>

Acked-by: Bjørn Mork <bjorn@mork.no>

Please queue this for stable too.  Thanks.


Bjørn
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] net: qmi_wwan: Add Netgear Aircard 779S
@ 2018-05-29 14:56   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2018-05-29 14:56 UTC (permalink / raw)
  To: josh; +Cc: joshuajhill, bjorn, netdev, linux-usb, linux-kernel

From: Josh Hill <josh@joshuajhill.com>
Date: Sun, 27 May 2018 20:10:41 -0400

> Add support for Netgear Aircard 779S
> 
> Signed-off-by: Josh Hill <josh@joshuajhill.com>

Applied and queued up for -stable.

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

* net: qmi_wwan: Add Netgear Aircard 779S
@ 2018-05-29 14:56   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2018-05-29 14:56 UTC (permalink / raw)
  To: josh; +Cc: joshuajhill, bjorn, netdev, linux-usb, linux-kernel

From: Josh Hill <josh@joshuajhill.com>
Date: Sun, 27 May 2018 20:10:41 -0400

> Add support for Netgear Aircard 779S
> 
> Signed-off-by: Josh Hill <josh@joshuajhill.com>

Applied and queued up for -stable.
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2018-05-29 14:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-28  0:10 [PATCH] net: qmi_wwan: Add Netgear Aircard 779S Josh Hill
2018-05-28  0:10 ` Josh Hill
2018-05-28  8:45 ` [PATCH] " Bjørn Mork
2018-05-28  8:45   ` Bjørn Mork
2018-05-29 14:56 ` [PATCH] " David Miller
2018-05-29 14:56   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.