All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/usb/qmi_wwan.c: Add USB id for lt4120 modem
@ 2018-03-23 13:26 ` Torsten Hilbrich
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Hilbrich @ 2018-03-23 13:26 UTC (permalink / raw)
  To: Bjørn Mork; +Cc: netdev, linux-usb, Wassenberg Dennis

This is needed to support the modem found in HP EliteBook 820 G3.

Signed-off-by: Torsten Hilbrich <torsten.hilbrich@secunet.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 76ac48095c29..e3ef0a0c715d 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1240,6 +1240,7 @@ static const struct usb_device_id products[] = {
        {QMI_FIXED_INTF(0x413c, 0x81b6, 8)},    /* Dell Wireless 5811e */
        {QMI_FIXED_INTF(0x413c, 0x81b6, 10)},   /* Dell Wireless 5811e */
        {QMI_FIXED_INTF(0x03f0, 0x4e1d, 8)},    /* HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module */
+       {QMI_FIXED_INTF(0x03f0, 0x9d1d, 1)},    /* HP lt4120 Snapdragon X5 LTE */
        {QMI_FIXED_INTF(0x22de, 0x9061, 3)},    /* WeTelecom WPD-600N */
        {QMI_FIXED_INTF(0x1e0e, 0x9001, 5)},    /* SIMCom 7230E */
        {QMI_QUIRK_SET_DTR(0x2c7c, 0x0125, 4)}, /* Quectel EC25, EC20 R2.0  Mini PCIe */
-- 
2.11.0

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

* net/usb/qmi_wwan.c: Add USB id for lt4120 modem
@ 2018-03-23 13:26 ` Torsten Hilbrich
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Hilbrich @ 2018-03-23 13:26 UTC (permalink / raw)
  To: Bjørn Mork; +Cc: netdev, linux-usb, Wassenberg Dennis

This is needed to support the modem found in HP EliteBook 820 G3.

Signed-off-by: Torsten Hilbrich <torsten.hilbrich@secunet.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 76ac48095c29..e3ef0a0c715d 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1240,6 +1240,7 @@ static const struct usb_device_id products[] = {
        {QMI_FIXED_INTF(0x413c, 0x81b6, 8)},    /* Dell Wireless 5811e */
        {QMI_FIXED_INTF(0x413c, 0x81b6, 10)},   /* Dell Wireless 5811e */
        {QMI_FIXED_INTF(0x03f0, 0x4e1d, 8)},    /* HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module */
+       {QMI_FIXED_INTF(0x03f0, 0x9d1d, 1)},    /* HP lt4120 Snapdragon X5 LTE */
        {QMI_FIXED_INTF(0x22de, 0x9061, 3)},    /* WeTelecom WPD-600N */
        {QMI_FIXED_INTF(0x1e0e, 0x9001, 5)},    /* SIMCom 7230E */
        {QMI_QUIRK_SET_DTR(0x2c7c, 0x0125, 4)}, /* Quectel EC25, EC20 R2.0  Mini PCIe */

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

* Re: [PATCH] net/usb/qmi_wwan.c: Add USB id for lt4120 modem
@ 2018-03-26  1:16   ` David Miller
  0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2018-03-26  1:16 UTC (permalink / raw)
  To: torsten.hilbrich; +Cc: bjorn, netdev, linux-usb, Dennis.Wassenberg

From: Torsten Hilbrich <torsten.hilbrich@secunet.com>
Date: Fri, 23 Mar 2018 14:26:18 +0100

> This is needed to support the modem found in HP EliteBook 820 G3.
> 
> Signed-off-by: Torsten Hilbrich <torsten.hilbrich@secunet.com>

This patch was corrupted by your email client, it transformed TAB
characters into sequence of spaces.

Please email the patch to yourself and make sure you can apply
the patch you receive in that email cleanly before resubmitting
it here.

Thank you.

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

* net/usb/qmi_wwan.c: Add USB id for lt4120 modem
@ 2018-03-26  1:16   ` David Miller
  0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2018-03-26  1:16 UTC (permalink / raw)
  To: torsten.hilbrich; +Cc: bjorn, netdev, linux-usb, Dennis.Wassenberg

From: Torsten Hilbrich <torsten.hilbrich@secunet.com>
Date: Fri, 23 Mar 2018 14:26:18 +0100

> This is needed to support the modem found in HP EliteBook 820 G3.
> 
> Signed-off-by: Torsten Hilbrich <torsten.hilbrich@secunet.com>

This patch was corrupted by your email client, it transformed TAB
characters into sequence of spaces.

Please email the patch to yourself and make sure you can apply
the patch you receive in that email cleanly before resubmitting
it here.

Thank you.
---
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] 8+ messages in thread

* [PATCHv2] net/usb/qmi_wwan.c: Add USB id for lt4120 modem
@ 2018-03-26  5:19     ` Torsten Hilbrich
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Hilbrich @ 2018-03-26  5:19 UTC (permalink / raw)
  To: David Miller; +Cc: bjorn, netdev, linux-usb, Dennis.Wassenberg

This is needed to support the modem found in HP EliteBook 820 G3.

Signed-off-by: Torsten Hilbrich <torsten.hilbrich@secunet.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 76ac48095c29..e3ef0a0c715d 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1240,6 +1240,7 @@ static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x413c, 0x81b6, 8)},	/* Dell Wireless 5811e */
 	{QMI_FIXED_INTF(0x413c, 0x81b6, 10)},	/* Dell Wireless 5811e */
 	{QMI_FIXED_INTF(0x03f0, 0x4e1d, 8)},	/* HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module */
+	{QMI_FIXED_INTF(0x03f0, 0x9d1d, 1)},	/* HP lt4120 Snapdragon X5 LTE */
 	{QMI_FIXED_INTF(0x22de, 0x9061, 3)},	/* WeTelecom WPD-600N */
 	{QMI_FIXED_INTF(0x1e0e, 0x9001, 5)},	/* SIMCom 7230E */
 	{QMI_QUIRK_SET_DTR(0x2c7c, 0x0125, 4)},	/* Quectel EC25, EC20 R2.0  Mini PCIe */
-- 
2.11.0

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

* [PATCHv2] net/usb/qmi_wwan.c: Add USB id for lt4120 modem
@ 2018-03-26  5:19     ` Torsten Hilbrich
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Hilbrich @ 2018-03-26  5:19 UTC (permalink / raw)
  To: David Miller; +Cc: bjorn, netdev, linux-usb, Dennis.Wassenberg

This is needed to support the modem found in HP EliteBook 820 G3.

Signed-off-by: Torsten Hilbrich <torsten.hilbrich@secunet.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 76ac48095c29..e3ef0a0c715d 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1240,6 +1240,7 @@ static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x413c, 0x81b6, 8)},	/* Dell Wireless 5811e */
 	{QMI_FIXED_INTF(0x413c, 0x81b6, 10)},	/* Dell Wireless 5811e */
 	{QMI_FIXED_INTF(0x03f0, 0x4e1d, 8)},	/* HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module */
+	{QMI_FIXED_INTF(0x03f0, 0x9d1d, 1)},	/* HP lt4120 Snapdragon X5 LTE */
 	{QMI_FIXED_INTF(0x22de, 0x9061, 3)},	/* WeTelecom WPD-600N */
 	{QMI_FIXED_INTF(0x1e0e, 0x9001, 5)},	/* SIMCom 7230E */
 	{QMI_QUIRK_SET_DTR(0x2c7c, 0x0125, 4)},	/* Quectel EC25, EC20 R2.0  Mini PCIe */

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

* Re: [PATCHv2] net/usb/qmi_wwan.c: Add USB id for lt4120 modem
@ 2018-03-26 16:56       ` David Miller
  0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2018-03-26 16:56 UTC (permalink / raw)
  To: torsten.hilbrich; +Cc: bjorn, netdev, linux-usb, Dennis.Wassenberg

From: Torsten Hilbrich <torsten.hilbrich@secunet.com>
Date: Mon, 26 Mar 2018 07:19:57 +0200

> This is needed to support the modem found in HP EliteBook 820 G3.
> 
> Signed-off-by: Torsten Hilbrich <torsten.hilbrich@secunet.com>

Applied, thank you.

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

* [PATCHv2] net/usb/qmi_wwan.c: Add USB id for lt4120 modem
@ 2018-03-26 16:56       ` David Miller
  0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2018-03-26 16:56 UTC (permalink / raw)
  To: torsten.hilbrich; +Cc: bjorn, netdev, linux-usb, Dennis.Wassenberg

From: Torsten Hilbrich <torsten.hilbrich@secunet.com>
Date: Mon, 26 Mar 2018 07:19:57 +0200

> This is needed to support the modem found in HP EliteBook 820 G3.
> 
> Signed-off-by: Torsten Hilbrich <torsten.hilbrich@secunet.com>

Applied, thank you.
---
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] 8+ messages in thread

end of thread, other threads:[~2018-03-26 16:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-23 13:26 [PATCH] net/usb/qmi_wwan.c: Add USB id for lt4120 modem Torsten Hilbrich
2018-03-23 13:26 ` Torsten Hilbrich
2018-03-26  1:16 ` [PATCH] " David Miller
2018-03-26  1:16   ` David Miller
2018-03-26  5:19   ` [PATCHv2] " Torsten Hilbrich
2018-03-26  5:19     ` Torsten Hilbrich
2018-03-26 16:56     ` David Miller
2018-03-26 16: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.