From: Jiri Kosina Date: Wed, 8 Aug 2007 15:19:08 +0000 (+0200) Subject: Input: add KEY_SPELLCHECK X-Git-Tag: v2.6.24-rc1~1323^2~18 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=4dc21a8005216ee3784df545f028775242c6f499;p=linux-2.6-omap-h63xx.git 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 Signed-off-by: Jiri Kosina --- diff --git a/include/linux/input.h b/include/linux/input.h index 6eb3aead7f1..fff34e7ce8e 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