Add a new device ID for the RT Systems programing cable for the Yaesu Vx-8gr Ham radio This cable is a model number USB-82, USB to 2.5mm stereo cable computer interface cable and uses the ftdi driver This cable is a usb to serial converter. Signed-off-by: Benjamin D Smith <TheX1le@xxxxxxxxx> > diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c > index 97cc87d..c07d438 100644 > --- a/drivers/usb/serial/ftdi_sio.c > +++ b/drivers/usb/serial/ftdi_sio.c > @@ -696,6 +696,7 @@ static struct usb_device_id id_table_combined [] = { > .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(RTSYSTEMS_VID, RTSYSTEMS_SERIAL_VX8GR_PID) }, > { USB_DEVICE(FTDI_VID, FTDI_MAXSTREAM_PID) }, > { USB_DEVICE(FTDI_VID, FTDI_PHI_FISCO_PID) }, > { USB_DEVICE(TML_VID, TML_USB_SERIAL_PID) }, > diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h > index 15a4583..8444c70 100644 > --- a/drivers/usb/serial/ftdi_sio_ids.h > +++ b/drivers/usb/serial/ftdi_sio_ids.h > @@ -720,6 +720,7 @@ > */ > #define RTSYSTEMS_VID 0x2100 /* Vendor ID */ > #define RTSYSTEMS_SERIAL_VX7_PID 0x9e52 /* Serial converter for VX-7 Radios using FT232RL */ > +#define RTSYSTEMS_SERIAL_VX8GR_PID 0x9e5b /* Serial converter for VX-8GR Radio*/ > > /* > * Bayer Ascensia Contour blood glucose meter USB-converter cable. -- 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