2008-06-07 01:21:49

by Chris Wright

[permalink] [raw]
Subject: [patch 08/50] USB: add Telstra NextG CDMA id to option driver

-stable review patch. If anyone has any objections, please let us know.
---------------------

From: Greg Kroah-Hartman <[email protected]>

commit 23cacd65f65956426bbca25964a68c174db83a31 upstream

As reported by Magnus Boman <[email protected]>

Cc: Magnus Boman <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Chris Wright <[email protected]>

---
drivers/usb/serial/option.c | 1 +
1 file changed, 1 insertion(+)

--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -299,6 +299,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);

--