Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188762
b: refs/heads/master
c: eaff4cd
h: refs/heads/master
v: v3
  • Loading branch information
Nathaniel McCallum authored and Greg Kroah-Hartman committed Mar 19, 2010
1 parent ea354e2 commit 203ec21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dee5658b482e9e2ac7d6205dc876fc11d4008138
refs/heads/master: eaff4cdc978f414cf7b5441a333de3070d80e9c7
4 changes: 2 additions & 2 deletions trunk/drivers/usb/serial/option.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ static int option_resume(struct usb_serial *serial);

#define QUALCOMM_VENDOR_ID 0x05C6

#define MAXON_VENDOR_ID 0x16d8
#define CMOTECH_VENDOR_ID 0x16d8

#define TELIT_VENDOR_ID 0x1bc7
#define TELIT_PRODUCT_UC864E 0x1003
Expand Down Expand Up @@ -548,7 +548,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(MAXON_VENDOR_ID, 0x6280) }, /* BP3-USB & BP3-EXT HSDPA */
{ USB_DEVICE(CMOTECH_VENDOR_ID, 0x6280) }, /* BP3-USB & BP3-EXT HSDPA */
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_UC864E) },
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_UC864G) },
{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_MF622, 0xff, 0xff, 0xff) }, /* ZTE WCDMA products */
Expand Down

0 comments on commit 203ec21

Please sign in to comment.