diff options
author | Khelben Blackstaff <eye.of.the.8eholder@gmail.com> | 2007-10-04 12:32:03 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2007-10-14 15:40:02 +0400 |
commit | e2bca0749c3fef4e3eb39e8aaca7a0c923a70396 (patch) | |
tree | db2c659ec3645946b352cf91a29c46ffcf94124f /drivers/hid/hid-debug.c | |
parent | 08f06177f4089abeba904cc12a2a50cffa9ffce6 (diff) | |
download | linux-e2bca0749c3fef4e3eb39e8aaca7a0c923a70396.tar.xz |
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 'drivers/hid/hid-debug.c')
-rw-r--r-- | drivers/hid/hid-debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-debug.c b/drivers/hid/hid-debug.c index 5da9f676b4cf..5c24fe46d8eb 100644 --- a/drivers/hid/hid-debug.c +++ b/drivers/hid/hid-debug.c @@ -698,6 +698,7 @@ static const char *keys[KEY_MAX + 1] = { [KEY_SEND] = "Send", [KEY_REPLY] = "Reply", [KEY_FORWARDMAIL] = "ForwardMail", [KEY_SAVE] = "Save", [KEY_DOCUMENTS] = "Documents", [KEY_SPELLCHECK] = "SpellCheck", + [KEY_LOGOFF] = "Logoff", [KEY_FN] = "Fn", [KEY_FN_ESC] = "Fn+ESC", [KEY_FN_1] = "Fn+1", [KEY_FN_2] = "Fn+2", [KEY_FN_B] = "Fn+B", [KEY_FN_D] = "Fn+D", |