]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.24.1/usb-sierra-add-support-for-aircard-881u.patch
Remove duplicated commits
[thirdparty/kernel/stable-queue.git] / releases / 2.6.24.1 / usb-sierra-add-support-for-aircard-881u.patch
CommitLineData
ba957a8b
GKH
1From stable-bounces@linux.kernel.org Fri Feb 1 15:21:31 2008
2From: Jessica L. Blank <j@twu.net>
3Date: Fri, 1 Feb 2008 15:16:46 -0800
4Subject: USB: Sierra - Add support for Aircard 881U
5To: linux-usb@vger.kernel.org
6Cc: "Jessica L. Blank" <j@twu.net>, Greg Kroah-Hartman <gregkh@suse.de>, stable <stable@kernel.org>
7Message-ID: <1201907929-23721-5-git-send-email-gregkh@suse.de>
8
9
10From: Jessica L. Blank <j@twu.net>
11
12Adds the appropriate vendor and device IDs for the AirCard 881U to
13sierra.c. (This device is often rebadged by AT&T as the USBConnect 881).
14
15Signed-off-by: Jessica L Blank <j@twu.net>
16Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
17
18---
19 drivers/usb/serial/sierra.c | 2 ++
20 1 file changed, 2 insertions(+)
21
22--- a/drivers/usb/serial/sierra.c
23+++ b/drivers/usb/serial/sierra.c
24@@ -117,6 +117,7 @@ static struct usb_device_id id_table []
25 { USB_DEVICE(0x1199, 0x6851) }, /* Sierra Wireless AirCard 881 */
26 { USB_DEVICE(0x1199, 0x6852) }, /* Sierra Wireless AirCard 880 E */
27 { USB_DEVICE(0x1199, 0x6853) }, /* Sierra Wireless AirCard 881 E */
28+ { USB_DEVICE(0x1199, 0x6856) }, /* Sierra Wireless AirCard 881 U */
29
30 { USB_DEVICE(0x1199, 0x0112), .driver_info = DEVICE_1_PORT }, /* Sierra Wireless AirCard 580 */
31 { USB_DEVICE(0x0F3D, 0x0112), .driver_info = DEVICE_1_PORT }, /* Airprime/Sierra PC 5220 */
32@@ -155,6 +156,7 @@ static struct usb_device_id id_table_3po
33 { USB_DEVICE(0x1199, 0x6851) }, /* Sierra Wireless AirCard 881 */
34 { USB_DEVICE(0x1199, 0x6852) }, /* Sierra Wireless AirCard 880E */
35 { USB_DEVICE(0x1199, 0x6853) }, /* Sierra Wireless AirCard 881E */
36+ { USB_DEVICE(0x1199, 0x6856) }, /* Sierra Wireless AirCard 881U */
37 { }
38 };
39