On Wed, Oct 06, 2010 at 06:24:36PM +0000, Ben Smith wrote: > 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 Why is the patch "indented" like this? > > --- 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) }, The tabs seem to have been converted to spaces, making it impossible to apply. Care to resend it in a format that I can apply it in? thanks, greg k-h -- 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