From owner-svn-src-head@FreeBSD.ORG Fri Sep 5 14:41:40 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FB08460; Fri, 5 Sep 2014 14:41:40 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 179AB1DEC; Fri, 5 Sep 2014 14:41:39 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 887461FE027; Fri, 5 Sep 2014 16:41:37 +0200 (CEST) Message-ID: <5409CBA0.3080401@selasky.org> Date: Fri, 05 Sep 2014 16:41:36 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Konstantin Belousov , Kevin Lo Subject: Re: svn commit: r271159 - in head: . share/man/man4 sys/conf sys/dev/usb sys/dev/usb/misc sys/dev/usb/quirk sys/modules/usb sys/modules/usb/uled References: <201409051125.s85BPwaE056586@svn.freebsd.org> <20140905130828.GQ2737@kib.kiev.ua> In-Reply-To: <20140905130828.GQ2737@kib.kiev.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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.18-1 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: Fri, 05 Sep 2014 14:41:40 -0000 On 09/05/14 15:08, Konstantin Belousov wrote: > On Fri, Sep 05, 2014 at 11:25:58AM +0000, Kevin Lo wrote: >> Author: kevlo >> Date: Fri Sep 5 11:25:58 2014 >> New Revision: 271159 >> URL: http://svnweb.freebsd.org/changeset/base/271159 >> >> Log: >> The USB LED driver for the Dream Cheeky WebMail Notifier. >> >> Reviewed by: hselasky >> >> Added: >> head/share/man/man4/uled.4 (contents, props changed) >> head/sys/dev/usb/misc/uled.c (contents, props changed) >> head/sys/dev/usb/uled_ioctl.h (contents, props changed) >> head/sys/modules/usb/uled/ >> head/sys/modules/usb/uled/Makefile (contents, props changed) >> Modified: >> head/Makefile > ^^^^^^^^^ > Hi, The "head/Makefile" was not part of the reviewed patch sent to me. Anyway, USB modules rock also at toplevel ;-) --HPS