diff options
Diffstat (limited to 'drivers/input/tablet/wacom_sys.c')
| -rw-r--r-- | drivers/input/tablet/wacom_sys.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c index 79b69ea47f74..e53416a4d7f3 100644 --- a/drivers/input/tablet/wacom_sys.c +++ b/drivers/input/tablet/wacom_sys.c | |||
| @@ -1031,6 +1031,7 @@ static void wacom_destroy_leds(struct wacom *wacom) | |||
| 1031 | } | 1031 | } |
| 1032 | 1032 | ||
| 1033 | static enum power_supply_property wacom_battery_props[] = { | 1033 | static enum power_supply_property wacom_battery_props[] = { |
| 1034 | POWER_SUPPLY_PROP_SCOPE, | ||
| 1034 | POWER_SUPPLY_PROP_CAPACITY | 1035 | POWER_SUPPLY_PROP_CAPACITY |
| 1035 | }; | 1036 | }; |
| 1036 | 1037 | ||
| @@ -1042,6 +1043,9 @@ static int wacom_battery_get_property(struct power_supply *psy, | |||
| 1042 | int ret = 0; | 1043 | int ret = 0; |
| 1043 | 1044 | ||
| 1044 | switch (psp) { | 1045 | switch (psp) { |
| 1046 | case POWER_SUPPLY_PROP_SCOPE: | ||
| 1047 | val->intval = POWER_SUPPLY_SCOPE_DEVICE; | ||
| 1048 | break; | ||
| 1045 | case POWER_SUPPLY_PROP_CAPACITY: | 1049 | case POWER_SUPPLY_PROP_CAPACITY: |
| 1046 | val->intval = | 1050 | val->intval = |
| 1047 | wacom->wacom_wac.battery_capacity * 100 / 31; | 1051 | wacom->wacom_wac.battery_capacity * 100 / 31; |
