ANDROID: gki_defconfig: increase vbus_draw to 500mA
This allows for charging with ACK-4.19. Signed-off-by: Will McVicker <willmcvicker@google.com> Bug: 159352488 Change-Id: I6547dc3b7c308ed81cf270299c5b05028800aca7
This commit is contained in:
parent
6f7a552c47
commit
e6c29819dd
2 changed files with 2 additions and 0 deletions
|
@ -362,6 +362,7 @@ CONFIG_USB_HIDDEV=y
|
|||
CONFIG_USB_OTG=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_VBUS_DRAW=500
|
||||
CONFIG_USB_CONFIGFS=y
|
||||
CONFIG_USB_CONFIGFS_UEVENT=y
|
||||
CONFIG_USB_CONFIGFS_MASS_STORAGE=y
|
||||
|
|
|
@ -311,6 +311,7 @@ CONFIG_HID_STEAM=y
|
|||
CONFIG_USB_HIDDEV=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_VBUS_DRAW=500
|
||||
CONFIG_USB_CONFIGFS=y
|
||||
CONFIG_USB_CONFIGFS_UEVENT=y
|
||||
CONFIG_USB_CONFIGFS_MASS_STORAGE=y
|
||||
|
|
Loading…
Reference in a new issue