diff mbox

qmi_wwan: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem

Message ID 20141116185525.GA19989@gmx.de
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Martin Hauke Nov. 16, 2014, 6:55 p.m. UTC
Added the USB VID/PID for the HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e)

Signed-off-by: Martin Hauke <mardnh@gmx.de>
---
 drivers/net/usb/qmi_wwan.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Bjørn Mork Nov. 16, 2014, 7:18 p.m. UTC | #1
Martin Hauke <mardnh@gmx.de> writes:

> Added the USB VID/PID for the HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e)
>
> Signed-off-by: Martin Hauke <mardnh@gmx.de>

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

Dave, please add this to the netdev stable queue as well.


Thanks,
Bjørn
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Miller Nov. 16, 2014, 9:05 p.m. UTC | #2
From: Bjørn Mork <bjorn@mork.no>
Date: Sun, 16 Nov 2014 20:18:45 +0100

> Martin Hauke <mardnh@gmx.de> writes:
> 
>> Added the USB VID/PID for the HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e)
>>
>> Signed-off-by: Martin Hauke <mardnh@gmx.de>
> 
> Acked-by: Bjørn Mork <bjorn@mork.no>
> 
> Dave, please add this to the netdev stable queue as well.

Ok, applied and queued up for -stable.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
index 22756db..b8a82b8 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -780,6 +780,7 @@  static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x413c, 0x81a4, 8)},	/* Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card */
 	{QMI_FIXED_INTF(0x413c, 0x81a8, 8)},	/* Dell Wireless 5808 Gobi(TM) 4G LTE Mobile Broadband Card */
 	{QMI_FIXED_INTF(0x413c, 0x81a9, 8)},	/* Dell Wireless 5808e Gobi(TM) 4G LTE Mobile Broadband Card */
+	{QMI_FIXED_INTF(0x03f0, 0x581d, 4)},	/* HP lt4112 LTE/HSPA+ Gobi 4G Module (Huawei me906e) */
 
 	/* 4. Gobi 1000 devices */
 	{QMI_GOBI1K_DEVICE(0x05c6, 0x9212)},	/* Acer Gobi Modem Device */