diff options
author | Frederick van der Wyck <fvanderwyck@gmail.com> | 2013-07-08 23:34:56 +0200 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2013-09-05 14:51:33 +0200 |
commit | aa3b88a3a4b75c4dd17e3091280cd94538489147 (patch) | |
tree | e059257bd02423a021f13a24c5ce437dd4fa5faa /drivers/platform/x86/Kconfig | |
parent | thinkpad_acpi: add the ability setting TPACPI_LED_NONE by quirk (diff) | |
download | linux-aa3b88a3a4b75c4dd17e3091280cd94538489147.tar.xz linux-aa3b88a3a4b75c4dd17e3091280cd94538489147.zip |
platform samsung-q10: use ACPI instead of direct EC calls
This patch changes the Samsung Q10 backlight driver to use ACPI methods
(the same ones as triggered by the brightness up/down function keys)
instead of direct EC calls. The advantage is that the brightness setting
is not lost on shutdown.
Signed-off-by: Frederick van der Wyck <fvanderwyck@gmail.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 36a9e6023395..e5b17b1c8398 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -764,7 +764,7 @@ config INTEL_OAKTRAIL config SAMSUNG_Q10 tristate "Samsung Q10 Extras" - depends on SERIO_I8042 + depends on ACPI select BACKLIGHT_CLASS_DEVICE ---help--- This driver provides support for backlight control on Samsung Q10 |