From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752052AbaJaEy5 (ORCPT ); Fri, 31 Oct 2014 00:54:57 -0400 Received: from mail-ie0-f181.google.com ([209.85.223.181]:55442 "EHLO mail-ie0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750778AbaJaEy4 (ORCPT ); Fri, 31 Oct 2014 00:54:56 -0400 MIME-Version: 1.0 In-Reply-To: <20141030143324.GA19307@kroah.com> References: <1414617716-39377-1-git-send-email-robotboy@chromium.org> <20141030143324.GA19307@kroah.com> Date: Thu, 30 Oct 2014 21:54:54 -0700 X-Google-Sender-Auth: TCG0BwKRNfw9zK_cVDYOFgRqYEk Message-ID: Subject: Re: [PATCH] USB: simple: add Google simple serial SubClass support From: Anton Staaf To: Greg Kroah-Hartman Cc: Anton Staaf , Johan Hovold , Benson Leung , Olof Johansson , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 robotboy@chromium.org. :) Thanks, Anton