diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2011-09-06 07:50:39 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-09-07 07:25:18 -0400 |
commit | 6591d758d54291fcc5fd560653edef73d50bd978 (patch) | |
tree | 1b5df45a7d4b175e2a5706c08aee1efed2e78db3 /drivers/hid/Kconfig | |
parent | e3979a9189d744ffecae1bcd36ae0a8b6d22f65f (diff) |
HID: wiimote: Read wiimote battery charge level
This registers a power_supply device for every remote to retrieve the current
battery charge level. Since this information is not sent by the wiimote
continously, we need to explicitely request it.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 1130a8987125..9907dc9cfb12 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -590,6 +590,7 @@ config HID_WIIMOTE | |||
590 | tristate "Nintendo Wii Remote support" | 590 | tristate "Nintendo Wii Remote support" |
591 | depends on BT_HIDP | 591 | depends on BT_HIDP |
592 | depends on LEDS_CLASS | 592 | depends on LEDS_CLASS |
593 | select POWER_SUPPLY | ||
593 | ---help--- | 594 | ---help--- |
594 | Support for the Nintendo Wii Remote bluetooth device. | 595 | Support for the Nintendo Wii Remote bluetooth device. |
595 | 596 | ||