On Monday, July 28, 2014 05:37:33 PM Hans de Goede wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1123565 > > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> Applied, thanks! > --- > drivers/acpi/video.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c > index 18c0e69..8268843 100644 > --- a/drivers/acpi/video.c > +++ b/drivers/acpi/video.c > @@ -673,6 +673,15 @@ static struct dmi_system_id video_dmi_table[] __initdata = { > }, > { > .callback = video_set_use_native_backlight, > + .ident = "HP EliteBook 2014 models", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), > + DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook "), > + DMI_MATCH(DMI_PRODUCT_NAME, " G2"), > + }, > + }, > + { > + .callback = video_set_use_native_backlight, > .ident = "HP ZBook 14", > .matches = { > DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), > -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html