summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/qcserial.c
diff options
context:
space:
mode:
authorAleksander Morgado2014-05-28 21:13:51 +0200
committerGreg Kroah-Hartman2014-05-28 23:56:36 +0200
commitff1fcd50bc2459744e6f948310bc18eb7d6e8c72 (patch)
tree69548047768ad6bd7c69fcf20d601943cc580b70 /drivers/usb/serial/qcserial.c
parentDocumentation: dt-bindings: update xhci-platform DT binding for R-Car H2 and M2 (diff)
downloadkernel-qcow2-linux-ff1fcd50bc2459744e6f948310bc18eb7d6e8c72.tar.gz
kernel-qcow2-linux-ff1fcd50bc2459744e6f948310bc18eb7d6e8c72.tar.xz
kernel-qcow2-linux-ff1fcd50bc2459744e6f948310bc18eb7d6e8c72.zip
usb: qcserial: add Netgear AirCard 341U
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/qcserial.c')
-rw-r--r--drivers/usb/serial/qcserial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
index ca7b43092439..9c8b6ee1d21d 100644
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
@@ -144,6 +144,7 @@ static const struct usb_device_id id_table[] = {
{DEVICE_SWI(0x1199, 0x901f)}, /* Sierra Wireless EM7355 */
{DEVICE_SWI(0x1199, 0x9041)}, /* Sierra Wireless MC7305/MC7355 */
{DEVICE_SWI(0x1199, 0x9051)}, /* Netgear AirCard 340U */
+ {DEVICE_SWI(0x1199, 0x9055)}, /* Netgear AirCard 341U */
{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 */