public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] classmate-laptop: Added some keys present in other devices
@ 2010-02-26 16:26 Thadeu Lima de Souza Cascardo
  2010-03-01 21:06 ` Thadeu Lima de Souza Cascardo
  0 siblings, 1 reply; 3+ messages in thread
From: Thadeu Lima de Souza Cascardo @ 2010-02-26 16:26 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: mjg, linux-kernel, don, Thadeu Lima de Souza Cascardo

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] classmate-laptop: Added some keys present in other devices
  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
  2010-03-01 21:16   ` Matthew Garrett
  0 siblings, 1 reply; 3+ messages in thread
From: Thadeu Lima de Souza Cascardo @ 2010-03-01 21:06 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: mjg, linux-kernel, don

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] classmate-laptop: Added some keys present in other devices
  2010-03-01 21:06 ` Thadeu Lima de Souza Cascardo
@ 2010-03-01 21:16   ` Matthew Garrett
  0 siblings, 0 replies; 3+ messages in thread
From: Matthew Garrett @ 2010-03-01 21:16 UTC (permalink / raw)
  To: Thadeu Lima de Souza Cascardo; +Cc: platform-driver-x86, linux-kernel, don

On Mon, Mar 01, 2010 at 06:06:40PM -0300, Thadeu Lima de Souza Cascardo wrote:
> Can you merge this one, please? It's not in your tree.

Applied, thanks.

-- 
Matthew Garrett | mjg59@srcf.ucam.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-01 21:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2010-03-01 21:16   ` Matthew Garrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox