]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
USB: add Telstra NextG CDMA id to option driver
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 14 May 2008 19:21:22 +0000 (19:21 +0000)
committerChris Wright <chrisw@sous-sol.org>
Mon, 9 Jun 2008 18:26:59 +0000 (11:26 -0700)
commit 23cacd65f65956426bbca25964a68c174db83a31 upstream

As reported by Magnus Boman <captain.magnus@opensuse.org>

Cc: Magnus Boman <captain.magnus@opensuse.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/usb/serial/option.c

index 37416cda0177088842799e932b07b58e728bae28..6f4af190f15f648a64056befda272b561356c739 100644 (file)
@@ -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);