Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265013
b: refs/heads/master
c: 598f0b7
h: refs/heads/master
i:
  265011: 7a76d4b
v: v3
  • Loading branch information
Eric Benoit authored and Greg Kroah-Hartman committed Sep 26, 2011
1 parent 2d74580 commit 3968054
Show file tree
Hide file tree
Showing 3 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: 68c79e5756903229fa96826a2493c2265a3b395f
refs/heads/master: 598f0b703506da841d3459dc0c48506be14d1778
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/pl2303.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ static const struct usb_device_id id_table[] = {
{ USB_DEVICE(SANWA_VENDOR_ID, SANWA_PRODUCT_ID) },
{ USB_DEVICE(ADLINK_VENDOR_ID, ADLINK_ND6530_PRODUCT_ID) },
{ USB_DEVICE(WINCHIPHEAD_VENDOR_ID, WINCHIPHEAD_USBSER_PRODUCT_ID) },
{ USB_DEVICE(SMART_VENDOR_ID, SMART_PRODUCT_ID) },
{ } /* Terminating entry */
};

Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/usb/serial/pl2303.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,8 @@
/* WinChipHead USB->RS 232 adapter */
#define WINCHIPHEAD_VENDOR_ID 0x4348
#define WINCHIPHEAD_USBSER_PRODUCT_ID 0x5523

/* SMART USB Serial Adapter */
#define SMART_VENDOR_ID 0x0b8c
#define SMART_PRODUCT_ID 0x2303

0 comments on commit 3968054

Please sign in to comment.