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

2014-03-31 Thread Johan Hovold
> > > I don't know why diff deletes: > > > -#define HP_VENDOR_ID0x03f0 > > > -#define HP_LD220_PRODUCT_ID 0x3524 > > > > > > and then adds them again. I didn't touch those lines. I suspect that > > > it is due to the comment update above them. > > > > Well, you or your editor d

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

2014-03-31 Thread Sanders, Aaron
> -Original Message- > From: Johan Hovold [mailto:jhov...@gmail.com] > Sent: Monday, March 31, 2014 8:16 AM > To: Sanders, Aaron > Cc: Johan Hovold; linux-usb@vger.kernel.org > Subject: Re: [PATCH] USB:pl2303: add ids for Hewlett-Packard HP POS pole > displays &g

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

2014-03-31 Thread Johan Hovold
patch and all should be good. Johan > -Original Message- > From: Johan Hovold [mailto:jhov...@gmail.com] > Sent: Saturday, March 29, 2014 5:20 AM > To: Sanders, Aaron > Cc: Johan Hovold; linux-usb@vger.kernel.org > Subject: Re: [PATCH] USB:pl2303: add ids for Hewlett-Pa

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

2014-03-31 Thread Sanders, Aaron
han Hovold [mailto:jhov...@gmail.com] Sent: Saturday, March 29, 2014 5:20 AM To: Sanders, Aaron Cc: Johan Hovold; linux-usb@vger.kernel.org Subject: Re: [PATCH] USB:pl2303: add ids for Hewlett-Packard HP POS pole displays On Fri, Mar 28, 2014 at 06:29:36PM +, Sanders, Aaron wrote: > Add device ids

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

2014-03-30 Thread Frank Schäfer
Am 28.03.2014 19:29, schrieb Sanders, Aaron: > Add device ids to pl2303 for the Hewlett-Packard HP POS pole displays: > LD960: 03f0:0B39 > LCM220: 03f0:3139 > LCM960: 03f0:3239 Which chips do these devices use ? Chip type detection/distinction is one of the weak spots of the pl2303 driver and th

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

2014-03-29 Thread Johan Hovold
On Fri, Mar 28, 2014 at 06:29:36PM +, 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/

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

2014-03-28 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