svn commit: r284592 - in head/sys: conf modules/usb

Hans Petter Selasky hselasky at FreeBSD.org
Fri Jun 19 06:48:57 UTC 2015


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


More information about the svn-src-all mailing list