From e2bb79f70fe429d2b1d774a955ed1608d4abd3d0 Mon Sep 17 00:00:00 2001 From: Oleksandr Tymoshenko Date: Tue, 5 Apr 2016 18:07:13 +0000 Subject: [PATCH] Remove misleading comment. musb supports host mode for more than two years now Spotted by: jmcneill --- sys/dev/usb/controller/musb_otg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/usb/controller/musb_otg.c b/sys/dev/usb/controller/musb_otg.c index eba8c657129..c7bc8b3fdfd 100644 --- a/sys/dev/usb/controller/musb_otg.c +++ b/sys/dev/usb/controller/musb_otg.c @@ -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