lkml.org 
[lkml]   [2010]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] acpi: video: fix acpi_backlight=video
From
Date
On Sun, 2010-05-02 at 03:09 +0800, Kamal Mostafa wrote:
> Make "acpi_backlight=video" param enable ACPI_VIDEO_BACKLIGHT_FORCE_VIDEO
> as intended, instead of incorrectly enabling video output switching.
>
> BugLink: http://bugs.launchpad.net/bugs/573120
>
Acked-by: Zhang Rui <rui.zhang@intel.com>

> Signed-off-by: Kamal Mostafa <kamal@canonical.com>
> Cc: Len Brown <lenb@kernel.org>
> Cc: Zhang Rui <rui.zhang@intel.com>
> Cc: Bjorn Helgaas <bjorn.helgaas@hp.com>
> Cc: Jiri Kosina <jkosina@suse.cz>
> Cc: <stable@kernel.org>
> ---
> drivers/acpi/video_detect.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> 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;
> }




\
 
 \ /
  Last update: 2010-05-20 05:13    [W:1.361 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site