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:	Mon, 9 Jul 2007 15:27:40 +0200
From:	Rodolfo Giometti <giometti@...eenne.com>
To:	Mike Rapoport <mike@...pulab.co.il>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: PXA2xx keyboard driver fix

On Mon, Jul 09, 2007 at 11:49:13AM +0300, Mike Rapoport wrote:
> The PXA2xx keyboard driver does not compile with 2.6.22
> The following patch fixes it
> 
> Signed-off-by: Mike Rapoport <mike@...pulab.co.il>
> 
> 

>  drivers/input/keyboard/pxa27x_keyboard.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/input/keyboard/pxa27x_keyboard.c b/drivers/input/keyboard/pxa27x_keyboard.c
> index f9e82c9..ebe5eac 100644
> --- a/drivers/input/keyboard/pxa27x_keyboard.c
> +++ b/drivers/input/keyboard/pxa27x_keyboard.c
> @@ -140,7 +140,7 @@ static int pxakbd_resume(struct platform_device *pdev)
>  		KPREC = pdata->reg_kprec;
>  
>  		/* Enable unit clock */
> -		pxa_set_cken(CKEN19_KEYPAD, 1);
> +		pxa_set_cken(CKEN_KEYPAD, 1);
>  	}
>  
>  	mutex_unlock(&input_dev->mutex);

Acked-by: Rodolfo Giometti <giometti@...ux.it>
-
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