Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933015Ab1CWUAE (ORCPT ); Wed, 23 Mar 2011 16:00:04 -0400 Received: from oproxy3-pub.bluehost.com ([69.89.21.8]:56323 "HELO oproxy3-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932839Ab1CWUAB (ORCPT ); Wed, 23 Mar 2011 16:00:01 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=xenotime.net; h=Received:Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References:Organization:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Identified-User; b=BRtdCf9YNG1SCUAG7QFhzciMJxM8WWXKsemMNjCFKPAWfboLdYn0yCuqa/wuPtUexxuMDo6xkLwAitSBiSDwDuRSq5hI/Rnfmg5VawJ+vkF9/PbHEpKV0oQhNwv5B6qE; Date: Wed, 23 Mar 2011 12:59:58 -0700 From: Randy Dunlap To: Arnd Bergmann Cc: =?UTF-8?B?TWljaGHFgg==?= Nazarewicz , broonie@opensource.wolfsonmicro.com, lkml , Nicolas Pitre , Greg KH , David Brownell , Alan Cox , grant.likely@secretlab.ca, Linux USB list , andy.green@linaro.org, netdev@vger.kernel.org, Benjamin Herrenschmidt , roger.quadros@nokia.com, Jaswinder Singh Subject: Re: [RFC] usbnet: use eth%d name for known ethernet devices Message-Id: <20110323125958.76285c0f.rdunlap@xenotime.net> In-Reply-To: <201103232057.18150.arnd@arndb.de> References: <4D79F068.2080009@linaro.org> <201103232035.18232.arnd@arndb.de> <201103232057.18150.arnd@arndb.de> Organization: YPO4 X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Identified-User: {1807:box742.bluehost.com:xenotime:xenotime.net} {sentby:smtp auth 173.50.240.230 authed with rdunlap@xenotime.net} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1118 Lines: 33 On Wed, 23 Mar 2011 20:57:18 +0100 Arnd Bergmann wrote: > On Wednesday 23 March 2011 20:53:13 MichaƂ Nazarewicz wrote: > > On Mar 23, 2011 8:36 PM, "Arnd Bergmann" wrote: > > > > > > On Wednesday 23 March 2011 19:46:50 Greg KH wrote: > > > > > @@ -97,6 +97,8 @@ struct driver_info { > > > > > > > > > > #define FLAG_LINK_INTR 0x0800 /* updates link (carrier) status */ > > > > > > > > > > +#define FLAG_PTP 0x1000 /* maybe use "usb%d" names */ > > > > > > > > "PTP"? What does that stand for? > > > > > > point-to-point, I'll improve the comment to spell it out when I send the > > > fixed version. > > > > I think P2P could be better. > > Yes, good idea. that's peer-to-peer. OTOH, I knew that PTP was point-to-point. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/