From patchwork Sat May 1 19:09:49 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 96301 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o41JA90v016101 for ; Sat, 1 May 2010 19:10:09 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756910Ab0EATKH (ORCPT ); Sat, 1 May 2010 15:10:07 -0400 Received: from adelie.canonical.com ([91.189.90.139]:39427 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753756Ab0EATKG (ORCPT ); Sat, 1 May 2010 15:10:06 -0400 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1O8I4h-0007Yo-OC; Sat, 01 May 2010 20:10:03 +0100 Received: from c-98-234-57-75.hsd1.ca.comcast.net ([98.234.57.75] helo=canonical.com) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1O8I4h-0002j5-3p; Sat, 01 May 2010 20:10:03 +0100 From: Kamal Mostafa To: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Cc: Kamal Mostafa , Len Brown , Zhang Rui , Bjorn Helgaas , Jiri Kosina , Subject: [PATCH] acpi: video: fix acpi_backlight=video Date: Sat, 1 May 2010 12:09:49 -0700 Message-Id: <1272740989-4027-1-git-send-email-kamal@canonical.com> X-Mailer: git-send-email 1.7.0.4 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sat, 01 May 2010 19:10:10 +0000 (UTC) diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c index fc2f26b..c5fef01 100644 --- a/drivers/acpi/video_detect.c +++ b/drivers/acpi/video_detect.c @@ -250,7 +250,7 @@ static int __init acpi_backlight(char *str) ACPI_VIDEO_BACKLIGHT_FORCE_VENDOR; if (!strcmp("video", str)) acpi_video_support |= - ACPI_VIDEO_OUTPUT_SWITCHING_FORCE_VIDEO; + ACPI_VIDEO_BACKLIGHT_FORCE_VIDEO; } return 1; }