lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 28 Jan 2011 22:12:05 +0100
From:	Thomas Meyer <thomas@...3r.de>
To:	"Rafael J. Wysocki" <rjw@...k.pl>, rui.zhang@...el.com,
	len.brown@...el.com
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	ACPI Devel Mailing List <linux-acpi@...r.kernel.org>
Subject: Re: 2.6.38-rc2: acpi backlight control missing

Am Samstag, den 22.01.2011, 20:43 +0100 schrieb Rafael J. Wysocki:
> On Saturday, January 22, 2011, Thomas Meyer wrote:
> > with 2.6.38-rc2 the acpi backlight is gone:
> > 
> > any ideas?
> 
> Not really, but Matthew may have some (CCed).

Okay, found the problem.

This commit broke my backlight:

commit 677bd810eedce61edf15452491781ff046b92edc
Author: Zhang Rui <rui.zhang@...el.com>
Date:   Mon Dec 6 15:04:21 2010 +0800

    ACPI video: remove output switching control

This is because in function
"acpi_is_video_device()" (drivers/acpi/video_detect.c) the backlight
device is only checked when some video capabilities were found, but by
removing the check for the VIDEO_OUTPUT_SWITCHING (that seems to be the
only video capability on my system) the check for the backlight device
isn't done anymore.

by reverting above commit, the backlight is back again.

kind regards
thomas


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ