On Thu, May 29, 2014 at 01:33:27PM +0200, Aleksander Morgado wrote: > A set of new VID/PIDs retrieved from the out-of-tree GobiNet/GobiSerial > Sierra Wireless drivers. > > Signed-off-by: Aleksander Morgado <aleksander@xxxxxxxxxxxxx> > Link: http://marc.info/?l=linux-usb&m=140136310027293&w=2 > Cc: <stable@xxxxxxxxxxxxxxx> # backport in link above Signed-off-by: Johan Hovold <jhovold@xxxxxxxxx> Next time you should put your Signed-off-by tag after any other tags. Not everyone follows that, but it makes it possible to track who added which tag in the Signed-off-by chain (and can also be used to track other changes made to patches in the chain using [who: description] annotation). Thanks, Johan > --- > drivers/usb/serial/qcserial.c | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c > index 9c8b6ee..b2aa003 100644 > --- a/drivers/usb/serial/qcserial.c > +++ b/drivers/usb/serial/qcserial.c > @@ -142,9 +142,15 @@ static const struct usb_device_id id_table[] = { > {DEVICE_SWI(0x1199, 0x68c0)}, /* Sierra Wireless MC73xx */ > {DEVICE_SWI(0x1199, 0x901c)}, /* Sierra Wireless EM7700 */ > {DEVICE_SWI(0x1199, 0x901f)}, /* Sierra Wireless EM7355 */ > + {DEVICE_SWI(0x1199, 0x9040)}, /* Sierra Wireless Modem */ > {DEVICE_SWI(0x1199, 0x9041)}, /* Sierra Wireless MC7305/MC7355 */ > {DEVICE_SWI(0x1199, 0x9051)}, /* Netgear AirCard 340U */ > + {DEVICE_SWI(0x1199, 0x9053)}, /* Sierra Wireless Modem */ > + {DEVICE_SWI(0x1199, 0x9054)}, /* Sierra Wireless Modem */ > {DEVICE_SWI(0x1199, 0x9055)}, /* Netgear AirCard 341U */ > + {DEVICE_SWI(0x1199, 0x9056)}, /* Sierra Wireless Modem */ > + {DEVICE_SWI(0x1199, 0x9060)}, /* Sierra Wireless Modem */ > + {DEVICE_SWI(0x1199, 0x9061)}, /* Sierra Wireless Modem */ > {DEVICE_SWI(0x413c, 0x81a2)}, /* Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card */ > {DEVICE_SWI(0x413c, 0x81a3)}, /* Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card */ > {DEVICE_SWI(0x413c, 0x81a4)}, /* Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card */ -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html