From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH] ACPI / video: Add some samsung models to disable_native_backlight list Date: Mon, 22 Dec 2014 23:36:40 +0100 Message-ID: <10377048.LzOCFOoELM@vostro.rjw.lan> References: <5497C5AD.5060803@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7Bit Return-path: Received: from v094114.home.net.pl ([79.96.170.134]:51634 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754702AbaLVWOs (ORCPT ); Mon, 22 Dec 2014 17:14:48 -0500 In-Reply-To: <5497C5AD.5060803@intel.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Aaron Lu Cc: ACPI Devel Mailing List , Brent Saner , Vitaliy Filippov , Laszlo KREKACS , Vladimir Perepechin On Monday, December 22, 2014 03:18:05 PM Aaron Lu wrote: > The SAMSUNG 870Z5E/880Z5E/680Z5E and SAMSUNG > 370R4E/370R4V/370R5E/3570RE/370R5V do not have a working native > backlight control interface so restore their acpi_videoX interface. > > Buglink: https://bugzilla.kernel.org/show_bug.cgi?id=84221 > Buglink: https://bugzilla.kernel.org/show_bug.cgi?id=84651 > For SAMSUNG 870Z5E/880Z5E/680Z5E: > Reported-and-tested-by: Brent Saner > Reported-by: Vitaliy Filippov > Reported-by: Laszlo KREKACS > For SAMSUNG 370R4E/370R4V/370R5E/3570RE/370R5V: > Reported-by: Vladimir Perepechin > Cc: 3.17+ # 3.17+ > Signed-off-by: Aaron Lu Applied, thanks! > --- > drivers/acpi/video.c | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c > index adf4b4cf0be6..43384360c2b1 100644 > --- a/drivers/acpi/video.c > +++ b/drivers/acpi/video.c > @@ -492,6 +492,23 @@ static struct dmi_system_id video_dmi_table[] __initdata = { > DMI_MATCH(DMI_PRODUCT_NAME, "HP ENVY 15 Notebook PC"), > }, > }, > + > + { > + .callback = video_disable_native_backlight, > + .ident = "SAMSUNG 870Z5E/880Z5E/680Z5E", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), > + DMI_MATCH(DMI_PRODUCT_NAME, "870Z5E/880Z5E/680Z5E"), > + }, > + }, > + { > + .callback = video_disable_native_backlight, > + .ident = "SAMSUNG 370R4E/370R4V/370R5E/3570RE/370R5V", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), > + DMI_MATCH(DMI_PRODUCT_NAME, "370R4E/370R4V/370R5E/3570RE/370R5V"), > + }, > + }, > {} > }; > > -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.