Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33057
b: refs/heads/master
c: b7aa94b
h: refs/heads/master
i:
  33055: f047195
v: v3
  • Loading branch information
Kim Oldfield authored and Greg Kroah-Hartman committed Aug 2, 2006
1 parent ba58d8d commit 396f4a2
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 274a4bbc9df34d83485e67ad5200a43bd3c69600
refs/heads/master: b7aa94b682dc6b6dcdc01d36f8e65cef5aae81e2
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/pl2303.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ static struct usb_device_id id_table [] = {
{ USB_DEVICE(SPEEDDRAGON_VENDOR_ID, SPEEDDRAGON_PRODUCT_ID) },
{ USB_DEVICE(OTI_VENDOR_ID, OTI_PRODUCT_ID) },
{ USB_DEVICE(DATAPILOT_U2_VENDOR_ID, DATAPILOT_U2_PRODUCT_ID) },
{ USB_DEVICE(BELKIN_VENDOR_ID, BELKIN_PRODUCT_ID) },
{ } /* Terminating entry */
};

Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/usb/serial/pl2303.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@
/* DATAPILOT Universal-2 Phone Cable */
#define DATAPILOT_U2_VENDOR_ID 0x0731
#define DATAPILOT_U2_PRODUCT_ID 0x2003

/* Belkin "F5U257" Serial Adapter */
#define BELKIN_VENDOR_ID 0x050d
#define BELKIN_PRODUCT_ID 0x0257

0 comments on commit 396f4a2

Please sign in to comment.