Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118967
b: refs/heads/master
c: c6206fa
h: refs/heads/master
i:
  118965: bcb5429
  118963: d651db0
  118959: 40f6982
v: v3
  • Loading branch information
Leslie Watter authored and Greg Kroah-Hartman committed Nov 13, 2008
1 parent f5bea8f commit fb36bf6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23d15e070c2fe5d341ca04275f6ea1b5a5fcb26f
refs/heads/master: c6206faa4f18bcc837a12552b8c184ab1668fdea
6 changes: 6 additions & 0 deletions trunk/drivers/usb/serial/option.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ static int option_send_setup(struct tty_struct *tty, struct usb_serial_port *po

#define NOVATELWIRELESS_VENDOR_ID 0x1410

/* YISO PRODUCTS */

#define YISO_VENDOR_ID 0x0EAB
#define YISO_PRODUCT_U893 0xC893

/* MERLIN EVDO PRODUCTS */
#define NOVATELWIRELESS_PRODUCT_V640 0x1100
#define NOVATELWIRELESS_PRODUCT_V620 0x1110
Expand Down Expand Up @@ -408,6 +413,7 @@ static struct usb_device_id option_ids[] = {
{ USB_DEVICE(AXESSTEL_VENDOR_ID, AXESSTEL_PRODUCT_MV110H) },
{ USB_DEVICE(ONDA_VENDOR_ID, ONDA_PRODUCT_MSA501HS) },
{ USB_DEVICE(ONDA_VENDOR_ID, ONDA_PRODUCT_ET502HS) },
{ USB_DEVICE(YISO_VENDOR_ID, YISO_PRODUCT_U893) },
{ USB_DEVICE(BANDRICH_VENDOR_ID, BANDRICH_PRODUCT_C100_1) },
{ USB_DEVICE(BANDRICH_VENDOR_ID, BANDRICH_PRODUCT_C100_2) },
{ USB_DEVICE(BANDRICH_VENDOR_ID, BANDRICH_PRODUCT_1004) },
Expand Down

0 comments on commit fb36bf6

Please sign in to comment.