diff options
Diffstat (limited to 'drivers/acpi/battery.c')
| -rw-r--r-- | drivers/acpi/battery.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c index 192c244f6190..2e8e790c1180 100644 --- a/drivers/acpi/battery.c +++ b/drivers/acpi/battery.c | |||
| @@ -153,6 +153,8 @@ static int acpi_battery_get_property(struct power_supply *psy, | |||
| 153 | val->intval = POWER_SUPPLY_STATUS_CHARGING; | 153 | val->intval = POWER_SUPPLY_STATUS_CHARGING; |
| 154 | else if (battery->state == 0) | 154 | else if (battery->state == 0) |
| 155 | val->intval = POWER_SUPPLY_STATUS_FULL; | 155 | val->intval = POWER_SUPPLY_STATUS_FULL; |
| 156 | else | ||
| 157 | val->intval = POWER_SUPPLY_STATUS_UNKNOWN; | ||
| 156 | break; | 158 | break; |
| 157 | case POWER_SUPPLY_PROP_PRESENT: | 159 | case POWER_SUPPLY_PROP_PRESENT: |
| 158 | val->intval = acpi_battery_present(battery); | 160 | val->intval = acpi_battery_present(battery); |
