[<prev] [next>] [day] [month] [year] [list]
Message-ID: <466F57C6.7080909@qualcomm.com>
Date: Tue, 12 Jun 2007 19:34:46 -0700
From: Phil Karn <karn@...lcomm.com>
To: netdev@...r.kernel.org
Subject: Patch to drivers/usb/serial/sierra.c to support Sierra Wireless Aircard
595U
*** linux-2.6.21.5/drivers/usb/serial/sierra.c Mon Jun 11 11:37:06 2007
--- linux-2.6.21.5a/drivers/usb/serial/sierra.c Fri Jun 8 23:37:06 2007
***************
*** 44,49 ****
--- 44,50 ----
{ USB_DEVICE(0x1199, 0x0112) }, /* Sierra Wireless AirCard 580 */
{ USB_DEVICE(0x0F3D, 0x0112) }, /* AirPrime/Sierra PC 5220 */
+ { USB_DEVICE(0x1199, 0x0120) }, /* Sierra Wireless Aircard 595U */
{ }
};
MODULE_DEVICE_TABLE(usb, id_table);
***************
*** 66,71 ****
--- 67,73 ----
{ USB_DEVICE(0x1199, 0x6803) }, /* Sierra Wireless MC8765 */
{ USB_DEVICE(0x1199, 0x6812) }, /* Sierra Wireless MC8775 */
{ USB_DEVICE(0x1199, 0x6820) }, /* Sierra Wireless AirCard 875 */
+ { USB_DEVICE(0x1199, 0x0120) }, /* Sierra Wireless Aircard 595U */
{ }
};
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists