From: Hanno Böck Support the QUALCOMM HSDPA-Stick iCON 210. Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/usb/serial/option.c | 4 ++++ 1 file changed, 4 insertions(+) diff -puN drivers/usb/serial/option.c~optionc-support-qualcomm-icon-210 drivers/usb/serial/option.c --- a/drivers/usb/serial/option.c~optionc-support-qualcomm-icon-210 +++ a/drivers/usb/serial/option.c @@ -288,6 +288,9 @@ static int option_resume(struct usb_ser #define QUALCOMM_VENDOR_ID 0x05C6 +#define QUALCOMM_ICON_VENDOR_ID 0x1E0E +#define QUALCOMM_ICON_PRODUCT_210 0x9000 + #define MAXON_VENDOR_ID 0x16d8 #define TELIT_VENDOR_ID 0x1bc7 @@ -495,6 +498,7 @@ static struct usb_device_id option_ids[] { USB_DEVICE(KYOCERA_VENDOR_ID, KYOCERA_PRODUCT_KPC680) }, { USB_DEVICE(QUALCOMM_VENDOR_ID, 0x6000)}, /* ZTE AC8700 */ { USB_DEVICE(QUALCOMM_VENDOR_ID, 0x6613)}, /* Onda H600/ZTE MF330 */ + { USB_DEVICE(QUALCOMM_ICON_VENDOR_ID, QUALCOMM_ICON_PRODUCT_210)}, /* Qualcomm iCON 210 */ { USB_DEVICE(MAXON_VENDOR_ID, 0x6280) }, /* BP3-USB & BP3-EXT HSDPA */ { USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_UC864E) }, { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_MF622, 0xff, 0xff, 0xff) }, /* ZTE WCDMA products */ _ -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html