diff options
author | Szymon Dziok <b0hoon@o2.pl> | 2016-10-02 23:30:30 +0200 |
---|---|---|
committer | Szymon Dziok <b0hoon@o2.pl> | 2016-10-02 23:30:30 +0200 |
commit | a0b79ce7fa92a02ae525cbdccbb747e4ace6a789 (patch) | |
tree | 43a91674bb454e268b9a6721003e3c3a80478abc | |
parent | e3deec949df7ddad13b24103b2a70d9ceaa73ecc (diff) |
HDD16X0/HDD63X0: Enable power status of charging from USB.
Change-Id: I7b1e5e87921ae0770f7783680c3dbcdbf6f257f3
-rw-r--r-- | firmware/target/arm/philips/power-hdd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/arm/philips/power-hdd.c b/firmware/target/arm/philips/power-hdd.c index 05ada4b674..c33073fb5a 100644 --- a/firmware/target/arm/philips/power-hdd.c +++ b/firmware/target/arm/philips/power-hdd.c @@ -89,10 +89,8 @@ unsigned int power_input_status(void) if (GPIOE_INPUT_VAL & 0x20) status |= POWER_INPUT_MAIN_CHARGER; - /* Do nothing with USB for now if (GPIOE_INPUT_VAL & 0x4) status |= POWER_INPUT_USB_CHARGER; - */ return status; } |