From: Jan Luebbe Date: Mon, 16 Oct 2006 22:09:00 +0000 (+0200) Subject: USB: Add device id for Sierra Wireless MC8755 X-Git-Tag: upstream/snapshot3+hdmi~36210^2~47^2~104^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab352c2687a4361aec06a184ddb20deb1e5091eb;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git USB: Add device id for Sierra Wireless MC8755 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 --- diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c index 6bdb117..ea16572 100644 --- a/drivers/usb/serial/sierra.c +++ b/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 */