aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input.h
diff options
context:
space:
mode:
authorCarlos Corbacho <cathectic@gmail.com>2007-10-27 23:42:32 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2007-10-27 23:42:32 -0400
commitf7852be649d7c005f2ab8820e85d7eb94f589ebc (patch)
tree908fd5bd18638ae45d83e34ec7ca31bcd0ec29d4 /include/linux/input.h
parentInput: xpad - add more USB IDs (diff)
downloadlinux-dev-f7852be649d7c005f2ab8820e85d7eb94f589ebc.tar.xz
linux-dev-f7852be649d7c005f2ab8820e85d7eb94f589ebc.zip
Input: Add Euro and Dollar key codes
Most newer Acer laptops (from 2005 onwards) now ship with an extra Dollar and Euro key either side of the 'Up' arrow. These cannot be mapped in the traditional way, since they are not combination keys. Signed-off-by: Carlos Corbacho <cathectic@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include/linux/input.h')
-rw-r--r--include/linux/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index 62268929856c..b45f240a8c45 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -527,6 +527,9 @@ struct input_absinfo {
#define KEY_SPELLCHECK 0x1b0 /* AL Spell Check */
#define KEY_LOGOFF 0x1b1 /* AL Logoff */
+#define KEY_DOLLAR 0x1b2
+#define KEY_EURO 0x1b3
+
#define KEY_DEL_EOL 0x1c0
#define KEY_DEL_EOS 0x1c1
#define KEY_INS_LINE 0x1c2