Message ID | 20241106105029.338457-1-wojackbb@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 25eb47eed52979c2f5eee3f37e6c67714e02c49c |
Headers | show |
Series | [v3] USB: serial: qcserial: add support for Sierra Wireless EM86xx | expand |
On Wed, Nov 06, 2024 at 06:50:29PM +0800, wojackbb@gmail.com wrote: > From: Jack Wu <wojackbb@gmail.com> > > Add support for Sierra Wireless EM86xx with > USB-id 0x1199:0x90e5 & 0x1199:0x90e4. > 0x1199:0x90e4 > T: Bus=03 Lev=01 Prnt=01 Port=05 Cnt=01 Dev#= 16 Spd=480 MxCh= 0 > D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 > P: Vendor=1199 ProdID=90e4 Rev= 0.00 > S: Manufacturer=Sierra Wireless, Incorporated > S: SerialNumber=004403161882339 > C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr= 2mA > I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=10 Driver=qcserial > E: Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms > E: Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms > --- > v3 changes: the entries sorted by PID > --- > Signed-off-by: Jack Wu <wojackbb@gmail.com> > --- Thanks for the update. Next time make sure you put the changelog here after your SoB and the --- line. As it currently stands you SoB is not included when I apply the patch. I've fixed it up manually, but please remember this for your future contributions. Also, the patch revision typically goes inside the PATCH marker: [PATCH v3] USB: serial: ... Johan
diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index c7de9585feb2..13c664317a05 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c @@ -166,6 +166,8 @@ static const struct usb_device_id id_table[] = { {DEVICE_SWI(0x1199, 0x9090)}, /* Sierra Wireless EM7565 QDL */ {DEVICE_SWI(0x1199, 0x9091)}, /* Sierra Wireless EM7565 */ {DEVICE_SWI(0x1199, 0x90d2)}, /* Sierra Wireless EM9191 QDL */ + {DEVICE_SWI(0x1199, 0x90e4)}, /* Sierra Wireless EM86xx QDL*/ + {DEVICE_SWI(0x1199, 0x90e5)}, /* Sierra Wireless EM86xx */ {DEVICE_SWI(0x1199, 0xc080)}, /* Sierra Wireless EM7590 QDL */ {DEVICE_SWI(0x1199, 0xc081)}, /* Sierra Wireless EM7590 */ {DEVICE_SWI(0x413c, 0x81a2)}, /* Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card */