From owner-svn-src-all@FreeBSD.ORG Thu Feb 14 15:23:39 2013 Return-Path: Delivered-To: svn-src-all@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 A7A32171 for ; Thu, 14 Feb 2013 15:23:39 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-da0-f49.google.com (mail-da0-f49.google.com [209.85.210.49]) by mx1.freebsd.org (Postfix) with ESMTP id 82073AA2 for ; Thu, 14 Feb 2013 15:23:39 +0000 (UTC) Received: by mail-da0-f49.google.com with SMTP id t11so1074010daj.22 for ; Thu, 14 Feb 2013 07:23:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=WIn7ypenvs0ntL9x2EFhrbKBVtEYI+GqYcV8JwlzN/0=; b=jLXSJOerFr3lgrcTjo14Pya4n1oElAyXC9RMr/FU9Hj16fw/LkITXqPri0QK7trJme /LPeHcYYiXuODmFZFkG7yAMt/wryAMalZQkcSYZho+7djgXNa3phmf9sQIS8ZUMo2akL XD/v1GiGiyFDzP80HydjA6lUEzU6MkWFFz3j0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=WIn7ypenvs0ntL9x2EFhrbKBVtEYI+GqYcV8JwlzN/0=; b=dQx3DEuRt8Wm8946pq3zOACg8h1N99gmmnR8RjCv+Iqzp2raZwNnH7KfvVOe7aznmS Lpjju0WRUq69nMlr21usal3gHwyNtP9zn/K0qCj1wUu2G8Q2aqjw9Ho53K0MQhj0Dn4r 7g1rImo089bdED7JIAEcPg42FiU0xHYH+ncAjmIETPksWFAZ5I4i23Cd4zg1iiunjsvx DDXAwzmnyomXpHonA9XCAPnG+R3zieNviYFCKIGxktANLjLGuZlR4TYeLjabw3YdjBwr t7/ygtZKbTdMUC2RIDJZbB1Xy+1T84SnT15kH+dliSMy1mT71vaqgsqdIpO3ECawczDI B09w== X-Received: by 10.68.103.194 with SMTP id fy2mr4906097pbb.56.1360855412597; Thu, 14 Feb 2013 07:23:32 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.66.148.10 with HTTP; Thu, 14 Feb 2013 07:23:02 -0800 (PST) In-Reply-To: <201302141222.r1ECMfme002000@svn.freebsd.org> References: <201302141222.r1ECMfme002000@svn.freebsd.org> From: Eitan Adler Date: Thu, 14 Feb 2013 10:23:02 -0500 X-Google-Sender-Auth: tLLcjMYoleNA8PZEWCIilVD-fdQ Message-ID: Subject: Re: svn commit: r246789 - in head: lib/libusb sys/dev/usb usr.sbin/usbconfig To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnsUrVFHH3C2yB7sjLoY9cXEe3JBNHblG41AaH+MWa+OC2f7lbAZyRnzIprSyxlF1t/xuoz Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 15:23:39 -0000 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. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams