commit | a8823aefd142d2a9c4b3661bf8712ccd2da1b220 | [log] [tgz] |
---|---|---|
author | Matthew Garrett <mjg59@srcf.ucam.org> | Tue Sep 02 14:36:03 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Sep 02 19:21:39 2008 -0700 |
tree | c888ff1968986a29a0d126c22f0329d777e1bda6 | |
parent | 3f6e2f137c5b83c3c2d48fae971e845c3450cc7c [diff] |
hp-wmi: add proper hotkey support It turns out that event 0x4 merely indcates that a hotkey has been pressed, not which one. A further query is required in order to determine the actual keypress. The following patch adds support for that along with the known keycodes. Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>