Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4dc21a8005216ee3784df545f028775242c6f499
Commit:     4dc21a8005216ee3784df545f028775242c6f499
Parent:     d773b33972a663cfaf066e966f87922a74088a1e
Author:     Jiri Kosina <[EMAIL PROTECTED]>
AuthorDate: Wed Aug 8 17:19:08 2007 +0200
Committer:  Jiri Kosina <[EMAIL PROTECTED]>
CommitDate: Sun Oct 14 13:40:00 2007 +0200

    Input: add KEY_SPELLCHECK
    
    HUT 1.12 defines Spell Check usage 0x1ab in Consumer page. There are
    keyboards out there emitting this usage code (for example Microsoft
    Natural Ergonomic Keyboard 4000). Add this key so that HID code could
    map usages to it.
    
    Acked-by: Dmitry Torokhov <[EMAIL PROTECTED]>
    Signed-off-by: Jiri Kosina <[EMAIL PROTECTED]>
---
 include/linux/input.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/input.h b/include/linux/input.h
index 6eb3aea..fff34e7 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -523,6 +523,7 @@ struct input_absinfo {
 #define KEY_ADDRESSBOOK                0x1ad   /* AL Contacts/Address Book */
 #define KEY_MESSENGER          0x1ae   /* AL Instant Messaging */
 #define KEY_DISPLAYTOGGLE      0x1af   /* Turn display (LCD) on and off */
+#define KEY_SPELLCHECK         0x1b0   /* AL Spell Check */
 
 #define KEY_DEL_EOL            0x1c0
 #define KEY_DEL_EOS            0x1c1
-
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