diff options
author | Jamie Lentin <jm@lentin.co.uk> | 2014-07-23 18:30:45 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-07-29 05:24:46 -0400 |
commit | 94723bfa7bf1b647fe49c9717ee02e99d7a59957 (patch) | |
tree | 22a5aaffc5e0634c591f6ba51dd256cac96641f9 /drivers/hid/Kconfig | |
parent | 4c2f503aade27ebf12f5733a583d711f99dc5ec1 (diff) |
HID: lenovo: Rename hid-lenovo-tpkbd to hid-lenovo
Rename module and all functions within so we can add support for other
keyboards in the same file. Rename the _tp postfix to _tpkbd, to
signify functions relevant to the TP USB keyboard.
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 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 5e79c6ad914f..687d7a1b6bed 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -331,18 +331,18 @@ config HID_LCPOWER | |||
331 | ---help--- | 331 | ---help--- |
332 | Support for LC-Power RC1000MCE RF remote control. | 332 | Support for LC-Power RC1000MCE RF remote control. |
333 | 333 | ||
334 | config HID_LENOVO_TPKBD | 334 | config HID_LENOVO |
335 | tristate "Lenovo ThinkPad USB Keyboard with TrackPoint" | 335 | tristate "Lenovo / Thinkpad devices" |
336 | depends on HID | 336 | depends on HID |
337 | select NEW_LEDS | 337 | select NEW_LEDS |
338 | select LEDS_CLASS | 338 | select LEDS_CLASS |
339 | ---help--- | 339 | ---help--- |
340 | Support for the Lenovo ThinkPad USB Keyboard with TrackPoint. | 340 | Support for Lenovo devices that are not fully compliant with HID standard. |
341 | 341 | ||
342 | Say Y here if you have a Lenovo ThinkPad USB Keyboard with TrackPoint | 342 | Say Y if you want support for the non-compliant features of the Lenovo |
343 | and would like to use device-specific features like changing the | 343 | Thinkpad standalone keyboards, e.g: |
344 | sensitivity of the trackpoint, using the microphone mute button or | 344 | - ThinkPad USB Keyboard with TrackPoint (supports extra LEDs and trackpoint |
345 | controlling the mute and microphone mute LEDs. | 345 | configuration) |
346 | 346 | ||
347 | config HID_LOGITECH | 347 | config HID_LOGITECH |
348 | tristate "Logitech devices" if EXPERT | 348 | tristate "Logitech devices" if EXPERT |