From owner-svn-src-head@FreeBSD.ORG Thu Feb 14 16:19:45 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4117AFBE; Thu, 14 Feb 2013 16:19:45 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 791AFDC1; Thu, 14 Feb 2013 16:19:43 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 381337057; Thu, 14 Feb 2013 17:19:34 +0100 From: Hans Petter Selasky To: Eitan Adler Subject: Re: svn commit: r246789 - in head: lib/libusb sys/dev/usb usr.sbin/usbconfig Date: Thu, 14 Feb 2013 17:20:46 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <201302141222.r1ECMfme002000@svn.freebsd.org> In-Reply-To: X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 16:19:45 -0000 On Thursday 14 February 2013 16:23:02 Eitan Adler wrote: > On 14 February 2013 07:22, Hans Petter Selasky wrote: > > Author: hselasky > > Date: Thu Feb 14 12:22:40 2013 > > New Revision: 246789 > > URL: http://svnweb.freebsd.org/changeset/base/246789 > > > > Log: > > Add USB API to read power draw on USB devices. > > Update usbconfig to print power draw on USB devices. > > > > MFC after: 2 weeks > > Submitted by: Matt Burke @ icritical.com > > I know this is nitpicking, but can we please not obfusticate emails? > It makes it difficult to grep, and does not protect against spammers. Hi, What is the correct "Submitted by:" format for non-submitters? And is this documented anywhere? --HPS