Add the PID for the Vardaan Enterprises VEUSB422R3 USB to RS422/485 converter. It uses the same chip as the FTDI_8U232AM_PID 0x6001. This should also work with the stable branches for: 2.6.31, 2.6.32, 2.6.33, 2.6.34, 2.6.35, 2.6.36 Signed-off-by: Jacques Viviers <jacques.viviers@xxxxxxxxx> --- diff -ur mainline.orig/drivers/usb/serial/ftdi_sio.c mainline/drivers/usb/serial/ftdi_sio.c --- mainline.orig/drivers/usb/serial/ftdi_sio.c 2010-11-22 01:18:56.000000000 +0200 +++ mainline/drivers/usb/serial/ftdi_sio.c 2010-11-23 16:53:06.000000000 +0200 @@ -201,6 +201,7 @@ { USB_DEVICE(FTDI_VID, FTDI_MTXORB_5_PID) }, { USB_DEVICE(FTDI_VID, FTDI_MTXORB_6_PID) }, { USB_DEVICE(FTDI_VID, FTDI_R2000KU_TRUE_RNG) }, + { USB_DEVICE(FTDI_VID, FTDI_VARDAAN_PID) }, { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_0100_PID) }, { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_0101_PID) }, { USB_DEVICE(MTXORB_VID, MTXORB_FTDI_RANGE_0102_PID) }, diff -ur mainline.orig/drivers/usb/serial/ftdi_sio_ids.h mainline/drivers/usb/serial/ftdi_sio_ids.h --- mainline.orig/drivers/usb/serial/ftdi_sio_ids.h 2010-11-22 01:18:56.000000000 +0200 +++ mainline/drivers/usb/serial/ftdi_sio_ids.h 2010-11-23 16:53:10.000000000 +0200 @@ -114,6 +114,9 @@ /* Lenz LI-USB Computer Interface. */ #define FTDI_LENZ_LIUSB_PID 0xD780 +/* Vardaan Enterprises Serial Interface VEUSB422R3 */ +#define FTDI_VARDAAN_PID 0xF070 + /* * Xsens Technologies BV products (http://www.xsens.com). */ -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html