* [PATCH] acpi-video: Add video.use_native_backlight=1 for HP EliteBook 2014 series @ 2014-07-28 15:37 Hans de Goede 2014-07-28 15:37 ` [PATCH] acpi-video: Add video.use_native_backlight=1 for HP EliteBook 2014 models Hans de Goede 0 siblings, 1 reply; 3+ messages in thread From: Hans de Goede @ 2014-07-28 15:37 UTC (permalink / raw) To: Rafael J. Wysocki; +Cc: linux-acpi Hi, Not sure how long we want to keep maintaining the video.use_native_backlight=1 whitelist now that it is the default in 3.16 . But I've written this patch to add to the Fedora 3.15 kernel, so I thought I might as well submit it upstream. Regards, Hans ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] acpi-video: Add video.use_native_backlight=1 for HP EliteBook 2014 models 2014-07-28 15:37 [PATCH] acpi-video: Add video.use_native_backlight=1 for HP EliteBook 2014 series Hans de Goede @ 2014-07-28 15:37 ` Hans de Goede 2014-07-31 22:34 ` Rafael J. Wysocki 0 siblings, 1 reply; 3+ messages in thread From: Hans de Goede @ 2014-07-28 15:37 UTC (permalink / raw) To: Rafael J. Wysocki; +Cc: linux-acpi, Hans de Goede, stable https://bugzilla.redhat.com/show_bug.cgi?id=1123565 Cc: stable@vger.kernel.org Signed-off-by: Hans de Goede <hdegoede@redhat.com> --- 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"), -- 2.0.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] acpi-video: Add video.use_native_backlight=1 for HP EliteBook 2014 models 2014-07-28 15:37 ` [PATCH] acpi-video: Add video.use_native_backlight=1 for HP EliteBook 2014 models Hans de Goede @ 2014-07-31 22:34 ` Rafael J. Wysocki 0 siblings, 0 replies; 3+ messages in thread From: Rafael J. Wysocki @ 2014-07-31 22:34 UTC (permalink / raw) To: Hans de Goede; +Cc: linux-acpi, stable On Monday, July 28, 2014 05:37:33 PM Hans de Goede wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1123565 > > Cc: stable@vger.kernel.org > Signed-off-by: Hans de Goede <hdegoede@redhat.com> 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. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-31 22:34 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-07-28 15:37 [PATCH] acpi-video: Add video.use_native_backlight=1 for HP EliteBook 2014 series Hans de Goede 2014-07-28 15:37 ` [PATCH] acpi-video: Add video.use_native_backlight=1 for HP EliteBook 2014 models Hans de Goede 2014-07-31 22:34 ` Rafael J. Wysocki
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).