Re: [PATCH] usb: serial: ftdi_sio: Added 0a5c:6422 device ID for WICED USB UART dev board

2016-07-27 Thread Greg KH
On Wed, Jul 27, 2016 at 11:54:23AM -0700, Greg KH wrote: > On Wed, Jul 27, 2016 at 02:44:19PM -0400, Jeffrey Chu wrote: > > Signed-off-by: Jeffrey Chu > > You should really put _some_ changelog comments in here, please? Also, your From: address doesn't match your

Re: [PATCH] usb: serial: ftdi_sio: Added 0a5c:6422 device ID for WICED USB UART dev board

2016-07-27 Thread Greg KH
On Wed, Jul 27, 2016 at 02:44:19PM -0400, Jeffrey Chu wrote: > Signed-off-by: Jeffrey Chu You should really put _some_ changelog comments in here, please? > --- > drivers/usb/serial/ftdi_sio.c | 1 + > drivers/usb/serial/ftdi_sio_ids.h | 8 > 2 files changed, 9

[PATCH] usb: serial: ftdi_sio: Added 0a5c:6422 device ID for WICED USB UART dev board

2016-07-27 Thread Jeffrey Chu
Signed-off-by: Jeffrey Chu --- drivers/usb/serial/ftdi_sio.c | 1 + drivers/usb/serial/ftdi_sio_ids.h | 8 2 files changed, 9 insertions(+) diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index 0082080..ef19af4 100644 ---