diff options
author | Dan Williams <dcbw@redhat.com> | 2010-02-16 21:43:29 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-02 17:55:16 -0500 |
commit | ac7d4ca9e0b27d7705d273f17afd29828db35ee6 (patch) | |
tree | 010d720f1d0308092744873d62b070c17e7168a1 /drivers/usb/serial | |
parent | 8740cc7d0c532e098cc428251c08befd14f087d8 (diff) |
USB: option: add Longcheer/Longsung vendor ID
Longcheer is a Chinese company that manufactures the devices which a
bunch of different companies like Alcatel, 4G Systems, and Mobidata
rebrand. While I can't find Longcheer's USB ID registered anywhere,
it's pretty clear the ID is theirs.
Signed-off-by: Dan Williams <dcbw@redhat.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial')
-rw-r--r-- | drivers/usb/serial/option.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index db0541c5df79..847b805d63a3 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
@@ -336,8 +336,13 @@ static int option_resume(struct usb_serial *serial); | |||
336 | #define AIRPLUS_VENDOR_ID 0x1011 | 336 | #define AIRPLUS_VENDOR_ID 0x1011 |
337 | #define AIRPLUS_PRODUCT_MCD650 0x3198 | 337 | #define AIRPLUS_PRODUCT_MCD650 0x3198 |
338 | 338 | ||
339 | /* Longcheer/Longsung vendor ID; makes whitelabel devices that | ||
340 | * many other vendors like 4G Systems, Alcatel, ChinaBird, | ||
341 | * Mobidata, etc sell under their own brand names. | ||
342 | */ | ||
343 | #define LONGCHEER_VENDOR_ID 0x1c9e | ||
344 | |||
339 | /* 4G Systems products */ | 345 | /* 4G Systems products */ |
340 | #define FOUR_G_SYSTEMS_VENDOR_ID 0x1c9e | ||
341 | /* This is the 4G XS Stick W14 a.k.a. Mobilcom Debitel Surf-Stick * | 346 | /* This is the 4G XS Stick W14 a.k.a. Mobilcom Debitel Surf-Stick * |
342 | * It seems to contain a Qualcomm QSC6240/6290 chipset */ | 347 | * It seems to contain a Qualcomm QSC6240/6290 chipset */ |
343 | #define FOUR_G_SYSTEMS_PRODUCT_W14 0x9603 | 348 | #define FOUR_G_SYSTEMS_PRODUCT_W14 0x9603 |
@@ -666,7 +671,7 @@ static const struct usb_device_id option_ids[] = { | |||
666 | { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_X060S) }, | 671 | { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_X060S) }, |
667 | { USB_DEVICE(AIRPLUS_VENDOR_ID, AIRPLUS_PRODUCT_MCD650) }, | 672 | { USB_DEVICE(AIRPLUS_VENDOR_ID, AIRPLUS_PRODUCT_MCD650) }, |
668 | { USB_DEVICE(TLAYTECH_VENDOR_ID, TLAYTECH_PRODUCT_TEU800) }, | 673 | { USB_DEVICE(TLAYTECH_VENDOR_ID, TLAYTECH_PRODUCT_TEU800) }, |
669 | { USB_DEVICE(FOUR_G_SYSTEMS_VENDOR_ID, FOUR_G_SYSTEMS_PRODUCT_W14), | 674 | { USB_DEVICE(LONGCHEER_VENDOR_ID, FOUR_G_SYSTEMS_PRODUCT_W14), |
670 | .driver_info = (kernel_ulong_t)&four_g_w14_blacklist | 675 | .driver_info = (kernel_ulong_t)&four_g_w14_blacklist |
671 | }, | 676 | }, |
672 | { USB_DEVICE(HAIER_VENDOR_ID, HAIER_PRODUCT_CE100) }, | 677 | { USB_DEVICE(HAIER_VENDOR_ID, HAIER_PRODUCT_CE100) }, |