svn commit: r297587 - head/sys/dev/usb/controller

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Apr 5 18:07:14 UTC 2016


Author: gonzo
Date: Tue Apr  5 18:07:13 2016
New Revision: 297587
URL: https://svnweb.freebsd.org/changeset/base/297587

Log:
  Remove misleading comment. musb supports host mode for more than two years now
  
  Spotted by: jmcneill

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

Modified: head/sys/dev/usb/controller/musb_otg.c
==============================================================================
--- head/sys/dev/usb/controller/musb_otg.c	Tue Apr  5 16:06:58 2016	(r297586)
+++ head/sys/dev/usb/controller/musb_otg.c	Tue Apr  5 18:07:13 2016	(r297587)
@@ -33,7 +33,6 @@
  * This file contains the driver for the Mentor Graphics Inventra USB
  * 2.0 High Speed Dual-Role controller.
  *
- * NOTE: The current implementation only supports Device Side Mode!
  */
 
 #ifdef USB_GLOBAL_INCLUDE_FILE


More information about the svn-src-all mailing list