Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2015 06:48:55 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
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
Message-ID:  <201506190648.t5J6mtpY038205@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506190648.t5J6mtpY038205>