On Fri, Sep 08, 2017 at 12:27:41PM +0000, Jeffrey Chu wrote: > Add CYPRESS_VID vid and CYPRESS_WICED_BT_USB and CYPRESS_WICED_WL_USB device IDs to ftdi_sio driver Please wrap your changelog at the proper colums (72). > > Signed-off-by: Jeffrey Chu <jeffrey.chu@xxxxxxxxxxx> > --- > drivers/usb/serial/ftdi_sio.c | 2 ++ > drivers/usb/serial/ftdi_sio_ids.h | 7 +++++++ > 2 files changed, 9 insertions(+) > > diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index 1cec037..49d1b2d 100644 > --- a/drivers/usb/serial/ftdi_sio.c > +++ b/drivers/usb/serial/ftdi_sio.c > @@ -1015,6 +1015,8 @@ static const struct usb_device_id id_table_combined[] = { > { USB_DEVICE(WICED_VID, WICED_USB20706V2_PID) }, > { USB_DEVICE(TI_VID, TI_CC3200_LAUNCHPAD_PID), > .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, > +{ USB_DEVICE(CYPRESS_VID, CYPRESS_WICED_BT_USB_PID) }, > +{ USB_DEVICE(CYPRESS_VID, CYPRESS_WICED_WL_USB_PID) }, > { }/* Terminating entry */ > }; Your patch is corrupted and can not be applied :( Also always use scripts/get_maintainer.pl to determine who to cc: on the patch (hint, you missed the maintainer of this subsystem...) 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