On Fri, Feb 19, 2016 at 12:02:04AM -0800, Daniel Patrick Johnson wrote: > 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 */ > }; Dropping this one in favour of patches expected as an outcome of the discussions in this thread. Thanks, Johan -- 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