All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Walker <dwalker@codeaurora.org>
To: Greg KH <greg@kroah.com>
Cc: Tatyana Brokhman <tlinder@codeaurora.org>,
	gregkh@suse.de, linux-usb@vger.kernel.org,
	linux-arm-msm@vger.kernel.org,
	David Brownell <dbrownell@users.sourceforge.net>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 1/1] usb: Adding SuperSpeed support to dummy_hcd
Date: Wed, 17 Nov 2010 15:59:48 -0800	[thread overview]
Message-ID: <1290038388.16344.529.camel@c-dwalke-linux.qualcomm.com> (raw)
In-Reply-To: <20101117213535.GD10541@kroah.com>

On Wed, 2010-11-17 at 13:35 -0800, Greg KH wrote:
> On Tue, Nov 16, 2010 at 04:08:12PM +0200, Tatyana Brokhman wrote:
> > USB 3.0 hub includes 2 hubs - HS and SS ones.
> > Thus, when dummy_hcd enabled it will register 2 root hubs (SS and HS).
> > 
> > Signed-off-by: Tatyana Brokhman <tlinder@codeaurora.org>
> > ---
> >  drivers/usb/gadget/dummy_hcd.c |  500 ++++++++++++++++++++++++++++++++++++++-
> >  1 files changed, 487 insertions(+), 13 deletions(-)
> > 
> > diff --git a/drivers/usb/gadget/dummy_hcd.c b/drivers/usb/gadget/dummy_hcd.c
> > index 13b9f47..ec6adf6 100644
> > --- a/drivers/usb/gadget/dummy_hcd.c
> > +++ b/drivers/usb/gadget/dummy_hcd.c
> > @@ -5,6 +5,7 @@
> >   *
> >   * Copyright (C) 2003 David Brownell
> >   * Copyright (C) 2003-2005 Alan Stern
> > + * Copyright (C) 2010 Code Aurora Forum. All rights reserved.
> 
> Does your lawyers agree that this is correct to add based on the size of
> the file?  Hint, it doesn't pass the rule that some lawyers I work with
> go by, so I would be surprised that it passes theirs.

It's part of our requirements .. However, if you push back on it I think
Tatyana can remove it.

> Also, I didn't think that "Code Aurora Forum" was a "real" legal entity
> last time I looked, so how can it own copyrights?  Who is the "real"
> owner here?  (hint, who does your lawyers work for...)

The "Code Aurora Forum" is a real entity, and they do take the
copyrights .. At least that's the intent I think. We're not lawyers tho.

I work for QuiC which stands for Qualcomm Innovation Center, Inc. (as
mentioned below) .. I think Tatyana does as well since he emails have
the same signature as mine.

Daniel

-- 

Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.


  reply	other threads:[~2010-11-18  0:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-16 14:08 [PATCH v5 1/1] usb: Adding SuperSpeed support to dummy_hcd Tatyana Brokhman
2010-11-17 21:35 ` Greg KH
2010-11-17 23:59   ` Daniel Walker [this message]
2010-11-18  1:23     ` Greg KH
2010-11-19 22:29       ` Bryan Huntsman
2010-11-20  0:18         ` Greg KH
2010-11-18  0:12   ` David Brown
2010-11-18  1:24     ` Greg KH
2010-11-18 11:01   ` Tanya Brokhman
2010-11-18 11:01     ` Tanya Brokhman
2010-11-18 14:51     ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1290038388.16344.529.camel@c-dwalke-linux.qualcomm.com \
    --to=dwalker@codeaurora.org \
    --cc=dbrownell@users.sourceforge.net \
    --cc=greg@kroah.com \
    --cc=gregkh@suse.de \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=tlinder@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.