RE: [PATCH] staging: pl2303: adding TD620 Device ID

2017-09-20 Thread Schoon, Michael
Thanks for the feedback. I'll review and resubmit. -Original Message- From: Johan Hovold [mailto:jhov...@gmail.com] On Behalf Of Johan Hovold Sent: Wednesday, September 20, 2017 2:47 AM To: Schoon, Michael <michael.sch...@hp.com> Cc: jo...@kernel.org; linux-usb@vger.kernel.org

[PATCH] staging: pl2303: adding TD620 Device ID

2017-09-19 Thread Schoon, Michael
Signed-off-by: Michael Schoon ---  drivers/usb/serial/pl2303.c | 1 +  drivers/usb/serial/pl2303.h | 1 +  2 files changed, 2 insertions(+) diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index a585b47..eab0e55 100644 --- a/drivers/usb/serial/pl2303.c

RE: [PATCH] Adding TD620 Device ID in PL2303

2017-07-17 Thread Schoon, Michael
CRESSI_VENDOR_ID 0x04b8 -Original Message- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Monday, July 17, 2017 10:28 AM To: Schoon, Michael <michael.sch...@hp.com> Cc: linux-usb@vger.kernel.org Subject: Re: [PATCH] Adding TD620 Device ID in PL2303 On Mon, Jul 17, 2017 at 03:1

[PATCH] Adding TD620 Device ID in PL2303

2017-07-17 Thread Schoon, Michael
    Please add support for HP TD620 Linear Display device to the pl2303 module.  The USB Device ID is 03f0:0956 for this 2x20 display.     Changes to be committed:     modified:   drivers/usb/serial/pl2303.c     modified:   drivers/usb/serial/pl2303.h     ---