summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-05-16 10:37:25 +0000
committerhselasky <hselasky@FreeBSD.org>2014-05-16 10:37:25 +0000
commitde22c5aa1a72ab74f636f97b040f0fdfe11d90e8 (patch)
tree82c425b0cd80d3412165262cea7fc946a8936f38 /sys/dev
parent34bfa683654f97e8238ef27dae162de45a714d31 (diff)
downloadFreeBSD-src-de22c5aa1a72ab74f636f97b040f0fdfe11d90e8.zip
FreeBSD-src-de22c5aa1a72ab74f636f97b040f0fdfe11d90e8.tar.gz
- Allow the SAF1761 driver to attach to the root HUB USB driver.
Sponsored by: DARPA, AFRL
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/controller/usb_controller.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/usb_controller.c b/sys/dev/usb/controller/usb_controller.c
index bbb9e85..ee13a35 100644
--- a/sys/dev/usb/controller/usb_controller.c
+++ b/sys/dev/usb/controller/usb_controller.c
@@ -138,6 +138,7 @@ DRIVER_MODULE(usbus, octusb, usb_driver, usb_devclass, 0, 0);
/* 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
OpenPOWER on IntegriCloud