Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754899AbaBRK1Z (ORCPT ); Tue, 18 Feb 2014 05:27:25 -0500 Received: from mga03.intel.com ([143.182.124.21]:54571 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754030AbaBRK1W (ORCPT ); Tue, 18 Feb 2014 05:27:22 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,501,1389772800"; d="scan'208";a="476956177" Date: Tue, 18 Feb 2014 12:34:42 +0200 From: Mika Westerberg To: Aaron Lu Cc: "Rafael J. Wysocki" , Takashi Iwai , Igor Gnatenko , 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" Subject: Re: [PATCH v4] ACPI / video: Add systems that should favour native backlight interface Message-ID: <20140218103442.GS5018@intel.com> References: <5302F58C.1080001@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5302F58C.1080001@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? -- 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/