diff options
author | Bernhard Seibold <mail@bernhard-seibold.de> | 2012-02-15 13:40:43 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-06-08 10:44:10 +0200 |
commit | c1dcad2d32d0252e8a3023d20311b52a187ecda3 (patch) | |
tree | 2c830cb74511bcecd3d26fc357aa828cee80afbb /drivers/hid/Kconfig | |
parent | e39fe251e03b6df83e740e2f598c04f382b4d3c7 (diff) | |
download | op-kernel-dev-c1dcad2d32d0252e8a3023d20311b52a187ecda3.zip op-kernel-dev-c1dcad2d32d0252e8a3023d20311b52a187ecda3.tar.gz |
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/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index e9c68fe..ca7e76c 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -268,6 +268,18 @@ config HID_LCPOWER ---help--- Support for LC-Power RC1000MCE RF remote control. +config HID_LENOVO_TPKBD + tristate "Lenovo ThinkPad USB Keyboard with TrackPoint" + depends on USB_HID + select LEDS_CLASS + ---help--- + Support for the Lenovo ThinkPad USB Keyboard with TrackPoint. + + Say Y here if you have a Lenovo ThinkPad USB Keyboard with TrackPoint + and would like to use device-specific features like changing the + sensitivity of the trackpoint, using the microphone mute button or + controlling the mute and microphone mute LEDs. + config HID_LOGITECH tristate "Logitech devices" if EXPERT depends on USB_HID |