Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752089AbaBRT2i (ORCPT ); Tue, 18 Feb 2014 14:28:38 -0500 Received: from mail-lb0-f173.google.com ([209.85.217.173]:57504 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751868AbaBRT2g (ORCPT ); Tue, 18 Feb 2014 14:28:36 -0500 Message-ID: <1392751709.4640.371.camel@X1Carbon.localdomain> Subject: Re: [PATCH v4] ACPI / video: Add systems that should favour native backlight interface From: Igor Gnatenko To: "Rafael J. Wysocki" Cc: Takashi Iwai , Mika Westerberg , Aaron Lu , Theodore Tso , Peter Weber , Lennart Poettering , Kevin Smith , Rinat Ibragimov , sov.info@mail.ru, Thomas Christensen , Vladimir Sherenkov , ACPI Devel Mailing List , "linux-kernel@vger.kernel.org" , "platform-driver-x86@vger.kernel.org" , Matthew Garrett , Daniel Vetter , Jani Nikula , "intel-gfx@lists.freedesktop.org" Date: Tue, 18 Feb 2014 23:28:29 +0400 In-Reply-To: <1903167.TtlOFgMB6X@vostro.rjw.lan> References: <5302F58C.1080001@intel.com> <20140218103442.GS5018@intel.com> <1903167.TtlOFgMB6X@vostro.rjw.lan> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.11.5 (3.11.5-2.fc21) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2014-02-18 at 16:22 +0100, Rafael J. Wysocki wrote: > On Tuesday, February 18, 2014 02:31:46 PM Takashi Iwai wrote: > > At Tue, 18 Feb 2014 12:34:42 +0200, > > Mika Westerberg wrote: > > > > > > On Tue, Feb 18, 2014 at 01:54:20PM +0800, Aaron Lu wrote: > > > > + { > > > > + .callback = video_set_use_native_backlight, > > > > + .ident = "HP EliteBook 2013 models", > > > > + .matches = { > > > > + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), > > > > + DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook "), > > > > + DMI_MATCH(DMI_PRODUCT_NAME, " G1"), > > > > + }, > > > > + }, > > > > > > I see my device is listed here but the above doesn't really use native > > > backlight because it is still in acpi_osi blacklist. Tried this and I can > > > see both acpi_video0 and intel_backlight listed under /sys/class/backlight. > > > Was this the intention? > > > > The acpi_osi blacklist commit (2d4054d84224) has to be reverted, as I > > mentioned earlier. But the revert can be done individually after > > merging this patch. Rafael, could you care? > > Done. Please check the result in linux-pm.git/linux-next. Is it will merge to 3.14 ? P.S. why you don't using rafael@ mail ? *joke* > > Thanks, > Rafael > -- -Igor Gnatenko -- 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/