diff options
author | Aaron Lu <aaron.lu@intel.com> | 2013-11-05 20:18:16 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-11-06 20:14:48 -0500 |
commit | 906f187b93d4b15e54066802f2a3100ca4681296 (patch) | |
tree | 00d78345b7de21d0a4cbb5bbd7fa9d139acc538b /drivers/acpi/video.c | |
parent | 2c62333a408f5badd2d2ffd7177f95deeccc5ca4 (diff) |
Revert "ACPI / video: Ignore BIOS initial backlight value for HP 250 G1"
This reverts commit e37f14a5fb85522f3bbf88ece6134c4e610ed598.
It turned out other systems also share the same problem with bug 63111
so I made a patch to catch initial brightness level 0 problem. With that
patch applied, we do not need to place HP 250 G1 in DMI table.
References: https://bugzilla.kernel.org/show_bug.cgi?id=63111
Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/video.c')
-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 a049fa9360d0..18dbdff4656e 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c | |||
@@ -504,14 +504,6 @@ static struct dmi_system_id video_dmi_table[] __initdata = { | |||
504 | DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion m4 Notebook PC"), | 504 | DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion m4 Notebook PC"), |
505 | }, | 505 | }, |
506 | }, | 506 | }, |
507 | { | ||
508 | .callback = video_ignore_initial_backlight, | ||
509 | .ident = "HP 250 G1", | ||
510 | .matches = { | ||
511 | DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"), | ||
512 | DMI_MATCH(DMI_PRODUCT_NAME, "HP 250 G1 Notebook PC"), | ||
513 | }, | ||
514 | }, | ||
515 | {} | 507 | {} |
516 | }; | 508 | }; |
517 | 509 | ||