diff options
author | Anisse Astier <anisse@astier.eu> | 2009-12-14 04:21:39 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-16 12:40:54 -0500 |
commit | de078e5747fa3a95efac04fd6725dcceb4520416 (patch) | |
tree | b106fc602480d0a29bd475647b495ce6be24ecc8 /drivers/platform/x86/Kconfig | |
parent | c30116c6f0d26cd6e46dfa578163d573ef4730b2 (diff) |
msi-wmi: depend on backlight and fix corner-cases problems
Now depends on BACKLIGHT_CLASS_DEVICE.
Driver will return an error if it can't get actual backlight value
Fix remapping of brightness keys when backlight is not controlled by ACPI.
Signed-off-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: Len Brown <len.brown@intel.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 1f82d6df96e1..a006dec3b3ef 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -369,6 +369,7 @@ config MSI_WMI | |||
369 | tristate "MSI WMI extras" | 369 | tristate "MSI WMI extras" |
370 | depends on ACPI_WMI | 370 | depends on ACPI_WMI |
371 | depends on INPUT | 371 | depends on INPUT |
372 | depends on BACKLIGHT_CLASS_DEVICE | ||
372 | select INPUT_SPARSEKMAP | 373 | select INPUT_SPARSEKMAP |
373 | help | 374 | help |
374 | Say Y here if you want to support WMI-based hotkeys on MSI laptops. | 375 | Say Y here if you want to support WMI-based hotkeys on MSI laptops. |