diff options
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
| -rw-r--r-- | drivers/usb/serial/pl2303.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index d640dc95156..a352d5f3a59 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h @@ -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  |