summaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-05-06 08:46:23 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-05-06 19:07:06 -0400
commit886129a8eebebec260165741fe31421482371006 (patch)
tree67aad5f97d72a1992db50bbcb176451b8a83ff3d /Documentation/kernel-parameters.txt
parent43d9490244254d2d6adb0f3c6275c7b8d032a2dd (diff)
ACPI / video: change acpi-video brightness_switch_enabled default to 0
acpi-video is unique in that it not only generates brightness up/down keypresses, but also (sometimes) actively changes the brightness itself. This presents an inconsistent kernel interface to userspace, basically there are 2 different scenarios, depending on the laptop model: 1) On some laptops a brightness up/down keypress means: show a brightness osd with the current brightness, iow it is a brightness has changed notification. 2) Where as on (a lot of) other laptops it means a brightness up/down key was pressed, deal with it. Most of the desktop environments interpret any press as in scenario 2, and change the brightness up / down as a response to the key events, causing it to be changed twice, once by acpi-video and once by the DE. With the new default for video.use_native_backlight we will be moving even more laptops over to behaving as in scenario 2. Making the remaining laptops even more of a weird exception. Also note that it is hard to detect scenario 1 properly in userspace, and AFAIK none of the DE-s deals with it. Therefor this commit changes the default of brightness_switch_enabled to 0 making its behavior consistent with all the other backlight drivers. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Aaron Lu <aaron.lu@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 43842177b771..cc2c243ac781 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -3461,7 +3461,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
3461 the allocated input device; If set to 0, video driver 3461 the allocated input device; If set to 0, video driver
3462 will only send out the event without touching backlight 3462 will only send out the event without touching backlight
3463 brightness level. 3463 brightness level.
3464 default: 1 3464 default: 0
3465 3465
3466 virtio_mmio.device= 3466 virtio_mmio.device=
3467 [VMMIO] Memory mapped virtio (platform) device. 3467 [VMMIO] Memory mapped virtio (platform) device.