From jluebbe@lasnet.de Mon Oct 16 13:09:28 2006 From: Jan Luebbe Subject: USB: Add device id for Sierra Wireless MC8755 To: linux-usb-devel@lists.sourceforge.net Cc: Kevin Lloyd , Greg Kroah-Hartman Date: Tue, 17 Oct 2006 00:09:00 +0200 Message-Id: <1161036540.1940.11.camel@polaris> Adds the device id used by the UMTS cards in Lenovo X60s notebooks sold in Europe. Signed-off-by: Jan Luebbe Cc: Kevin Lloyd Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/sierra.c | 1 + 1 file changed, 1 insertion(+) --- gregkh-2.6.orig/drivers/usb/serial/sierra.c +++ gregkh-2.6/drivers/usb/serial/sierra.c @@ -37,6 +37,7 @@ static struct usb_device_id id_table [] { USB_DEVICE(0x1199, 0x0019) }, /* Sierra Wireless AirCard 595 */ { USB_DEVICE(0x1199, 0x6802) }, /* Sierra Wireless MC8755 */ { USB_DEVICE(0x1199, 0x6803) }, /* Sierra Wireless MC8765 */ + { USB_DEVICE(0x1199, 0x6804) }, /* Sierra Wireless MC8755 for Europe */ { USB_DEVICE(0x1199, 0x6812) }, /* Sierra Wireless MC8775 */ { USB_DEVICE(0x1199, 0x6820) }, /* Sierra Wireless AirCard 875 */