On Fri, Feb 24, 2012 at 05:31:30PM -0500, Scott Dial wrote: > This patch adds new device IDs to the ftdi_sio module to support > the new Sealevel SeaLINK+8 2038-ROHS device. > > Signed-off-by: Scott Dial <scott.dial@xxxxxxxxxxxxxxx> > > --- > > diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c > index f770415..b8b4f79 100644 > --- a/drivers/usb/serial/ftdi_sio.c > +++ b/drivers/usb/serial/ftdi_sio.c > @@ -536,6 +536,10 @@ static struct usb_device_id id_table_combined [] = { > { USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803_6_PID) }, > { USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803_7_PID) }, > { USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803_8_PID) }, > + { USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803R_1_PID) }, > + { USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803R_2_PID) }, > + { USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803R_3_PID) }, > + { USB_DEVICE(SEALEVEL_VID, SEALEVEL_2803R_4_PID) }, > { USB_DEVICE(IDTECH_VID, IDTECH_IDT1221U_PID) }, > { USB_DEVICE(OCT_VID, OCT_US101_PID) }, > { USB_DEVICE(OCT_VID, OCT_DK201_PID) }, Your email client ate all of the tabs, and spit them back as spaces, making this patch impossible to apply :( Care to fix it up and try again? 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