forked from Archive/PX4-Autopilot
USB: set attributes for bus power, no remote wakeup
this may help the USB bus providing the full 500mA on some systems
This commit is contained in:
parent
0fb3be64ea
commit
4c3c099902
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue