[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1333103136.7293.18.camel@linux-s257.site>
Date: Fri, 30 Mar 2012 18:25:36 +0800
From: joeyli <jlee@...e.com>
To: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
Cc: Joey Lee <jlee@...ell.com>, Matthew Garrett <mjg@...hat.com>,
platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] acer-wmi: add Aspire 5741G touchpad toggle key
Hi Sergey,
於 四,2012-03-29 於 12:53 +0300,Sergey Senozhatsky 提到:
> acer-wmi: add Aspire 5741G touchpad toggle key
>
> add Aspire 5741G KEY_TOUCHPAD_TOGGLE to wmi keymap.
>
> Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
>
> ---
>
> 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 c1a3fd8..94a6747 100644
> --- a/drivers/platform/x86/acer-wmi.c
> +++ b/drivers/platform/x86/acer-wmi.c
> @@ -125,6 +125,7 @@ static const struct key_entry acer_wmi_keymap[] = {
> {KE_KEY, 0x64, {KEY_SWITCHVIDEOMODE} }, /* Display Switch */
> {KE_IGNORE, 0x81, {KEY_SLEEP} },
> {KE_KEY, 0x82, {KEY_TOUCHPAD_TOGGLE} }, /* Touch Pad On/Off */
> + {KE_KEY, 0x85, {KEY_TOUCHPAD_TOGGLE} },
> {KE_IGNORE, 0x83, {KEY_TOUCHPAD_TOGGLE} },
> {KE_END, 0}
> };
>
Acked-by: Lee, Chun-Yi <jlee@...e.com>
This patch is OK to me!
Thanks for your patch!
Joey Lee
--
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