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 
> 
> Reviewed-by: Benson Leung 

Applied to next, thanks.

Johan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 robot...@chromium.org 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 robot...@chromium.org
 
 Reviewed-by: Benson Leung ble...@chromium.org

Applied to next, thanks.

Johan
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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...@chromium.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 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-simple.c 
> > > b/drivers/usb/serial/usb-serial-simple.c
> > > index fb79775..85bb973 100644
> > > --- a/drivers/usb/serial/usb-serial-simple.c
> > > +++ b/drivers/usb/serial/usb-serial-simple.c
> > > @@ -8,6 +8,7 @@
> > >   * Copyright (C) 2010 Zilogic Systems 
> > >   * Copyright (C) 2013 Wei Shuai 
> > >   * Copyright (C) 2013 Linux Foundation
> > > + * Copyright (C) 2014 Google, Inc.
> > >   *
> > >   *   This program is free software; you can redistribute it and/or
> > >   *   modify it under the terms of the GNU General Public License version
> >
> > Based on advice from my lawyer, a change this size does not warrent a
> > copyright notice at the top of a file.  If your lawyers feel otherwise,
> > please let me know and I will be glad to discuss it with them.
> >
> > So, care to resend this without this change to the file?
> >
> > thanks,
> >
> > greg k-h
> 
> Sigh, sorry for the top posted HTML junk previously, turns out the
> gmail app for android doesn't "do the right thing"...
> 
> But yes, I'm happy to send along a version without copyright, I don't
> see any problem with that.  Looks like it will
> have to wait until Monday as I don't have things set up at home to
> send the patch as robot...@chromium.org.  :)

Please also make sure to generate the patch against v3.18-rc (the one
you sent would not apply).

Thanks,
Johan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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
 gre...@linuxfoundation.org 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 robot...@chromium.org
  
   ---
drivers/usb/serial/usb-serial-simple.c | 11 +++
1 file changed, 11 insertions(+)
  
   diff --git a/drivers/usb/serial/usb-serial-simple.c 
   b/drivers/usb/serial/usb-serial-simple.c
   index fb79775..85bb973 100644
   --- a/drivers/usb/serial/usb-serial-simple.c
   +++ b/drivers/usb/serial/usb-serial-simple.c
   @@ -8,6 +8,7 @@
 * Copyright (C) 2010 Zilogic Systems c...@zilogic.com
 * Copyright (C) 2013 Wei Shuai cpuw...@gmail.com
 * Copyright (C) 2013 Linux Foundation
   + * Copyright (C) 2014 Google, Inc.
 *
 *   This program is free software; you can redistribute it and/or
 *   modify it under the terms of the GNU General Public License version
 
  Based on advice from my lawyer, a change this size does not warrent a
  copyright notice at the top of a file.  If your lawyers feel otherwise,
  please let me know and I will be glad to discuss it with them.
 
  So, care to resend this without this change to the file?
 
  thanks,
 
  greg k-h
 
 Sigh, sorry for the top posted HTML junk previously, turns out the
 gmail app for android doesn't do the right thing...
 
 But yes, I'm happy to send along a version without copyright, I don't
 see any problem with that.  Looks like it will
 have to wait until Monday as I don't have things set up at home to
 send the patch as robot...@chromium.org.  :)

Please also make sure to generate the patch against v3.18-rc (the one
you sent would not apply).

Thanks,
Johan
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 robot...@chromium.org 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 robot...@chromium.org

Reviewed-by: Benson Leung ble...@chromium.org




-- 
Benson Leung
Software Engineer, Chrom* OS
ble...@chromium.org
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 
> >
> > ---
> >  drivers/usb/serial/usb-serial-simple.c | 11 +++
> >  1 file changed, 11 insertions(+)
> >
> > diff --git a/drivers/usb/serial/usb-serial-simple.c 
> > b/drivers/usb/serial/usb-serial-simple.c
> > index fb79775..85bb973 100644
> > --- a/drivers/usb/serial/usb-serial-simple.c
> > +++ b/drivers/usb/serial/usb-serial-simple.c
> > @@ -8,6 +8,7 @@
> >   * Copyright (C) 2010 Zilogic Systems 
> >   * Copyright (C) 2013 Wei Shuai 
> >   * Copyright (C) 2013 Linux Foundation
> > + * Copyright (C) 2014 Google, Inc.
> >   *
> >   *   This program is free software; you can redistribute it and/or
> >   *   modify it under the terms of the GNU General Public License version
>
> Based on advice from my lawyer, a change this size does not warrent a
> copyright notice at the top of a file.  If your lawyers feel otherwise,
> please let me know and I will be glad to discuss it with them.
>
> So, care to resend this without this change to the file?
>
> thanks,
>
> greg k-h

Sigh, sorry for the top posted HTML junk previously, turns out the
gmail app for android doesn't "do the right thing"...

But yes, I'm happy to send along a version without copyright, I don't
see any problem with that.  Looks like it will
have to wait until Monday as I don't have things set up at home to
send the patch as robot...@chromium.org.  :)

Thanks,
Anton
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 +++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/drivers/usb/serial/usb-serial-simple.c 
> b/drivers/usb/serial/usb-serial-simple.c
> index fb79775..85bb973 100644
> --- a/drivers/usb/serial/usb-serial-simple.c
> +++ b/drivers/usb/serial/usb-serial-simple.c
> @@ -8,6 +8,7 @@
>   * Copyright (C) 2010 Zilogic Systems 
>   * Copyright (C) 2013 Wei Shuai 
>   * Copyright (C) 2013 Linux Foundation
> + * Copyright (C) 2014 Google, Inc.
>   *
>   *   This program is free software; you can redistribute it and/or
>   *   modify it under the terms of the GNU General Public License version

Based on advice from my lawyer, a change this size does not warrent a
copyright notice at the top of a file.  If your lawyers feel otherwise,
please let me know and I will be glad to discuss it with them.

So, care to resend this without this change to the file?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 robot...@chromium.org
 
 ---
  drivers/usb/serial/usb-serial-simple.c | 11 +++
  1 file changed, 11 insertions(+)
 
 diff --git a/drivers/usb/serial/usb-serial-simple.c 
 b/drivers/usb/serial/usb-serial-simple.c
 index fb79775..85bb973 100644
 --- a/drivers/usb/serial/usb-serial-simple.c
 +++ b/drivers/usb/serial/usb-serial-simple.c
 @@ -8,6 +8,7 @@
   * Copyright (C) 2010 Zilogic Systems c...@zilogic.com
   * Copyright (C) 2013 Wei Shuai cpuw...@gmail.com
   * Copyright (C) 2013 Linux Foundation
 + * Copyright (C) 2014 Google, Inc.
   *
   *   This program is free software; you can redistribute it and/or
   *   modify it under the terms of the GNU General Public License version

Based on advice from my lawyer, a change this size does not warrent a
copyright notice at the top of a file.  If your lawyers feel otherwise,
please let me know and I will be glad to discuss it with them.

So, care to resend this without this change to the file?

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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
gre...@linuxfoundation.org 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 robot...@chromium.org
 
  ---
   drivers/usb/serial/usb-serial-simple.c | 11 +++
   1 file changed, 11 insertions(+)
 
  diff --git a/drivers/usb/serial/usb-serial-simple.c 
  b/drivers/usb/serial/usb-serial-simple.c
  index fb79775..85bb973 100644
  --- a/drivers/usb/serial/usb-serial-simple.c
  +++ b/drivers/usb/serial/usb-serial-simple.c
  @@ -8,6 +8,7 @@
* Copyright (C) 2010 Zilogic Systems c...@zilogic.com
* Copyright (C) 2013 Wei Shuai cpuw...@gmail.com
* Copyright (C) 2013 Linux Foundation
  + * Copyright (C) 2014 Google, Inc.
*
*   This program is free software; you can redistribute it and/or
*   modify it under the terms of the GNU General Public License version

 Based on advice from my lawyer, a change this size does not warrent a
 copyright notice at the top of a file.  If your lawyers feel otherwise,
 please let me know and I will be glad to discuss it with them.

 So, care to resend this without this change to the file?

 thanks,

 greg k-h

Sigh, sorry for the top posted HTML junk previously, turns out the
gmail app for android doesn't do the right thing...

But yes, I'm happy to send along a version without copyright, I don't
see any problem with that.  Looks like it will
have to wait until Monday as I don't have things set up at home to
send the patch as robot...@chromium.org.  :)

Thanks,
Anton
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/