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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to