From: Greg Kroah-Hartman Date: Thu, 8 May 2008 21:03:04 +0000 (+0200) Subject: USB: add Telstra NextG CDMA id to option driver X-Git-Tag: v2.6.26-rc3~64^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23cacd65f65956426bbca25964a68c174db83a31;p=platform%2Fkernel%2Flinux-3.10.git USB: add Telstra NextG CDMA id to option driver As reported by Magnus Boman Cc: Magnus Boman Cc: stable Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index e4be2d4..118dfe2 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -301,6 +301,7 @@ static struct usb_device_id option_ids[] = { { USB_DEVICE(KYOCERA_VENDOR_ID, KYOCERA_PRODUCT_KPC680) }, { USB_DEVICE(QUALCOMM_VENDOR_ID, 0x6613)}, /* Onda H600/ZTE MF330 */ { USB_DEVICE(MAXON_VENDOR_ID, 0x6280) }, /* BP3-USB & BP3-EXT HSDPA */ + { USB_DEVICE(0x19d2, 0x0001) }, /* Telstra NextG CDMA */ { } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, option_ids);