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:
Andrew Tridgell 2013-08-14 15:53:45 +10:00 committed by Lorenz Meier
parent 0fb3be64ea
commit 4c3c099902
1 changed files with 3 additions and 2 deletions

View File

@ -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