From patchwork Tue Feb 26 08:16:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keng-Yu Lin X-Patchwork-Id: 2208491 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork2.kernel.org (Postfix) with ESMTP id 23580DF215 for ; Sun, 3 Mar 2013 16:55:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E3A8AE5ECE for ; Sun, 3 Mar 2013 08:55:54 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by gabe.freedesktop.org (Postfix) with ESMTP id A66E3E64C6 for ; Tue, 26 Feb 2013 00:16:47 -0800 (PST) Received: from [175.41.48.77] (helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UAFiQ-0004pX-8r; Tue, 26 Feb 2013 08:16:46 +0000 From: Keng-Yu Lin To: intel-gfx@lists.freedesktop.org Date: Tue, 26 Feb 2013 16:16:40 +0800 Message-Id: <1361866600-29971-1-git-send-email-kengyu@canonical.com> X-Mailer: git-send-email 1.7.9.5 X-Mailman-Approved-At: Sun, 03 Mar 2013 08:55:44 -0800 Subject: [Intel-gfx] [PATCH] display: change the priority order of intel_backlight X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org make the intel_backlight interface with a higher priority than acpi_video, as it is more likely to work. Signed-off-by: Keng-Yu Lin --- src/intel_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel_display.c b/src/intel_display.c index 5ee955e..479afb7 100644 --- a/src/intel_display.c +++ b/src/intel_display.c @@ -142,9 +142,9 @@ static const char *backlight_interfaces[] = { "fujitsu-laptop", "sony", "samsung", + "intel_backlight", "acpi_video1", /* finally fallback to the generic acpi drivers */ "acpi_video0", - "intel_backlight", NULL, }; /*