From owner-freebsd-current@FreeBSD.ORG Thu Feb 14 12:24:11 2013 Return-Path: Delivered-To: freebsd-current@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 B8FBF512 for ; Thu, 14 Feb 2013 12:24:11 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id 345F5E26 for ; Thu, 14 Feb 2013 12:24:10 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 210685061; Thu, 14 Feb 2013 13:24:02 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Subject: Re: [PATCH] USB power usage reporting Date: Thu, 14 Feb 2013 13:25:15 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <511CCB99.40101@icritical.com> In-Reply-To: <511CCB99.40101@icritical.com> X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: Matt Burke X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 12:24:11 -0000 On Thursday 14 February 2013 12:33:45 Matt Burke wrote: > The following patch adds the ability to read power draw on usb devices. Thanks for your patch! http://svnweb.freebsd.org/changeset/base/246789 Committed with some minor modifications. --HPS