commit | 9fe4f2aadc3067e36f211f9d8a01634bbc4f7eb4 | [log] [tgz] |
---|---|---|
author | Richard Purdie <rpurdie@rpsys.net> | Thu Jan 03 10:46:13 2008 -0500 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Jan 03 10:46:13 2008 -0500 |
tree | 771c700a59454b40f80d02a372cdf304301cc485 | |
parent | f5ad58675149077b2046905d54fb831873288058 [diff] |
Input: spitzkbd - fix suspend key handling The spitz keyboard driver reports KEY_SUSPEND events but doesn't register its use of this event in the keybit bitfield, breaking input events for this key. This patch fixes that by registering the key in the keybit bitfield. Signed-off-by: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>