diff options
author | Enrico Mioso <mrkiko.rs@gmail.com> | 2013-07-25 04:01:39 +0400 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2013-08-03 00:15:08 +0400 |
commit | dcef899c032920b5aee5581af93fb96c4ea5b162 (patch) | |
tree | e4b610e3e397f80162f829c181e2796ae3a10e4d /drivers/usb | |
parent | 9e91b416342dcf58973bc01ace6429f4af10f540 (diff) | |
download | linux-dcef899c032920b5aee5581af93fb96c4ea5b162.tar.xz |
usb: serial: option: Add ONYX 3G device support
commit 63b5df963f52ccbab6fabedf05b7ac6b465789a4 upstream.
This patch adds support for the ONYX 3G device (version 1) from ALFA
NETWORK.
Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/serial/option.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 7024e345993a..bfbf54379aa7 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -798,6 +798,7 @@ static const 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_VENDOR_ID, 0x0023)}, /* ONYX 3G device */ { USB_DEVICE(QUALCOMM_VENDOR_ID, 0x9000)}, /* SIMCom SIM5218 */ { USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_6280) }, /* BP3-USB & BP3-EXT HSDPA */ { USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_6008) }, |