diff options
author | Aaron Lu <aaron.lu@intel.com> | 2013-06-20 03:08:55 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-06-20 18:13:15 -0400 |
commit | 3afe6dab86b669dd5bcef07b67d3ba7fb12a69a0 (patch) | |
tree | c6051eb0f7fc9a52db6e93fca0f387b0dbe25939 /Documentation/kernel-parameters.txt | |
parent | c76911bc6b0aa6280bee01ab01a7c790029c47ef (diff) |
ACPI / video: add description for brightness_switch_enabled
Add description for video module's parameter brightness_switch_enabled
into kernel-parameters.txt.
Signed-off-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.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 2fe6e767b3d6..7f64e0f0258a 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -3229,6 +3229,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
3229 | video= [FB] Frame buffer configuration | 3229 | video= [FB] Frame buffer configuration |
3230 | See Documentation/fb/modedb.txt. | 3230 | See Documentation/fb/modedb.txt. |
3231 | 3231 | ||
3232 | video.brightness_switch_enabled= [0,1] | ||
3233 | If set to 1, on receiving an ACPI notify event | ||
3234 | generated by hotkey, video driver will adjust brightness | ||
3235 | level and then send out the event to user space through | ||
3236 | the allocated input device; If set to 0, video driver | ||
3237 | will only send out the event without touching backlight | ||
3238 | brightness level. | ||
3239 | default: 1 | ||
3240 | |||
3232 | virtio_mmio.device= | 3241 | virtio_mmio.device= |
3233 | [VMMIO] Memory mapped virtio (platform) device. | 3242 | [VMMIO] Memory mapped virtio (platform) device. |
3234 | 3243 | ||