Schmiedl Christian <[email protected]> writes: > From: Hans-Christoph Schemmel <[email protected]> > > Added support for Cinterion's PLxx WWAN Interface by adding QMI_FIXED_INTF > with > Cinterion's Vendor ID as well as Product ID and WWAN Interface Number. > > Signed-off-by: Hans-Christoph Schemmel <[email protected]> > Signed-off-by: Christian Schmiedl <[email protected]> > --- > patch is against linux-3.9 > --- linux-3.9/drivers/net/usb/qmi_wwan.c.orig 2013-05-06 08:10:11.170034451 > +0200 > +++ linux-3.9/drivers/net/usb/qmi_wwan.c 2013-05-06 08:58:00.800264179 > +0200 > @@ -569,6 +569,7 @@ static const struct usb_device_id produc > {QMI_FIXED_INTF(0x1bbb, 0x011e, 4)}, /* Telekom Speedstick LTE II > (Alcatel One Touch L100V LTE) */ > {QMI_FIXED_INTF(0x2357, 0x0201, 4)}, /* TP-LINK HSUPA Modem MA180 */ > {QMI_FIXED_INTF(0x1bc7, 0x1200, 5)}, /* Telit LE920 */ > + {QMI_FIXED_INTF(0x1e2d, 0x12d1, 4)}, /* Cinterion PLxx */ > > /* 4. Gobi 1000 devices */ > {QMI_GOBI1K_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */
Acked-by: Bjørn Mork <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

