aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v1/nsh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2013-08-14 15:53:45 +1000
committerLorenz Meier <lm@inf.ethz.ch>2013-08-28 11:18:40 +0200
commit4c3c09990262bd0f9e9574dd950da62bb7b432a4 (patch)
tree804fecf51bb20db4d732fa20370ac88122ffe68b /nuttx-configs/px4fmu-v1/nsh
parent0fb3be64eace32c9be8a17dab3d1cc3ee0459f9b (diff)
downloadpx4-firmware-4c3c09990262bd0f9e9574dd950da62bb7b432a4.tar.gz
px4-firmware-4c3c09990262bd0f9e9574dd950da62bb7b432a4.tar.bz2
px4-firmware-4c3c09990262bd0f9e9574dd950da62bb7b432a4.zip
USB: set attributes for bus power, no remote wakeup
this may help the USB bus providing the full 500mA on some systems
Diffstat (limited to 'nuttx-configs/px4fmu-v1/nsh')
-rw-r--r--nuttx-configs/px4fmu-v1/nsh/defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx-configs/px4fmu-v1/nsh/defconfig b/nuttx-configs/px4fmu-v1/nsh/defconfig
index a6f914a64..68ab4da32 100644
--- a/nuttx-configs/px4fmu-v1/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v1/nsh/defconfig
@@ -538,9 +538,10 @@ CONFIG_USBDEV=y
#
# CONFIG_USBDEV_ISOCHRONOUS is not set
# CONFIG_USBDEV_DUALSPEED is not set
-CONFIG_USBDEV_SELFPOWERED=y
-# CONFIG_USBDEV_BUSPOWERED is not set
+# CONFIG_USBDEV_SELFPOWERED is not set
+CONFIG_USBDEV_BUSPOWERED=y
CONFIG_USBDEV_MAXPOWER=500
+# CONFIG_USBDEV_REMOTEWAKEUP is not set
# CONFIG_USBDEV_DMA is not set
# CONFIG_USBDEV_TRACE is not set