From: joeyli <jlee@suse.com>
To: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Joey Lee <jlee@novell.com>, Matthew Garrett <mjg@redhat.com>,
platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] acer-wmi: ignore missing Aspire 5741G keys (checkpatched)
Date: Tue, 13 Mar 2012 10:58:19 +0800 [thread overview]
Message-ID: <1331607499.10557.143.camel@linux-s257.site> (raw)
In-Reply-To: <20120312100643.GA24726@swordfish.minsk.epam.com>
於 一,2012-03-12 於 13:07 +0300,Sergey Senozhatsky 提到:
> acer-wmi: ignore missing Aspire 5741G keys
>
> Ignore Aspire's 5741G:
> KEY_PREVIOUSSONG
> KEY_NEXTSONG
> KEY_PLAYPAUSE
> KEY_STOP
> KEY_VOLUMEDOWN
>
> Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
>
> ---
>
> drivers/platform/x86/acer-wmi.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
> index b848277..e45b9ad 100644
> --- a/drivers/platform/x86/acer-wmi.c
> +++ b/drivers/platform/x86/acer-wmi.c
> @@ -107,11 +107,16 @@ static const struct key_entry acer_wmi_keymap[] = {
> {KE_KEY, 0x24, {KEY_PROG4} }, /* Social networking_Key */
> {KE_IGNORE, 0x41, {KEY_MUTE} },
> {KE_IGNORE, 0x42, {KEY_PREVIOUSSONG} },
> + {KE_IGNORE, 0x4d, {KEY_PREVIOUSSONG} },
> {KE_IGNORE, 0x43, {KEY_NEXTSONG} },
> + {KE_IGNORE, 0x4e, {KEY_NEXTSONG} },
> {KE_IGNORE, 0x44, {KEY_PLAYPAUSE} },
> + {KE_IGNORE, 0x4f, {KEY_PLAYPAUSE} },
> {KE_IGNORE, 0x45, {KEY_STOP} },
> + {KE_IGNORE, 0x50, {KEY_STOP} },
> {KE_IGNORE, 0x48, {KEY_VOLUMEUP} },
> {KE_IGNORE, 0x49, {KEY_VOLUMEDOWN} },
> + {KE_IGNORE, 0x4a, {KEY_VOLUMEDOWN} },
> {KE_IGNORE, 0x61, {KEY_SWITCHVIDEOMODE} },
> {KE_IGNORE, 0x62, {KEY_BRIGHTNESSUP} },
> {KE_IGNORE, 0x63, {KEY_BRIGHTNESSDOWN} },
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
Acked-by: Lee, Chun-Yi <jlee@suse.com>
Thanks for your patch!
Joey Lee
next prev parent reply other threads:[~2012-03-13 2:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-06 12:33 [PATCH] acer-wmi: ignore missing Aspire 5741G keys Sergey Senozhatsky
2012-03-09 4:17 ` joeyli
2012-03-12 10:07 ` [PATCH] acer-wmi: ignore missing Aspire 5741G keys (checkpatched) Sergey Senozhatsky
2012-03-13 2:58 ` joeyli [this message]
2012-03-12 10:14 ` [PATCH] acer-wmi: ignore missing Aspire 5741G keys Sergey Senozhatsky
2012-03-12 10:19 ` Sergey Senozhatsky
2012-03-13 3:04 ` joeyli
2012-03-29 9:53 ` [PATCH] acer-wmi: add Aspire 5741G touchpad toggle key Sergey Senozhatsky
2012-03-30 10:25 ` joeyli
2012-03-29 9:57 ` [PATCH] acer-wmi: ignore missing Aspire 5741G keys Sergey Senozhatsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1331607499.10557.143.camel@linux-s257.site \
--to=jlee@suse.com \
--cc=jlee@novell.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mjg@redhat.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=sergey.senozhatsky@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox