diff options
author | Jamie Lentin <jm@lentin.co.uk> | 2014-07-23 23:30:48 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-07-29 11:24:47 +0200 |
commit | f3d4ff0e04cc4450bdc7a4140020913b1280d205 (patch) | |
tree | f4298002a0fd85a9ec39f595e1d1e8bea6e87894 /drivers/hid/Kconfig | |
parent | e0a6aad6014be2d4fbb24dfb8e046308da1df8c8 (diff) |
HID: lenovo: Add support for Compact (BT|USB) keyboard
Add support for both ThinkPad Compact Bluetooth Keyboard with
TrackPoint and ThinkPad Compact USB Keyboard with TrackPoint.
Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
Reviewed-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 687d7a1b6bed..21cce19d301e 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -343,6 +343,8 @@ config HID_LENOVO Thinkpad standalone keyboards, e.g: - ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint configuration) + - ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys) + - ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys) config HID_LOGITECH tristate "Logitech devices" if EXPERT |