From: Corey Minyard <minyard@xxxxxxx> RT Systems has put out bunch of ham radio cables based on the FT232RL chip. Each cable type has a unique PID, this adds one for the Yaesu VX-7 radios. Signed-off-by: Corey Minyard <minyard@xxxxxxx> --- RT Systems wasn't willing to give a complete list of PIDs. I'll add them as I discover them. Index: linux-source-2.6.32/drivers/usb/serial/ftdi_sio.c =================================================================== --- linux-source-2.6.32.orig/drivers/usb/serial/ftdi_sio.c 2010-06-11 02:54:26.000000000 -0500 +++ linux-source-2.6.32/drivers/usb/serial/ftdi_sio.c 2010-07-21 08:17:58.995892483 -0500 @@ -697,6 +697,7 @@ { USB_DEVICE(FTDI_VID, FTDI_NDI_AURORA_SCU_PID), .driver_info = (kernel_ulong_t)&ftdi_NDI_device_quirk }, { USB_DEVICE(TELLDUS_VID, TELLDUS_TELLSTICK_PID) }, + { USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_SERIAL_VX7_PID) }, { USB_DEVICE(FTDI_VID, FTDI_MAXSTREAM_PID) }, { USB_DEVICE(FTDI_VID, FTDI_PHI_FISCO_PID) }, { USB_DEVICE(TML_VID, TML_USB_SERIAL_PID) }, Index: linux-source-2.6.32/drivers/usb/serial/ftdi_sio_ids.h =================================================================== --- linux-source-2.6.32.orig/drivers/usb/serial/ftdi_sio_ids.h 2010-06-11 02:54:26.000000000 -0500 +++ linux-source-2.6.32/drivers/usb/serial/ftdi_sio_ids.h 2010-07-21 08:17:46.886242559 -0500 @@ -703,6 +703,12 @@ #define TELLDUS_TELLSTICK_PID 0x0C30 /* RF control dongle 433 MHz using FT232RL */ /* + * RT Systems programming cables for various ham radios + */ +#define RTSYSTEMS_VID 0x2100 /* Vendor ID */ +#define RTSYSTEMS_SERIAL_VX7_PID 0x9e52 /* Serial converter for VX-7 Radios using FT232RL */ + +/* * Bayer Ascensia Contour blood glucose meter USB-converter cable. * http://winglucofacts.com/cables/ */ -- 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