[PATCH] USB: serial: ftdi_sio: add id for Brainboxes serial cards

2014-03-29 Thread Michele Baldessari
Custom VID/PIDs for Brainboxes cards as reported in https://bugzilla.redhat.com/show_bug.cgi?id=1071914 Signed-off-by: Michele Baldessari --- drivers/usb/serial/ftdi_sio.c | 34 ++ drivers/usb/serial/ftdi_sio_ids.h | 38 ++

Re: [PATCH v4 00/11] Add USB OTG HNP and SRP support on Chipidea usb driver

2014-03-29 Thread Li Jun
On Thu, Mar 27, 2014 at 12:48:11PM +0800, Peter Chen wrote: > On Wed, Mar 26, 2014 at 03:00:55PM +0800, Peter Chen wrote: > > On Wed, Mar 19, 2014 at 06:01:33PM +0800, Li Jun wrote: > > > From: Li Jun > > > > > > This patchset adds USB OTG HNP and SRP support on chipidea usb driver, > > > existin

Re: [PATCH v4 08/11] usb: chipidea: add sys inputs for OTG fsm input.

2014-03-29 Thread Li Jun
On Wed, Mar 26, 2014 at 01:19:51PM +0800, Peter Chen wrote: > On Wed, Mar 19, 2014 at 06:01:41PM +0800, Li Jun wrote: > > From: Li Jun > > > > This patch adds sys input to control and show OTG fsm inputs by application, > > user can do host and preipheral role switch by change these inputs. > >

Re: [PATCH v4 07/11] usb: chipidea: OTG HNP and SRP fsm implementation.

2014-03-29 Thread Li Jun
On Wed, Mar 26, 2014 at 01:16:40PM +0800, Peter Chen wrote: > On Wed, Mar 19, 2014 at 06:01:40PM +0800, Li Jun wrote: > > From: Li Jun > > > > USB OTG interrupt handling and fsm transitions according to USB OTG > > and EH 2.0. > > > > Signed-off-by: Li Jun > > --- > > drivers/usb/chipidea/core

Re: [PATCH v4 05/11] usb: chipidea: add OTG fsm operation functions implemenation.

2014-03-29 Thread Li Jun
On Wed, Mar 26, 2014 at 12:52:57PM +0800, Peter Chen wrote: > On Wed, Mar 19, 2014 at 06:01:38PM +0800, Li Jun wrote: > > Add OTG HNP and SRP operation functions implementation: > > - charge vbus > > - drive vbus > > - connection signaling > > - drive sof > > - start data pulse > > - add fsm timer

Re: [PATCH v4 02/11] usb: chipidea: host: vbus control change for OTG HNP.

2014-03-29 Thread Li Jun
On Wed, Mar 26, 2014 at 10:14:31AM +0800, Peter Chen wrote: > On Wed, Mar 19, 2014 at 06:01:35PM +0800, Li Jun wrote: > > Leave vbus on/off hanlded by OTG fsm if in OTG mode. > > > > Signed-off-by: Li Jun > > --- > > drivers/usb/chipidea/host.c |6 +++--- > > drivers/usb/chipidea/host.h |

Re: [PATCH v4 01/11] usb: chipidea: usb OTG fsm initialization.

2014-03-29 Thread Li Jun
On Wed, Mar 26, 2014 at 09:51:02AM +0800, Peter Chen wrote: > On Wed, Mar 19, 2014 at 06:01:34PM +0800, Li Jun wrote: > > This patch adds OTG fsm related initialization when do otg init, > > add a seperate file for OTG fsm related utilities. > > > > Signed-off-by: Li Jun > > --- > > drivers/usb/

Re: [PATCH v4 00/11] Add USB OTG HNP and SRP support on Chipidea usb driver

2014-03-29 Thread Li Jun
On Tue, Mar 25, 2014 at 06:15:02PM +0800, Chen Peter-B29397 wrote: > > > Changes since v3: > > - Move out 2 patches from this patchset, as which are not directly > > related to > > otg fsm. > > - Add a new file chipidea.txt under Documentation/usb/ to show how to > > test > > OTG HNP and SRP.

Re: usb/serial/io_ti.c broken on BE systems

2014-03-29 Thread Johan Hovold
On Fri, Mar 28, 2014 at 07:27:33PM +0100, ldro...@debian.org wrote: > > At least if > > you can verify that it still works on an LE system. > > Yes your patch works on a LE system (tested on 3.2.55) > > Thanks! Great, thanks for testing. I'll revisit and resend the fix in a few days. Johan -- T

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/