linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: usb: qmi_wwan: add support for DW5816e
@ 2020-05-02 15:52 Matt Jolly
  2020-05-02 23:43 ` David Miller
  2020-05-03  7:13 ` Bjørn Mork
  0 siblings, 2 replies; 4+ messages in thread
From: Matt Jolly @ 2020-05-02 15:52 UTC (permalink / raw)
  To: Bjørn Mork, David S. Miller, netdev, linux-usb, linux-kernel
  Cc: Matt Jolly

Add support for Dell Wireless 5816e to drivers/net/usb/qmi_wwan.c

Signed-off-by: Matt Jolly <Kangie@footclan.ninja>
---
 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 6c738a271257..4bb8552a00d3 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1359,6 +1359,7 @@ static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x413c, 0x81b3, 8)},	/* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card (rev3) */
 	{QMI_FIXED_INTF(0x413c, 0x81b6, 8)},	/* Dell Wireless 5811e */
 	{QMI_FIXED_INTF(0x413c, 0x81b6, 10)},	/* Dell Wireless 5811e */
+	{QMI_FIXED_INTF(0x413c, 0x81cc, 8)},	/* Dell Wireless 5816e */
 	{QMI_FIXED_INTF(0x413c, 0x81d7, 0)},	/* Dell Wireless 5821e */
 	{QMI_FIXED_INTF(0x413c, 0x81d7, 1)},	/* Dell Wireless 5821e preproduction config */
 	{QMI_FIXED_INTF(0x413c, 0x81e0, 0)},	/* Dell Wireless 5821e with eSIM support*/
-- 
2.26.2


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

* Re: [PATCH] net: usb: qmi_wwan: add support for DW5816e
  2020-05-02 15:52 [PATCH] net: usb: qmi_wwan: add support for DW5816e Matt Jolly
@ 2020-05-02 23:43 ` David Miller
  2020-05-03  7:13 ` Bjørn Mork
  1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2020-05-02 23:43 UTC (permalink / raw)
  To: Kangie; +Cc: bjorn, netdev, linux-usb, linux-kernel

From: Matt Jolly <Kangie@footclan.ninja>
Date: Sun,  3 May 2020 01:52:28 +1000

> Add support for Dell Wireless 5816e to drivers/net/usb/qmi_wwan.c
> 
> Signed-off-by: Matt Jolly <Kangie@footclan.ninja>

Bjørn, please review.

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

* Re: [PATCH] net: usb: qmi_wwan: add support for DW5816e
  2020-05-02 15:52 [PATCH] net: usb: qmi_wwan: add support for DW5816e Matt Jolly
  2020-05-02 23:43 ` David Miller
@ 2020-05-03  7:13 ` Bjørn Mork
  2020-05-03 22:58   ` David Miller
  1 sibling, 1 reply; 4+ messages in thread
From: Bjørn Mork @ 2020-05-03  7:13 UTC (permalink / raw)
  To: Matt Jolly; +Cc: David S. Miller, netdev, linux-usb, linux-kernel

Matt Jolly <Kangie@footclan.ninja> writes:

> Add support for Dell Wireless 5816e to drivers/net/usb/qmi_wwan.c
>
> Signed-off-by: Matt Jolly <Kangie@footclan.ninja>
> ---
>  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 6c738a271257..4bb8552a00d3 100644
> --- a/drivers/net/usb/qmi_wwan.c
> +++ b/drivers/net/usb/qmi_wwan.c
> @@ -1359,6 +1359,7 @@ static const struct usb_device_id products[] = {
>  	{QMI_FIXED_INTF(0x413c, 0x81b3, 8)},	/* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card (rev3) */
>  	{QMI_FIXED_INTF(0x413c, 0x81b6, 8)},	/* Dell Wireless 5811e */
>  	{QMI_FIXED_INTF(0x413c, 0x81b6, 10)},	/* Dell Wireless 5811e */
> +	{QMI_FIXED_INTF(0x413c, 0x81cc, 8)},	/* Dell Wireless 5816e */
>  	{QMI_FIXED_INTF(0x413c, 0x81d7, 0)},	/* Dell Wireless 5821e */
>  	{QMI_FIXED_INTF(0x413c, 0x81d7, 1)},	/* Dell Wireless 5821e preproduction config */
>  	{QMI_FIXED_INTF(0x413c, 0x81e0, 0)},	/* Dell Wireless 5821e with eSIM support*/

Looks fine to me.  Please add to the stable queue as well,  Thanks.

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

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

* Re: [PATCH] net: usb: qmi_wwan: add support for DW5816e
  2020-05-03  7:13 ` Bjørn Mork
@ 2020-05-03 22:58   ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2020-05-03 22:58 UTC (permalink / raw)
  To: bjorn; +Cc: Kangie, netdev, linux-usb, linux-kernel

From: Bjørn Mork <bjorn@mork.no>
Date: Sun, 03 May 2020 09:13:58 +0200

> Matt Jolly <Kangie@footclan.ninja> writes:
> 
>> Add support for Dell Wireless 5816e to drivers/net/usb/qmi_wwan.c
>>
>> Signed-off-by: Matt Jolly <Kangie@footclan.ninja>
 ...
> Looks fine to me.  Please add to the stable queue as well,  Thanks.
> 
> Acked-by: Bjørn Mork <bjorn@mork.no>

Applied and queued up for -stable.

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

end of thread, other threads:[~2020-05-03 22:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 15:52 [PATCH] net: usb: qmi_wwan: add support for DW5816e Matt Jolly
2020-05-02 23:43 ` David Miller
2020-05-03  7:13 ` Bjørn Mork
2020-05-03 22:58   ` 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).