LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
@ 2018-04-26 6:30 SZ Lin (林上智)
2018-04-26 10:41 ` Bjørn Mork
2018-04-27 17:24 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: SZ Lin (林上智) @ 2018-04-26 6:30 UTC (permalink / raw)
Cc: SZ Lin (林上智),
stable, Bjørn Mork, netdev, linux-usb, linux-kernel
This patch adds support for PID 0x90b2 of ublox R410M.
qmicli -d /dev/cdc-wdm0 --dms-get-manufacturer
[/dev/cdc-wdm0] Device manufacturer retrieved:
Manufacturer: 'u-blox'
qmicli -d /dev/cdc-wdm0 --dms-get-model
[/dev/cdc-wdm0] Device model retrieved:
Model: 'SARA-R410M-02B'
Signed-off-by: SZ Lin (林上智) <sz.lin@moxa.com>
Cc: stable <stable@vger.kernel.org>
---
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 c853e7410f5a..51c68fc416fa 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1098,6 +1098,7 @@ static const struct usb_device_id products[] = {
{QMI_FIXED_INTF(0x05c6, 0x9080, 8)},
{QMI_FIXED_INTF(0x05c6, 0x9083, 3)},
{QMI_FIXED_INTF(0x05c6, 0x9084, 4)},
+ {QMI_FIXED_INTF(0x05c6, 0x90b2, 3)}, /* ublox R410M */
{QMI_FIXED_INTF(0x05c6, 0x920d, 0)},
{QMI_FIXED_INTF(0x05c6, 0x920d, 5)},
{QMI_QUIRK_SET_DTR(0x05c6, 0x9625, 4)}, /* YUGA CLM920-NC5 */
--
2.17.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
2018-04-26 6:30 [PATCH] NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2 SZ Lin (林上智)
@ 2018-04-26 10:41 ` Bjørn Mork
2018-04-27 17:24 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Bjørn Mork @ 2018-04-26 10:41 UTC (permalink / raw)
To: SZ Lin (林上智); +Cc: stable, netdev, linux-usb, linux-kernel
"SZ Lin (林上智)" <sz.lin@moxa.com> writes:
> This patch adds support for PID 0x90b2 of ublox R410M.
Acked-by: Bjørn Mork <bjorn@mork.no>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
2018-04-26 6:30 [PATCH] NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2 SZ Lin (林上智)
2018-04-26 10:41 ` Bjørn Mork
@ 2018-04-27 17:24 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2018-04-27 17:24 UTC (permalink / raw)
To: sz.lin; +Cc: stable, bjorn, netdev, linux-usb, linux-kernel
From: SZ Lin (林上智) <sz.lin@moxa.com>
Date: Thu, 26 Apr 2018 14:30:13 +0800
> This patch adds support for PID 0x90b2 of ublox R410M.
>
> qmicli -d /dev/cdc-wdm0 --dms-get-manufacturer
> [/dev/cdc-wdm0] Device manufacturer retrieved:
> Manufacturer: 'u-blox'
>
> qmicli -d /dev/cdc-wdm0 --dms-get-model
> [/dev/cdc-wdm0] Device model retrieved:
> Model: 'SARA-R410M-02B'
>
> Signed-off-by: SZ Lin (林上智) <sz.lin@moxa.com>
> Cc: stable <stable@vger.kernel.org>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-27 17:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26 6:30 [PATCH] NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2 SZ Lin (林上智)
2018-04-26 10:41 ` Bjørn Mork
2018-04-27 17:24 ` 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).