Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2014 10:37:26 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266216 - head/sys/dev/usb/controller
Message-ID:  <201405161037.s4GAbQ0p065134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Fri May 16 10:37:25 2014
New Revision: 266216
URL: http://svnweb.freebsd.org/changeset/base/266216

Log:
  - Allow the SAF1761 driver to attach to the root HUB USB driver.
  
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/dev/usb/controller/usb_controller.c

Modified: head/sys/dev/usb/controller/usb_controller.c
==============================================================================
--- head/sys/dev/usb/controller/usb_controller.c	Fri May 16 10:35:21 2014	(r266215)
+++ head/sys/dev/usb/controller/usb_controller.c	Fri May 16 10:37:25 2014	(r266216)
@@ -138,6 +138,7 @@ DRIVER_MODULE(usbus, octusb, usb_driver,
 
 /* Dual Mode Drivers */
 DRIVER_MODULE(usbus, dwcotg, usb_driver, usb_devclass, 0, 0);
+DRIVER_MODULE(usbus, saf1761, usb_driver, usb_devclass, 0, 0);
 
 /*------------------------------------------------------------------------*
  *	usb_probe



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