From 4d3aff23d759608be3332206672cfef118a31655 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Fri, 10 Aug 2018 15:48:10 -0700 Subject: [PATCH] NXPflite-v3:Hack-Fixes USB not enumerating on Virtual Box VM --- platforms/nuttx/nuttx-configs/nxphlite-v3/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/nuttx/nuttx-configs/nxphlite-v3/nsh/defconfig b/platforms/nuttx/nuttx-configs/nxphlite-v3/nsh/defconfig index 4ec5cb2e53..c64c55a40d 100644 --- a/platforms/nuttx/nuttx-configs/nxphlite-v3/nsh/defconfig +++ b/platforms/nuttx/nuttx-configs/nxphlite-v3/nsh/defconfig @@ -773,7 +773,7 @@ CONFIG_USBDEV=y # USB Device Controller Driver Options # # CONFIG_USBDEV_ISOCHRONOUS is not set -# CONFIG_USBDEV_DUALSPEED is not set +CONFIG_USBDEV_DUALSPEED=y # CONFIG_USBDEV_SELFPOWERED is not set CONFIG_USBDEV_BUSPOWERED=y CONFIG_USBDEV_MAXPOWER=500