RE: [PATCH v9] usb: serial: add vid:pid for Cypress WICED dev board

2017-09-18 Thread Jeffrey Chu
ux-ker...@vger.kernel.org; Jeffrey Chu <jeffrey@cypress.com> Subject: Re: [PATCH v9] usb: serial: add vid:pid for Cypress WICED dev board On Fri, Sep 08, 2017 at 09:08:58PM +, Sheng-Hui J. Chu wrote: > From: Jeffrey Chu <jeffrey@cypress.com> > > Add CYPRESS_VID v

[PATCH v9] usb: serial: add vid:pid for Cypress WICED dev board

2017-09-08 Thread Jeffrey Chu
From: Jeffrey Chu <jeffrey@cypress.com> 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 <jeffrey@cypress.com> --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.h |

RE: [PATCH v7] usb: serial: add vid:pid for Cypress WICED dev board

2017-09-08 Thread Jeffrey Chu
...@vger.kernel.org [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Greg Kroah-Hartman Sent: Friday, September 8, 2017 3:13 PM To: Jeffrey Chu <jeffrey@cypress.com> Cc: Johan Hovold <jo...@kernel.org>; linux-usb@vger.kernel.org; linux-ker...@vger.kernel.org Subject: Re: [PATCH v7]

[PATCH v7] usb: serial: add vid:pid for Cypress WICED dev board

2017-09-08 Thread Jeffrey Chu
This message and any attachments may contain confidential information from Cypress or its subsidiaries. If it has been received in error, please advise the sender and immediately delete this message. >From 891fe3887b53d2bad35d3f94c845ecb89ab58509 Mon Sep 17 00:00:00 2001 From: Jeffrey

[PATCH v5] usb: serial: add vid:pid for Cypress WICED dev board

2017-09-08 Thread Jeffrey Chu
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 <jeffrey@cypress.com> --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.h | 7 +++ 2 files changed, 9 insertions(+) diff

[PATCH v4] usb: serial: add vid:pid for Cypress WICED dev board

2017-09-08 Thread Jeffrey Chu
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 <jeffrey@cypress.com> --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.h | 7 +++ 2 files changed, 9 insertions(+) diff

[PATCH v3] usb: serial: add vid:pid for Cypress WICED dev board

2017-08-16 Thread Jeffrey Chu
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 <jeffrey@cypress.com> --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.h | 7 +++ 2 files changed, 9 insertions(+) diff

[PATCH] usb: serial: add vid:pid for Cypress WICED dev board

2017-08-14 Thread Jeffrey Chu
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 <jeffrey@cypress.com> --- drivers/usb/serial/ftdi_sio.c | 2 ++ drivers/usb/serial/ftdi_sio_ids.h | 7 +++ 2 files changed, 9 insertions(+) diff

[no subject]

2016-08-23 Thread Jeffrey Chu
unsubscribe -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[no subject]

2016-08-08 Thread Jeffrey Chu
unsubscsribe -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[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 <s...@cypress.com> --- 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 --- a/drive