From patchwork Fri Feb 14 13:37:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Takashi Iwai X-Patchwork-Id: 3652671 Return-Path: X-Original-To: patchwork-linux-acpi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9F4039F382 for ; Fri, 14 Feb 2014 13:37:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9A2E62021A for ; Fri, 14 Feb 2014 13:37:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B584920218 for ; Fri, 14 Feb 2014 13:37:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752307AbaBNNhD (ORCPT ); Fri, 14 Feb 2014 08:37:03 -0500 Received: from cantor2.suse.de ([195.135.220.15]:55628 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752242AbaBNNhC (ORCPT ); Fri, 14 Feb 2014 08:37:02 -0500 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id F1DC8AB5F; Fri, 14 Feb 2014 13:37:00 +0000 (UTC) Date: Fri, 14 Feb 2014 14:37:00 +0100 Message-ID: From: Takashi Iwai To: Mika Westerberg Cc: linux-acpi@vger.kernel.org, "Rafael J. Wysocki" , Len Brown , Aaron Lu , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Revert "ACPI / video: Add HP EliteBook Revolve 810 to the blacklist" In-Reply-To: <1392381247-28109-1-git-send-email-mika.westerberg@linux.intel.com> References: <1392381247-28109-1-git-send-email-mika.westerberg@linux.intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP At Fri, 14 Feb 2014 14:34:07 +0200, Mika Westerberg wrote: > > This reverts commit e18ac62fa4b3f16234bab0d5a6627c57dbae9e7e. > > The referenced commit added HP EliteBook Revolve 810 to the ACPI video > detected blacklist so that only the native Intel backlight interface was > exported. > > However, this turned to be wrong solution after all. The ACPI video > interface works and as long as we only use that there are no problems. So > we can revert this commit and stick to use the backlight interface provided > by the ACPI video driver. > > (Using Intel native interface will not work after resume since the ACPI > video driver will restore it's state which takes control over the native > one. That's a separate thing and should be addressed in the ACPI video > driver, I suppose.) > > References: https://bugzilla.kernel.org/show_bug.cgi?id=70231 > Cc: Aaron Lu > Signed-off-by: Mika Westerberg > --- > Rafael, > > This turned out to be misunderstanding from my side. I should have > investigated this further before submitting the original patch. Sorry about > that. > > Aaron, > > Thanks for the investigation and pointing me to the right direction (e.g to > use acpi_video0 over the native one). Could you check whether the ACPI video still really works even if you remove the recent acpi_osi blacklist entry below? It might be that BIOS changed its mind to behave more kindly as if handling for Win7. Takashi --- -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c index 10e4964d051a..64d14406465d 100644 --- a/drivers/acpi/blacklist.c +++ b/drivers/acpi/blacklist.c @@ -322,6 +322,7 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_VERSION, "2349D15"), }, }, +#if 0 { .callback = dmi_disable_osi_win8, .ident = "HP ProBook 2013 models", @@ -372,6 +373,7 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook 8780w"), }, }, +#endif /* * BIOS invocation of _OSI(Linux) is almost always a BIOS bug.