diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2011-08-17 11:43:22 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-08-23 10:55:21 +0200 |
commit | 23a5a4a39eddbe515a832767a371cc54e82cc25e (patch) | |
tree | 749dfe3d46b6ae45af39d8df6026e511bdf5e2e5 /drivers/hid/Kconfig | |
parent | 26af17484a737aaa991a7ce578cb15809a582fbc (diff) | |
download | linux-3.10-23a5a4a39eddbe515a832767a371cc54e82cc25e.tar.gz linux-3.10-23a5a4a39eddbe515a832767a371cc54e82cc25e.tar.bz2 linux-3.10-23a5a4a39eddbe515a832767a371cc54e82cc25e.zip |
HID: wiimote: Register led class devices
This registers 4 led devices to allow controlling the wiimote leds via standard
LED sysfs API. It removes the four sysfs attributes so we don't have two APIs
for one device.
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 306b15f39c9..1130a898712 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -589,6 +589,7 @@ config HID_WACOM_POWER_SUPPLY config HID_WIIMOTE tristate "Nintendo Wii Remote support" depends on BT_HIDP + depends on LEDS_CLASS ---help--- Support for the Nintendo Wii Remote bluetooth device. |