From: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
To: platform-driver-x86@vger.kernel.org
Cc: mjg@redhat.com, linux-kernel@vger.kernel.org, don@syst.com.br
Subject: Re: [PATCH] classmate-laptop: Added some keys present in other devices
Date: Mon, 1 Mar 2010 18:06:40 -0300 [thread overview]
Message-ID: <20100301210639.GD1471@holoscopio.com> (raw)
In-Reply-To: <1267201611-4134-1-git-send-email-cascardo@holoscopio.com>
[-- Attachment #1: Type: text/plain, Size: 1021 bytes --]
Matthew,
Can you merge this one, please? It's not in your tree.
Regards,
Cascardo.
On Fri, Feb 26, 2010 at 01:26:51PM -0300, Thadeu Lima de Souza Cascardo wrote:
> Some new devices have extra keys, which we add to our list. Currently,
> they all generate events that allow us to use a simple table/array,
> without need for the sparse keymap.
>
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
> ---
> drivers/platform/x86/classmate-laptop.c | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/platform/x86/classmate-laptop.c b/drivers/platform/x86/classmate-laptop.c
> index e315019..9bdd269 100644
> --- a/drivers/platform/x86/classmate-laptop.c
> +++ b/drivers/platform/x86/classmate-laptop.c
> @@ -508,6 +508,10 @@ static int cmpc_keys_codes[] = {
> KEY_BRIGHTNESSDOWN,
> KEY_BRIGHTNESSUP,
> KEY_VENDOR,
> + KEY_UNKNOWN,
> + KEY_CAMERA,
> + KEY_BACK,
> + KEY_FORWARD,
> KEY_MAX
> };
>
> --
> 1.6.6.1
>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2010-03-01 21:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-26 16:26 [PATCH] classmate-laptop: Added some keys present in other devices Thadeu Lima de Souza Cascardo
2010-03-01 21:06 ` Thadeu Lima de Souza Cascardo [this message]
2010-03-01 21:16 ` Matthew Garrett
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=20100301210639.GD1471@holoscopio.com \
--to=cascardo@holoscopio.com \
--cc=don@syst.com.br \
--cc=linux-kernel@vger.kernel.org \
--cc=mjg@redhat.com \
--cc=platform-driver-x86@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.