* [PATCH net,stable] net: qmi_wwan: add Sierra EM7565 1199:9091
2017-12-11 20:12 [PATCH net,stable] net: qmi_wwan: add Quectel BG96 2c7c:0296 ssjoholm
@ 2017-12-11 20:12 ` ssjoholm
2017-12-11 20:38 ` Bjørn Mork
0 siblings, 1 reply; 4+ messages in thread
From: ssjoholm @ 2017-12-11 20:12 UTC (permalink / raw)
To: netdev; +Cc: linux-usb, linux-kernel, bjorn, rspmn, Sebastian Sjoholm
From: Sebastian Sjoholm <ssjoholm@mac.com>
From: Sebastian Sjoholm <ssjoholm@mac.com>
Sierra Wireless EM7565 is an Qualcomm MDM9x50 based M.2 modem.
The USB id is added to qmi_wwan.c to allow QMI communication with the EM7565.
Signed-off-by: Sebastian Sjoholm <ssjoholm@mac.com>
---
[The corresponding qcserial patch will be submitted by Reinhard Speyerer.]
---
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 304ec6555cd8..3cebd6683938 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1204,6 +1204,7 @@ static const struct usb_device_id products[] = {
{QMI_FIXED_INTF(0x1199, 0x9079, 10)}, /* Sierra Wireless EM74xx */
{QMI_FIXED_INTF(0x1199, 0x907b, 8)}, /* Sierra Wireless EM74xx */
{QMI_FIXED_INTF(0x1199, 0x907b, 10)}, /* Sierra Wireless EM74xx */
+ {QMI_FIXED_INTF(0x1199, 0x9091, 8)}, /* Sierra Wireless EM7565 */
{QMI_FIXED_INTF(0x1bbb, 0x011e, 4)}, /* Telekom Speedstick LTE II (Alcatel One Touch L100V LTE) */
{QMI_FIXED_INTF(0x1bbb, 0x0203, 2)}, /* Alcatel L800MA */
{QMI_FIXED_INTF(0x2357, 0x0201, 4)}, /* TP-LINK HSUPA Modem MA180 */
--
2.14.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH net,stable] net: qmi_wwan: add Sierra EM7565 1199:9091
2017-12-11 20:12 ` [PATCH net,stable] net: qmi_wwan: add Sierra EM7565 1199:9091 ssjoholm
@ 2017-12-11 20:38 ` Bjørn Mork
0 siblings, 0 replies; 4+ messages in thread
From: Bjørn Mork @ 2017-12-11 20:38 UTC (permalink / raw)
To: ssjoholm; +Cc: netdev, linux-usb, linux-kernel, rspmn
ssjoholm@mac.com writes:
> From: Sebastian Sjoholm <ssjoholm@mac.com>
>
> From: Sebastian Sjoholm <ssjoholm@mac.com>
>
> Sierra Wireless EM7565 is an Qualcomm MDM9x50 based M.2 modem.
> The USB id is added to qmi_wwan.c to allow QMI communication with the EM7565.
>
> Signed-off-by: Sebastian Sjoholm <ssjoholm@mac.com>
> ---
> [The corresponding qcserial patch will be submitted by Reinhard Speyerer.]
>
> ---
> 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 304ec6555cd8..3cebd6683938 100644
> --- a/drivers/net/usb/qmi_wwan.c
> +++ b/drivers/net/usb/qmi_wwan.c
> @@ -1204,6 +1204,7 @@ static const struct usb_device_id products[] = {
> {QMI_FIXED_INTF(0x1199, 0x9079, 10)}, /* Sierra Wireless EM74xx */
> {QMI_FIXED_INTF(0x1199, 0x907b, 8)}, /* Sierra Wireless EM74xx */
> {QMI_FIXED_INTF(0x1199, 0x907b, 10)}, /* Sierra Wireless EM74xx */
> + {QMI_FIXED_INTF(0x1199, 0x9091, 8)}, /* Sierra Wireless EM7565 */
> {QMI_FIXED_INTF(0x1bbb, 0x011e, 4)}, /* Telekom Speedstick LTE II (Alcatel One Touch L100V LTE) */
> {QMI_FIXED_INTF(0x1bbb, 0x0203, 2)}, /* Alcatel L800MA */
> {QMI_FIXED_INTF(0x2357, 0x0201, 4)}, /* TP-LINK HSUPA Modem MA180 */
Looks good except for the duplicate 'From' line. Drop that and you can
add
Acked-by: Bjørn Mork <bjorn@mork.no>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH net,stable] net: qmi_wwan: add Sierra EM7565 1199:9091
@ 2017-12-11 20:51 ssjoholm
2017-12-13 18:57 ` David Miller
0 siblings, 1 reply; 4+ messages in thread
From: ssjoholm @ 2017-12-11 20:51 UTC (permalink / raw)
To: netdev; +Cc: linux-usb, linux-kernel, bjorn, rspmn, Sebastian Sjoholm
From: Sebastian Sjoholm <ssjoholm@mac.com>
Sierra Wireless EM7565 is an Qualcomm MDM9x50 based M.2 modem.
The USB id is added to qmi_wwan.c to allow QMI communication
with the EM7565.
Signed-off-by: Sebastian Sjoholm <ssjoholm@mac.com>
Acked-by: Bjørn Mork <bjorn@mork.no>
---
[The corresponding qcserial patch will be submitted by Reinhard Speyerer.]
---
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 304ec6555cd8..3cebd6683938 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1204,6 +1204,7 @@ static const struct usb_device_id products[] = {
{QMI_FIXED_INTF(0x1199, 0x9079, 10)}, /* Sierra Wireless EM74xx */
{QMI_FIXED_INTF(0x1199, 0x907b, 8)}, /* Sierra Wireless EM74xx */
{QMI_FIXED_INTF(0x1199, 0x907b, 10)}, /* Sierra Wireless EM74xx */
+ {QMI_FIXED_INTF(0x1199, 0x9091, 8)}, /* Sierra Wireless EM7565 */
{QMI_FIXED_INTF(0x1bbb, 0x011e, 4)}, /* Telekom Speedstick LTE II (Alcatel One Touch L100V LTE) */
{QMI_FIXED_INTF(0x1bbb, 0x0203, 2)}, /* Alcatel L800MA */
{QMI_FIXED_INTF(0x2357, 0x0201, 4)}, /* TP-LINK HSUPA Modem MA180 */
--
2.14.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH net,stable] net: qmi_wwan: add Sierra EM7565 1199:9091
2017-12-11 20:51 [PATCH net,stable] net: qmi_wwan: add Sierra EM7565 1199:9091 ssjoholm
@ 2017-12-13 18:57 ` David Miller
0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2017-12-13 18:57 UTC (permalink / raw)
To: ssjoholm; +Cc: netdev, linux-usb, linux-kernel, bjorn, rspmn
From: ssjoholm@mac.com
Date: Mon, 11 Dec 2017 21:51:14 +0100
> From: Sebastian Sjoholm <ssjoholm@mac.com>
>
> Sierra Wireless EM7565 is an Qualcomm MDM9x50 based M.2 modem.
> The USB id is added to qmi_wwan.c to allow QMI communication
> with the EM7565.
>
> Signed-off-by: Sebastian Sjoholm <ssjoholm@mac.com>
> 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:[~2017-12-13 18:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-11 20:51 [PATCH net,stable] net: qmi_wwan: add Sierra EM7565 1199:9091 ssjoholm
2017-12-13 18:57 ` David Miller
-- strict thread matches above, loose matches on Subject: below --
2017-12-11 20:12 [PATCH net,stable] net: qmi_wwan: add Quectel BG96 2c7c:0296 ssjoholm
2017-12-11 20:12 ` [PATCH net,stable] net: qmi_wwan: add Sierra EM7565 1199:9091 ssjoholm
2017-12-11 20:38 ` Bjørn Mork
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).