From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756418AbdIHOpH (ORCPT ); Fri, 8 Sep 2017 10:45:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34146 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756383AbdIHOpF (ORCPT ); Fri, 8 Sep 2017 10:45:05 -0400 Date: Fri, 8 Sep 2017 16:45:02 +0200 From: Greg KH To: Jeffrey Chu Cc: "johan@kernel.org" , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v5] usb: serial: add vid:pid for Cypress WICED dev board Message-ID: <20170908144502.GA14560@kroah.com> References: <201709080957.v889veL7031245@LTGER-SHEC-LINUX0.spansion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 08, 2017 at 02:35:03PM +0000, Jeffrey Chu wrote: > Add CYPRESS_VID vid and CYPRESS_WICED_BT_USB and CYPRESS_WICED_WL_USB > device IDs to ftdi_sio driver > > Signed-off-by: Jeffrey Chu > --- > 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) }, Patch is still corrupted :( Please try sending it to yourself first to verify you have your email client set up correctly. Or just use git send-email, that will also "just work". thanks, greg k-h