aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input.h
diff options
context:
space:
mode:
authorKhelben Blackstaff <eye.of.the.8eholder@gmail.com>2007-10-04 10:32:03 +0200
committerJiri Kosina <jkosina@suse.cz>2007-10-14 13:40:02 +0200
commite2bca0749c3fef4e3eb39e8aaca7a0c923a70396 (patch)
treedb2c659ec3645946b352cf91a29c46ffcf94124f /include/linux/input.h
parentUSBHID: report descriptor fix for MacBook JIS keyboard (diff)
downloadlinux-dev-e2bca0749c3fef4e3eb39e8aaca7a0c923a70396.tar.xz
linux-dev-e2bca0749c3fef4e3eb39e8aaca7a0c923a70396.zip
Input: add KEY_LOGOFF
HUT 1.12 defines Logoff usage 0x19c in Consumer page. There are keyboards out there emitting this usage code (for example Microsoft Wireless Laser Keyboard 6000). Add this key so that HID code could map usages to it. Signed-off-by: Khelben Blackstaff <eye.of.the.8eholder@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/input.h')
-rw-r--r--include/linux/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index fff34e7ce8e7..52d1bd434a50 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -524,6 +524,7 @@ struct input_absinfo {
#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_LOGOFF 0x1b1 /* AL Logoff */
#define KEY_DEL_EOL 0x1c0
#define KEY_DEL_EOS 0x1c1