diff options
author | Maxim Mikityanskiy <maxtram95@gmail.com> | 2012-07-06 16:08:00 +0800 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2012-08-20 12:44:34 -0400 |
commit | 07a4a4fc83dd95bc7eb842cf9510ddcb45691a88 (patch) | |
tree | 397058b8ca8aa36411e61f30c1773aaa77bc743c /drivers/platform/x86/Kconfig | |
parent | 296f9fe05d916e3d791dcd166aa41c1dadca4735 (diff) | |
download | lwn-07a4a4fc83dd95bc7eb842cf9510ddcb45691a88.tar.gz lwn-07a4a4fc83dd95bc7eb842cf9510ddcb45691a88.zip |
ideapad: add Lenovo IdeaPad Z570 support (part 2)
The patch adds support for Lenovo IdeaPad Z570 laptop. It makes all special
keys working, adds possibility to control fan like Windows does, controls
Touchpad Disabled LED, toggles touchpad state via keyboard controller and
corrects touchpad behavior on resume from suspend. It is new, modified
version of patch. Now it does not depend on psmouse and does not need patching
of input subsystem.
Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com>
This is part 2 for touchpad toggle
Signed-off-by: Ike Panhc <ike.pan@canonical.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 637074d89790..c86bae828c28 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -289,6 +289,7 @@ config IDEAPAD_LAPTOP tristate "Lenovo IdeaPad Laptop Extras" depends on ACPI depends on RFKILL && INPUT + depends on SERIO_I8042 select INPUT_SPARSEKMAP help This is a driver for the rfkill switches on Lenovo IdeaPad netbooks. |