aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorPrzemo Firszt <przemo@firszt.eu>2012-05-10 14:23:52 -0400
committerJiri Kosina <jkosina@suse.cz>2012-05-11 08:47:04 -0400
commitd13f5454e4acbbe2a470cc6743c2998cfcd607a8 (patch)
treeb26169f0a09e90e95a73af215579e580b116dbb2 /drivers/hid/Kconfig
parentc653daba895a2d339b3b8f04e69fc111443ef327 (diff)
HID: wacom: Add LED selector control for Wacom Intuos4 WL
Add sysfs attribute to control LED selector on Wacom Intuos4. There are 4 different LEDs on the tablet and they can be turned on by something like: echo 50 > /sys/class/leds/(device # here)\:selector\:1/brightness Only one can be lit at a time. The brightness range is 0 to 127. This patch also contains short ABI description. 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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 4ecc25629a45..6e0d65aca308 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -596,6 +596,7 @@ config HID_WACOM
596 tristate "Wacom Bluetooth devices support" 596 tristate "Wacom Bluetooth devices support"
597 depends on BT_HIDP 597 depends on BT_HIDP
598 select POWER_SUPPLY 598 select POWER_SUPPLY
599 select LEDS_CLASS
599 ---help--- 600 ---help---
600 Support for Wacom Graphire Bluetooth and Intuos4 WL tablets. 601 Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.
601 602