Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190163
b: refs/heads/master
c: 9a61d72
h: refs/heads/master
i:
  190161: d2e99f1
  190159: 3bd2f62
v: v3
  • Loading branch information
Manuel Jander authored and Greg Kroah-Hartman committed Apr 22, 2010
1 parent 7406a0d commit 06bfaba
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: cfbaa39347b34837f26e01fe8f4f8dbbae60b520
refs/heads/master: 9a61d72602771906e11a5944e8571f8006387b39
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/pl2303.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ static const struct usb_device_id id_table[] = {
{ USB_DEVICE(CRESSI_VENDOR_ID, CRESSI_EDY_PRODUCT_ID) },
{ USB_DEVICE(SONY_VENDOR_ID, SONY_QN3USB_PRODUCT_ID) },
{ USB_DEVICE(SANWA_VENDOR_ID, SANWA_PRODUCT_ID) },
{ USB_DEVICE(ADLINK_VENDOR_ID, ADLINK_ND6530_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 @@ -134,3 +134,7 @@
/* Sanwa KB-USB2 multimeter cable (ID: 11ad:0001) */
#define SANWA_VENDOR_ID 0x11ad
#define SANWA_PRODUCT_ID 0x0001

/* ADLINK ND-6530 RS232,RS485 and RS422 adapter */
#define ADLINK_VENDOR_ID 0x0b63
#define ADLINK_ND6530_PRODUCT_ID 0x6530

0 comments on commit 06bfaba

Please sign in to comment.