[PATCH] USB: simple: add Google simple serial SubClass support

2014-10-29 Thread Anton Staaf
Add support for Google devices that export simple serial interfaces using the vendor specific SubClass/Protocol pair 0x50/0x01. Signed-off-by: Anton Staaf --- drivers/usb/serial/usb-serial-simple.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/usb/serial/usb-serial-si

[PATCH] USB: simple: add Google simple serial SubClass support

2014-11-03 Thread Anton Staaf
Add support for Google devices that export simple serial interfaces using the vendor specific SubClass/Protocol pair 0x50/0x01. Signed-off-by: Anton Staaf --- drivers/usb/serial/usb-serial-simple.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/usb/serial/usb-serial-simp

Re: [PATCH] USB: simple: add Google simple serial SubClass support

2014-10-30 Thread Greg Kroah-Hartman
On Wed, Oct 29, 2014 at 02:21:56PM -0700, Anton Staaf wrote: > Add support for Google devices that export simple serial > interfaces using the vendor specific SubClass/Protocol pair > 0x50/0x01. > > Signed-off-by: Anton Staaf > > --- > drivers/usb/serial/usb-serial-simple.c | 11 +++ >

Re: [PATCH] USB: simple: add Google simple serial SubClass support

2014-10-30 Thread Anton Staaf
On Thu, Oct 30, 2014 at 7:33 AM, Greg Kroah-Hartman wrote: > > On Wed, Oct 29, 2014 at 02:21:56PM -0700, Anton Staaf wrote: > > Add support for Google devices that export simple serial > > interfaces using the vendor specific SubClass/Protocol pair > > 0x50/0x01. > > > > Signed-off-by: Anton Staaf

Re: [PATCH] USB: simple: add Google simple serial SubClass support

2014-11-03 Thread Johan Hovold
On Thu, Oct 30, 2014 at 09:54:54PM -0700, Anton Staaf wrote: > On Thu, Oct 30, 2014 at 7:33 AM, Greg Kroah-Hartman > wrote: > > > > On Wed, Oct 29, 2014 at 02:21:56PM -0700, Anton Staaf wrote: > > > Add support for Google devices that export simple serial > > > interfaces using the vendor specific

Re: [PATCH] USB: simple: add Google simple serial SubClass support

2014-11-03 Thread Benson Leung
On Mon, Nov 3, 2014 at 8:43 AM, Anton Staaf wrote: > Add support for Google devices that export simple serial > interfaces using the vendor specific SubClass/Protocol pair > 0x50/0x01. > > Signed-off-by: Anton Staaf Reviewed-by: Benson Leung -- Benson Leung Software Engineer, Chrom* OS ble

Re: [PATCH] USB: simple: add Google simple serial SubClass support

2014-11-04 Thread Johan Hovold
On Mon, Nov 03, 2014 at 10:59:59AM -0800, Benson Leung wrote: > On Mon, Nov 3, 2014 at 8:43 AM, Anton Staaf wrote: > > Add support for Google devices that export simple serial > > interfaces using the vendor specific SubClass/Protocol pair > > 0x50/0x01. > > > > Signed-off-by: Anton Staaf > > Re