aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorBernhard Seibold <mail@bernhard-seibold.de>2012-02-15 07:40:43 -0500
committerJiri Kosina <jkosina@suse.cz>2012-06-08 04:44:10 -0400
commitc1dcad2d32d0252e8a3023d20311b52a187ecda3 (patch)
tree2c830cb74511bcecd3d26fc357aa828cee80afbb /drivers/hid/Kconfig
parente39fe251e03b6df83e740e2f598c04f382b4d3c7 (diff)
HID: Driver for Lenovo Keyboard with Trackpoint
This driver for the "Lenovo ThinkPad USB Keyboard with Trackpoint" supports setting various device attributes, controlling mute and microphone mute LEDs and enables use of the microphone mute key. Signed-off-by: Bernhard Seibold <mail@bernhard-seibold.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index e9c68fedfcff..ca7e76cab83d 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -268,6 +268,18 @@ config HID_LCPOWER
268 ---help--- 268 ---help---
269 Support for LC-Power RC1000MCE RF remote control. 269 Support for LC-Power RC1000MCE RF remote control.
270 270
271config HID_LENOVO_TPKBD
272 tristate "Lenovo ThinkPad USB Keyboard with TrackPoint"
273 depends on USB_HID
274 select LEDS_CLASS
275 ---help---
276 Support for the Lenovo ThinkPad USB Keyboard with TrackPoint.
277
278 Say Y here if you have a Lenovo ThinkPad USB Keyboard with TrackPoint
279 and would like to use device-specific features like changing the
280 sensitivity of the trackpoint, using the microphone mute button or
281 controlling the mute and microphone mute LEDs.
282
271config HID_LOGITECH 283config HID_LOGITECH
272 tristate "Logitech devices" if EXPERT 284 tristate "Logitech devices" if EXPERT
273 depends on USB_HID 285 depends on USB_HID