Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2018 17:13:09 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r332614 - stable/11/sys/arm/conf
Message-ID:  <201804161713.w3GHD9g7025582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Mon Apr 16 17:13:09 2018
New Revision: 332614
URL: https://svnweb.freebsd.org/changeset/base/332614

Log:
  MFC r328195:
  
  Add usb_template(4) to RPI-B kernel config.  This is to support the USB OTG
  functionality on Raspberry Pi 0.

Modified:
  stable/11/sys/arm/conf/RPI-B
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/arm/conf/RPI-B
==============================================================================
--- stable/11/sys/arm/conf/RPI-B	Mon Apr 16 17:12:18 2018	(r332613)
+++ stable/11/sys/arm/conf/RPI-B	Mon Apr 16 17:13:09 2018	(r332614)
@@ -47,6 +47,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?201804161713.w3GHD9g7025582>