From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758233Ab0DHAbr (ORCPT ); Wed, 7 Apr 2010 20:31:47 -0400 Received: from kroah.org ([198.145.64.141]:60471 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757618Ab0DHAbL (ORCPT ); Wed, 7 Apr 2010 20:31:11 -0400 Date: Wed, 7 Apr 2010 17:29:52 -0700 From: Greg KH To: Michal Nazarewicz Cc: linux-usb@vger.kernel.org, Peter Korsgaard , Rupesh Gujare , linux-kernel@vger.kernel.org, David Brownell , Kyungmin Park , Marek Szyprowski Subject: Re: [PATCH 7/8] USB: testusb: imported David Brownell's USB testing application Message-ID: <20100408002952.GC4365@kroah.com> References: <033ad254a3bba337e7a37cc6071b7debc7051801.1270644740.git.mina86@mina86.com> <922265f162fd3b45408c234d0d17e924b6f61671.1270644740.git.mina86@mina86.com> <15d6fb76583235c380569d11d904cc0e8d019067.1270644740.git.mina86@mina86.com> <3c4f11cdfb08952e964879c343d6ed7ceedc9542.1270644740.git.mina86@mina86.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3c4f11cdfb08952e964879c343d6ed7ceedc9542.1270644740.git.mina86@mina86.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 07, 2010 at 03:41:34PM +0200, Michal Nazarewicz wrote: > The testusb application can be used to test various USB gadget > that implment the source/sink intrerface. > > Signed-off-by: Michal Nazarewicz > Cc: Kyungmin Park > Cc: Marek Szyprowski You should put a: From: David Brownell as the first line of the body of this patch, so it properly shows up as David's code. I also would like to get an ack from David that he doesn't mind his code moving into the kernel here (personally I think it's a good thing to be here.) thanks, greg k-h