classmate-laptop: Added some keys present in other devices

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>
This commit is contained in:
Thadeu Lima de Souza Cascardo 2010-03-01 16:15:58 -05:00 committed by Matthew Garrett
parent 661cb9fbf2
commit 881a6c25a8

View file

@ -507,6 +507,10 @@ static int cmpc_keys_codes[] = {
KEY_BRIGHTNESSDOWN,
KEY_BRIGHTNESSUP,
KEY_VENDOR,
KEY_UNKNOWN,
KEY_CAMERA,
KEY_BACK,
KEY_FORWARD,
KEY_MAX
};