diff options
author | Jamie Lentin <jm@lentin.co.uk> | 2014-07-23 18:30:48 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-07-29 05:24:47 -0400 |
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 | |||
343 | Thinkpad standalone keyboards, e.g: | 343 | Thinkpad standalone keyboards, e.g: |
344 | - ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint | 344 | - ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint |
345 | configuration) | 345 | configuration) |
346 | - ThinkPad Compact Bluetooth Keyboard with TrackPoint (supports Fn keys) | ||
347 | - ThinkPad Compact USB Keyboard with TrackPoint (supports Fn keys) | ||
346 | 348 | ||
347 | config HID_LOGITECH | 349 | config HID_LOGITECH |
348 | tristate "Logitech devices" if EXPERT | 350 | tristate "Logitech devices" if EXPERT |