diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-08-26 19:47:31 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-08-26 19:47:31 +0100 |
commit | 414e87255cdee6eb556703ddefd194af71b985ed (patch) | |
tree | 2d1091c69a8bb3e69a7ddb8d981b705a121dfdee /src/intel_options.h | |
parent | d4f7c58186849374cd929e20fa49ea2e93939a69 (diff) |
Add Option "Backlight" to override the probed backlight control interface
The automatic selection may not correspond with the correct backlight
(such as in a multi-gpu, multi-panel device) or the user may simply
prefer another control interface. This allows them to override the
chosen interface using
Option "Backlight" "my-backlight"
to specify '/sys/class/backlight/my-backlight' as the interface to use
instead.
Suggested-by: Alon Levy <alevy@redhat.com>
References: https://bugs.freedesktop.org/show_bug.cgi?id=29273
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_options.h')
-rw-r--r-- | src/intel_options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel_options.h b/src/intel_options.h index 6c16a070..39c0b73f 100644 --- a/src/intel_options.h +++ b/src/intel_options.h @@ -13,6 +13,7 @@ enum intel_options { OPTION_ACCEL_DISABLE, OPTION_ACCEL_METHOD, + OPTION_BACKLIGHT, OPTION_DRI, OPTION_VIDEO_KEY, OPTION_COLOR_KEY, |