From owner-svn-src-head@FreeBSD.ORG Fri Jun 19 06:48:56 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D92F2DEF; Fri, 19 Jun 2015 06:48:56 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEE67C32; Fri, 19 Jun 2015 06:48:56 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5J6muKc038209; Fri, 19 Jun 2015 06:48:56 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5J6mtpY038205; Fri, 19 Jun 2015 06:48:55 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <201506190648.t5J6mtpY038205@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Fri, 19 Jun 2015 06:48:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284592 - in head/sys: conf modules/usb X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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, 19 Jun 2015 06:48:57 -0000 Author: hselasky Date: Fri Jun 19 06:48:55 2015 New Revision: 284592 URL: https://svnweb.freebsd.org/changeset/base/284592 Log: Add USB gold driver to default kernel build. Modified: head/sys/conf/NOTES head/sys/conf/files head/sys/modules/usb/Makefile Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Fri Jun 19 06:41:53 2015 (r284591) +++ head/sys/conf/NOTES Fri Jun 19 06:48:55 2015 (r284592) @@ -2645,6 +2645,8 @@ device usb device udbp # USB Fm Radio device ufm +# USB temperature meter +device ugold # USB LED device uled # Human Interface Device (anything with buttons and dials) Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Fri Jun 19 06:41:53 2015 (r284591) +++ head/sys/conf/files Fri Jun 19 06:48:55 2015 (r284592) @@ -2545,6 +2545,7 @@ dev/usb/serial/usb_serial.c optional uc # dev/usb/misc/ufm.c optional ufm dev/usb/misc/udbp.c optional udbp +dev/usb/misc/ugold.c optional ugold dev/usb/misc/uled.c optional uled # # USB input drivers Modified: head/sys/modules/usb/Makefile ============================================================================== --- head/sys/modules/usb/Makefile Fri Jun 19 06:41:53 2015 (r284591) +++ head/sys/modules/usb/Makefile Fri Jun 19 06:48:55 2015 (r284592) @@ -53,7 +53,7 @@ SUBDIR += ${_dwc_otg} ehci ${_musb} ohci ${_atmegadci} ${_avr32dci} ${_rsu} ${_rsufw} ${_saf1761otg} SUBDIR += ${_rum} ${_run} ${_runfw} ${_uath} upgt usie ural ${_zyd} ${_urtw} SUBDIR += ${_urtwn} ${_urtwnfw} -SUBDIR += atp uhid ukbd ums udbp ufm uep wsp uled +SUBDIR += atp uhid ukbd ums udbp ufm uep wsp ugold uled SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \ umct umcs umodem umoscom uplcom uslcom uvisor uvscom SUBDIR += udl