aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/olpc_battery.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/power/olpc_battery.c b/drivers/power/olpc_battery.c
index 64e40ff5c44a..0b0ff3a936a6 100644
--- a/drivers/power/olpc_battery.c
+++ b/drivers/power/olpc_battery.c
@@ -438,9 +438,13 @@ static enum power_supply_property olpc_xo15_bat_props[] = {
438 POWER_SUPPLY_PROP_HEALTH, 438 POWER_SUPPLY_PROP_HEALTH,
439 POWER_SUPPLY_PROP_TECHNOLOGY, 439 POWER_SUPPLY_PROP_TECHNOLOGY,
440 POWER_SUPPLY_PROP_VOLTAGE_AVG, 440 POWER_SUPPLY_PROP_VOLTAGE_AVG,
441 POWER_SUPPLY_PROP_VOLTAGE_NOW,
441 POWER_SUPPLY_PROP_CURRENT_AVG, 442 POWER_SUPPLY_PROP_CURRENT_AVG,
443 POWER_SUPPLY_PROP_CURRENT_NOW,
442 POWER_SUPPLY_PROP_CAPACITY, 444 POWER_SUPPLY_PROP_CAPACITY,
443 POWER_SUPPLY_PROP_CAPACITY_LEVEL, 445 POWER_SUPPLY_PROP_CAPACITY_LEVEL,
446 POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN,
447 POWER_SUPPLY_PROP_CHARGE_NOW,
444 POWER_SUPPLY_PROP_TEMP, 448 POWER_SUPPLY_PROP_TEMP,
445 POWER_SUPPLY_PROP_MANUFACTURER, 449 POWER_SUPPLY_PROP_MANUFACTURER,
446 POWER_SUPPLY_PROP_SERIAL_NUMBER, 450 POWER_SUPPLY_PROP_SERIAL_NUMBER,