Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299137
b: refs/heads/master
c: 3a45085
h: refs/heads/master
i:
  299135: 140c524
v: v3
  • Loading branch information
Aleksey Babahin authored and Greg Kroah-Hartman committed Apr 9, 2012
1 parent 3264d38 commit 67f5ae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 9ac2feb22b5b821d81463bef92698ef7682a3145
refs/heads/master: 3a450850e2bb0f92cacb12da90fe98eccd105468
6 changes: 3 additions & 3 deletions trunk/drivers/usb/serial/metro-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

/* Product information. */
#define FOCUS_VENDOR_ID 0x0C2E
#define FOCUS_PRODUCT_ID 0x0720
#define FOCUS_PRODUCT_ID_UNI 0x0710
#define FOCUS_PRODUCT_ID_BI 0x0720
#define FOCUS_PRODUCT_ID_UNI 0x0700

#define METROUSB_SET_REQUEST_TYPE 0x40
#define METROUSB_SET_MODEM_CTRL_REQUEST 10
Expand All @@ -47,7 +47,7 @@ struct metrousb_private {

/* Device table list. */
static struct usb_device_id id_table[] = {
{ USB_DEVICE(FOCUS_VENDOR_ID, FOCUS_PRODUCT_ID) },
{ USB_DEVICE(FOCUS_VENDOR_ID, FOCUS_PRODUCT_ID_BI) },
{ USB_DEVICE(FOCUS_VENDOR_ID, FOCUS_PRODUCT_ID_UNI) },
{ }, /* Terminating entry. */
};
Expand Down

0 comments on commit 67f5ae2

Please sign in to comment.