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:	Wed, 31 Jan 2007 19:28:26 +0100
From:	Tilman Schmidt <tilman@...p.cc>
To:	Alexey Starikovskiy <alexey.y.starikovskiy@...ux.intel.com>
CC:	Andrew Morton <akpm@...l.org>,
	Maciej Rutecki <maciej.rutecki@...il.com>,
	linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org
Subject: Re: 2.6.20-rc6-mm3

Am 31.01.2007 13:29 schrieb Alexey Starikovskiy:
[...]
>>>>> Second problem, power button doesn't work.
[...]
> This patch should fix the issue...

It does. Power button works again.

Thanks,
Tilman

> ------------------------------------------------------------------------
> 
> Correct id for fixed buttons.
> ACPI_BUTTON_HID_POWERF was changed, but this change was not propogated to button.c,
> thus breaking detection of fixed power and sleep buttons.
> From: Alexey Starikovskiy <alexey.y.starikovskiy@...ux.intel.com>
> 
> 
> ---
> 
>  drivers/acpi/button.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/acpi/button.c b/drivers/acpi/button.c
> index ac86058..c726612 100644
> --- a/drivers/acpi/button.c
> +++ b/drivers/acpi/button.c
> @@ -75,7 +75,7 @@ static int acpi_button_state_open_fs(str
>  static struct acpi_driver acpi_button_driver = {
>  	.name = ACPI_BUTTON_DRIVER_NAME,
>  	.class = ACPI_BUTTON_CLASS,
> -	.ids = "ACPI_FPB,ACPI_FSB,PNP0C0D,PNP0C0C,PNP0C0E",
> +	.ids = "button_power,button_sleep,PNP0C0D,PNP0C0C,PNP0C0E",
>  	.ops = {
>  		.add = acpi_button_add,
>  		.remove = acpi_button_remove,


-- 
Tilman Schmidt                          E-Mail: tilman@...p.cc
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)


Download attachment "signature.asc" of type "application/pgp-signature" (254 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ