diff options
| author | Lee Jones <lee.jones@linaro.org> | 2012-01-12 12:50:11 +0000 | 
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2012-01-12 12:50:11 +0000 | 
| commit | 72108d578689febd3579bf16be470328ded6c6d9 (patch) | |
| tree | cc36ad5306ce823f8e98956c8f048f48017be3cc /drivers/usb/serial/qcserial.c | |
| parent | 330f78a83c1f47055427e10a68733af77b2cbac8 (diff) | |
| parent | 2150f72fe35397cc6d6ce39866bd0462cfbcc916 (diff) | |
Automatically merging tracking-igloo_kernel-other into merging-stable-linaro-ux500-3.1stable-linaro-ux500-3.1
Conflicting files:
Diffstat (limited to 'drivers/usb/serial/qcserial.c')
| -rw-r--r-- | drivers/usb/serial/qcserial.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index aeccc7f0a93..b9bb24729c9 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c @@ -28,6 +28,7 @@ static const struct usb_device_id id_table[] = {  	{USB_DEVICE(0x05c6, 0x9212)},	/* Acer Gobi Modem Device */  	{USB_DEVICE(0x03f0, 0x1f1d)},	/* HP un2400 Gobi Modem Device */  	{USB_DEVICE(0x03f0, 0x201d)},	/* HP un2400 Gobi QDL Device */ +	{USB_DEVICE(0x03f0, 0x371d)},	/* HP un2430 Mobile Broadband Module */  	{USB_DEVICE(0x04da, 0x250d)},	/* Panasonic Gobi Modem device */  	{USB_DEVICE(0x04da, 0x250c)},	/* Panasonic Gobi QDL device */  	{USB_DEVICE(0x413c, 0x8172)},	/* Dell Gobi Modem device */ @@ -84,6 +85,7 @@ static const struct usb_device_id id_table[] = {  	{USB_DEVICE(0x16d8, 0x8002)},	/* CMDTech Gobi 2000 Modem device (VU922) */  	{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) */  	{ }				/* Terminating entry */  };  MODULE_DEVICE_TABLE(usb, id_table);  | 
