[PATCH] Support HP lt4114 LTE Module (Huawei ME206V-561)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Adds HP lt4114 LTE module USB ID as a Huawei device.

Currently 4 ttyUSB devices are detected, but only the second two respond to
AT commands. The first two serial ports may be falsely detected.

Of the two responsive serial devices the first is the source of unsolicited
information such as a SIM insert. The second is always the source of NMEA
messages.

A have not figured out the correct AT commands to connect to a cell network
so the created network interface is untested.

Signed-off-by: Daniel Patrick Johnson <teknotus@xxxxxxxxx>
---
 drivers/usb/serial/qcserial.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
index 9919d2a..4f8f65f 100644
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
@@ -168,6 +168,7 @@ static const struct usb_device_id id_table[] = {
 
 	/* Huawei devices */
 	{DEVICE_HWI(0x03f0, 0x581d)},	/* HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) */
+	{DEVICE_HWI(0x03f0, 0x9a1d)},	/* HP lt4114 LTE (Huawei ME206V-561) */
 
 	{ }				/* Terminating entry */
 };
-- 
2.5.0

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



[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux