Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f7852be649d7c005f2ab8820e85d7eb94f589ebc
Commit:     f7852be649d7c005f2ab8820e85d7eb94f589ebc
Parent:     b0e74640d59efe04a7cd47e9c8250eddd6730232
Author:     Carlos Corbacho <[EMAIL PROTECTED]>
AuthorDate: Sat Oct 27 23:42:32 2007 -0400
Committer:  Dmitry Torokhov <[EMAIL PROTECTED]>
CommitDate: Sat Oct 27 23:42:32 2007 -0400

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
---
 include/linux/input.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/linux/input.h b/include/linux/input.h
index 6226892..b45f240 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to