lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 28 Jan 2012 10:11:32 +0100
From:	José Antonio Matute <matutet@...il.com>
To:	linux-usb@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH] qcserial: add support for Huawei Gobi 3000 devices

From: Jose Antonio Matute <matutet@...il.com>
Add USB IDs for Huawei Gobi 3000 devices (some of which are rebranded
as Sony Vaio VPCSA modems).

Signed-off-by: Jose Antonio Matute <matutet@...il.com>
Cc: stable@...r.kernel.org
---
--- linux-3.3-rc1/drivers/usb/serial/qcserial.c.orig	2012-01-28
09:43:01.088140483 +0100
+++ linux-3.3-rc1/drivers/usb/serial/qcserial.c	2012-01-28
09:46:37.908131967 +0100
@@ -87,6 +87,7 @@ static const struct usb_device_id id_tab
 	{USB_DEVICE(0x05c6, 0x9204)},	/* Gobi 2000 QDL device */
 	{USB_DEVICE(0x05c6, 0x9205)},	/* Gobi 2000 Modem device */
 	{USB_DEVICE(0x1199, 0x9013)},	/* Sierra Wireless Gobi 3000 Modem
device (MC8355) */
+	{USB_DEVICE(0x12d1, 0x14f1)},	/* Huawei Wireless Gobi 3000 Modem device */
 	{ }				/* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, id_table);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ