diff options
author | Przemo Firszt <przemo@firszt.eu> | 2010-03-15 19:16:23 +0000 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-16 11:55:43 +0100 |
commit | 59d2334ac9f4255f5f8f3e4e1bf41653e0bba99e (patch) | |
tree | ea12f472f551f7d0875a0dd61ae336fd91157497 /drivers/hid/Kconfig | |
parent | 4da361b69102cdffe73006771eae7504d2cb8736 (diff) |
HID: expose wacom pen tablet battery through power_supply class
This patch exposes wacom pen tablet battery capacity and ac state thru
power_supply class is sysfs.
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 71d4c0703629..8e1b505b5bf2 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -357,6 +357,14 @@ config HID_WACOM ---help--- Support for Wacom Graphire Bluetooth tablet. +config HID_WACOM_POWER_SUPPLY + bool "Wacom Bluetooth devices power supply status support" + depends on HID_WACOM + select POWER_SUPPLY + ---help--- + Say Y here if you want to enable power supply status monitoring for + Wacom Bluetooth devices. + config HID_ZEROPLUS tristate "Zeroplus based game controller support" if EMBEDDED depends on USB_HID |