Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82174
b: refs/heads/master
c: cc311ee
h: refs/heads/master
v: v3
  • Loading branch information
Damien Stuart authored and Greg Kroah-Hartman committed Feb 1, 2008
1 parent e6b6b72 commit 5c04ed8
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 62aad3ab11fb4e7c43447ac655595b9cbba3f431
refs/heads/master: cc311ee7d29d96f0bf15599f4456012d6f5ea23c
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/pl2303.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ static struct usb_device_id id_table [] = {
{ USB_DEVICE(WS002IN_VENDOR_ID, WS002IN_PRODUCT_ID) },
{ USB_DEVICE(COREGA_VENDOR_ID, COREGA_PRODUCT_ID) },
{ USB_DEVICE(HL340_VENDOR_ID, HL340_PRODUCT_ID) },
{ USB_DEVICE(YCCABLE_VENDOR_ID, YCCABLE_PRODUCT_ID) },
{ } /* Terminating entry */
};

Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/usb/serial/pl2303.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,6 @@
#define HL340_VENDOR_ID 0x4348
#define HL340_PRODUCT_ID 0x5523

/* Y.C. Cable U.S.A., Inc - USB to RS-232 */
#define YCCABLE_VENDOR_ID 0x05ad
#define YCCABLE_PRODUCT_ID 0x0fba

0 comments on commit 5c04ed8

Please sign in to comment.