Skip to content

Commit

Permalink
Merge branch 'acpi-video'
Browse files Browse the repository at this point in the history
* acpi-video:
  ACPI / video: Revert native brightness quirk for ThinkPad T530
  • Loading branch information
Rafael J. Wysocki committed May 16, 2014
2 parents 68c8829 + 07d1d29 commit 658a0f4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,14 +473,6 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
},
{
.callback = video_set_use_native_backlight,
.ident = "ThinkPad T530",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T530"),
},
},
{
.callback = video_set_use_native_backlight,
.ident = "ThinkPad X1 Carbon",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
Expand Down

0 comments on commit 658a0f4

Please sign in to comment.