Re: [PATCH] USB: pl2303: add ids for Hewlett-Packard HP POS pole displays

2018-12-18 Thread Johan Hovold
On Thu, Dec 13, 2018 at 06:01:47AM -0500, Scott Chen wrote: > Add device ids to pl2303 for the HP POS pole displays: > LM920: 03f0:026b > TD620: 03f0:0956 > LD960TA: 03f0:4439 > LD220TA: 03f0:4349 > LM940: 03f0:5039 > > Signed-off-by: Scott Chen Applied for -next, thanks. Johan

Re: [PATCH] USB: pl2303: add ids for Hewlett-Packard HP POS pole displays

2018-12-13 Thread Greg Kroah-Hartman
On Thu, Dec 13, 2018 at 01:08:08AM -0500, sc...@labau.com.tw wrote: > From: scott > > Add device ids to pl2303 for the HP POS pole displays: > LM920: 03f0:026b > TD620: 03f0:0956 > LD960TA: 03f0:4439 > LD220TA: 03f0:4349 > LM940: 03f0:5039 > > Signed-off-by: scott I doubt you sign legal

Re: [PATCH] USB: pl2303: add ids for Hewlett-Packard HP POS pole displays

2014-03-31 Thread Johan Hovold
On Mon, Mar 31, 2014 at 02:03:02PM +, Sanders, Aaron wrote: > > From: Aaron Sanders > > > > Add device ids to pl2303 for the Hewlett-Packard HP POS pole displays: > > > > LD960: 03f0:0B39 > > LCM220: 03f0:3139 > > LCM960: 03f0:3239 > > > > [ Johan: fix indentation and sort PIDs numerically

[PATCH] USB: pl2303: add ids for Hewlett-Packard HP POS pole displays

2014-03-31 Thread Johan Hovold
From: Aaron Sanders Add device ids to pl2303 for the Hewlett-Packard HP POS pole displays: LD960: 03f0:0B39 LCM220: 03f0:3139 LCM960: 03f0:3239 [ Johan: fix indentation and sort PIDs numerically ] Signed-off-by: Aaron Sanders Cc: sta...@vger.kernel.org Signed-off-by: Johan Hovold --- driver

Re: [PATCH] USB: pl2303: add ids for Hewlett-Packard HP POS pole displays

2014-03-31 Thread Johan Hovold
On Mon, Mar 31, 2014 at 01:40:46PM +, Sanders, Aaron wrote: > Add device ids to pl2303 for the Hewlett-Packard HP POS pole displays: > LD960: 03f0:0B39 > LCM220: 03f0:3139 > LCM960: 03f0:3239 > > Signed-off-by: Aaron Sanders > > diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/

[PATCH] USB: pl2303: add ids for Hewlett-Packard HP POS pole displays

2014-03-31 Thread Sanders, Aaron
Add device ids to pl2303 for the Hewlett-Packard HP POS pole displays: LD960: 03f0:0B39 LCM220: 03f0:3139 LCM960: 03f0:3239 Signed-off-by: Aaron Sanders diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 3b5ba4f..4d70809 100644 --- a/drivers/usb/serial/pl2303.c +++ b/d