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] [day] [month] [year] [list]
Date:	Tue, 27 Nov 2012 10:36:57 +0300
From:	Sergey Senozhatsky <sergey.senozhatsky@...il.com>
To:	joeyli <jlee@...e.com>
Cc:	Joey Lee <jlee@...ell.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] acer-wmi: add Aspire 5741G touchpad toggle key

On (11/27/12 14:31), joeyli wrote:
> 於 一,2012-11-26 於 21:35 +0300,Sergey Senozhatsky 提到:
> > Add Aspire 5741G KEY_TOUCHPAD_TOGGLE to wmi keymap, preventing
> > "acer_wmi: Unknown key number - 0x85" error.
> > 
> > 
> > Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
> 
> Signed-off-by: Lee, Chun-Yi <jlee@...e.com>
> 
> Thanks for you resend your patch. 
>

sorry, it took so much time, somehow I forgot about it.

	-ss

> Joey Lee
> 
> > 
> > ---
> > 
> >  drivers/platform/x86/acer-wmi.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
> > index 934d861..9a6ee9a 100644
> > --- a/drivers/platform/x86/acer-wmi.c
> > +++ b/drivers/platform/x86/acer-wmi.c
> > @@ -127,6 +127,7 @@ static const struct key_entry acer_wmi_keymap[] = {
> >  	{KE_IGNORE, 0x81, {KEY_SLEEP} },
> >  	{KE_KEY, 0x82, {KEY_TOUCHPAD_TOGGLE} },	/* Touch Pad On/Off */
> >  	{KE_IGNORE, 0x83, {KEY_TOUCHPAD_TOGGLE} },
> > +	{KE_KEY, 0x85, {KEY_TOUCHPAD_TOGGLE} },
> >  	{KE_END, 0}
> >  };
> > 
> > 
> 
> 
--
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