Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756135AbaDHCsq (ORCPT ); Mon, 7 Apr 2014 22:48:46 -0400 Received: from mga11.intel.com ([192.55.52.93]:37222 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754690AbaDHCsp (ORCPT ); Mon, 7 Apr 2014 22:48:45 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,815,1389772800"; d="scan'208";a="508914655" Message-ID: <534363AD.9070401@intel.com> Date: Tue, 08 Apr 2014 10:49:17 +0800 From: Aaron Lu MIME-Version: 1.0 To: Stephen Chandler Paul , Zhang Rui , "Rafael J. Wysocki" , Len Brown , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org CC: Shawn Rutledge Subject: Re: [PATCH] Favor native backlight interface for ThinkPad Helix References: <1396622686-6373-1-git-send-email-thatslyude@gmail.com> In-Reply-To: <1396622686-6373-1-git-send-email-thatslyude@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/04/2014 10:44 PM, Stephen Chandler Paul wrote: > Like many other Windows 8 laptops the ThinkPad Helix's backlight has a > broken ACPI interface and can only be properly adjusted by using the > video card's native backlight control. This adds the ThinkPad Helix to > the list of laptops affected with this issue so that > video.use_native_backlight is enabled by default. It would be good to attach your acpidump so that we know for sure and if one day we need to remove this entry, we can verify its table. Bug 51231 is tracking this problem and mostly are thinkpad laptops, so please attach your acpidump and dmi there, thanks. https://bugzilla.kernel.org/show_bug.cgi?id=51231 -Aaron > > Signed-off-by: Stephen Chandler Paul > --- > drivers/acpi/video.c | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c > index 48c7e8a..8b6990e 100644 > --- a/drivers/acpi/video.c > +++ b/drivers/acpi/video.c > @@ -488,6 +488,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = { > }, > }, > { > + .callback = video_set_use_native_backlight, > + .ident = "Thinkpad Helix", > + .matches = { > + DMI_MATCH(DMI_SYS_Vhttps://bugzilla.kernel.org/show_bug.cgi?id=51231ENDOR, "LENOVO"), > + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad Helix"), > + }, > + }, > + { > .callback = video_set_use_native_backlight, > .ident = "Dell Inspiron 7520", > .matches = { > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/