Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2018 14:00:07 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328195 - head/sys/arm/conf
Message-ID:  <201801201400.w0KE07VW036398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sat Jan 20 14:00:07 2018
New Revision: 328195
URL: https://svnweb.freebsd.org/changeset/base/328195

Log:
  Add usb_template(4) to RPI-B kernel config.  This is to support the USB OTG
  functionality on Raspberry Pi 0.
  
  Reviewed by:	hselasky@
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D13924

Modified:
  head/sys/arm/conf/RPI-B

Modified: head/sys/arm/conf/RPI-B
==============================================================================
--- head/sys/arm/conf/RPI-B	Sat Jan 20 13:58:34 2018	(r328194)
+++ head/sys/arm/conf/RPI-B	Sat Jan 20 14:00:07 2018	(r328195)
@@ -46,6 +46,9 @@ device		pty
 device		snp
 device		pl011
 
+# Device mode support
+device		usb_template    	# Control of the gadget
+
 # Comment following lines for boot console on serial port
 device		vt
 device		kbdmux



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