This is a note to let you know that I've just added the patch titled
drm/i915: add quirk to invert brightness on eMachines G725
to the 3.8-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
drm-i915-add-quirk-to-invert-brightness-on-emachines-g725.patch
and it can be found in the queue-3.8 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 1ffff60320879830e469e26062c18f75236822ba Mon Sep 17 00:00:00 2001
From: Jani Nikula <[email protected]>
Date: Tue, 22 Jan 2013 12:50:34 +0200
Subject: drm/i915: add quirk to invert brightness on eMachines G725
From: Jani Nikula <[email protected]>
commit 1ffff60320879830e469e26062c18f75236822ba upstream.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59628
Reported-by: Roland Gruber <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Cc: Josh Boyer <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/gpu/drm/i915/intel_display.c | 3 +++
1 file changed, 3 insertions(+)
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -8901,6 +8901,9 @@ static struct intel_quirk intel_quirks[]
/* Acer Aspire 4736Z */
{ 0x2a42, 0x1025, 0x0260, quirk_invert_brightness },
+
+ /* Acer/eMachines G725 */
+ { 0x2a42, 0x1025, 0x0210, quirk_invert_brightness },
};
static void intel_init_quirks(struct drm_device *dev)
Patches currently in stable-queue which might be from [email protected] are
queue-3.8/drm-i915-add-quirk-to-invert-brightness-on-emachines-e725.patch
queue-3.8/drm-i915-add-quirk-to-invert-brightness-on-packard-bell-ncl20.patch
queue-3.8/drm-i915-add-quirk-to-invert-brightness-on-emachines-g725.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html