diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-05-16 15:10:41 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-05-16 16:21:49 -0400 |
commit | 07d1d29ee1e194b932328ad2dc1d40297062ab7f (patch) | |
tree | 2903908a4273a53b7a77fb5a8b5b66d545b6707a /drivers/acpi | |
parent | 5ff365fb6aed4c7ee5aae7b0239ce0b514aefabc (diff) |
ACPI / video: Revert native brightness quirk for ThinkPad T530
Seems it helps some users, but causes issues for other users:
https://bugzilla.redhat.com/show_bug.cgi?id=1089545
So lets drop it for now until we've figured out a better fix.
Fixes: 43d949024425 (ACPI / video: Add use_native_backlight quirks for more systems)
References: https://bugzilla.redhat.com/show_bug.cgi?id=1089545
Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/video.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 6c76a49be12e..f8bc5a755dda 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c | |||
@@ -473,14 +473,6 @@ static struct dmi_system_id video_dmi_table[] __initdata = { | |||
473 | }, | 473 | }, |
474 | { | 474 | { |
475 | .callback = video_set_use_native_backlight, | 475 | .callback = video_set_use_native_backlight, |
476 | .ident = "ThinkPad T530", | ||
477 | .matches = { | ||
478 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | ||
479 | DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T530"), | ||
480 | }, | ||
481 | }, | ||
482 | { | ||
483 | .callback = video_set_use_native_backlight, | ||
484 | .ident = "ThinkPad X1 Carbon", | 476 | .ident = "ThinkPad X1 Carbon", |
485 | .matches = { | 477 | .matches = { |
486 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | 478 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |