svn commit: r238880 - head/sys/arm/conf

Warner Losh imp at FreeBSD.org
Sun Jul 29 04:26:25 UTC 2012


Author: imp
Date: Sun Jul 29 04:26:24 2012
New Revision: 238880
URL: http://svn.freebsd.org/changeset/base/238880

Log:
  Add usb_template for the gadget support.  Even though this isn't a
  bootable kernel, its config will likely be copied to places that are.
  
  Submitted by:	Hans Petter Selasky

Modified:
  head/sys/arm/conf/ATMEL

Modified: head/sys/arm/conf/ATMEL
==============================================================================
--- head/sys/arm/conf/ATMEL	Sun Jul 29 01:01:35 2012	(r238879)
+++ head/sys/arm/conf/ATMEL	Sun Jul 29 04:26:24 2012	(r238880)
@@ -165,6 +165,7 @@ device		umass		# Disks/Mass storage - Re
 device		at91_dci	# Atmel's usb device
 device		usfs		# emulate a flash
 device		cdce		# emulate an ethernet
+device		usb_template	# Control of the gadget
 
 # watchdog
 device		at91_wdt	# Atmel AT91 Watchdog Timer


More information about the svn-src-head mailing list