Input: spitzkbd - fix suspend key handling
commit9fe4f2aadc3067e36f211f9d8a01634bbc4f7eb4
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 3 Jan 2008 15:46:13 +0000 (3 10:46 -0500)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 3 Jan 2008 15:46:13 +0000 (3 10:46 -0500)
tree771c700a59454b40f80d02a372cdf304301cc485
parentf5ad58675149077b2046905d54fb831873288058
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>
drivers/input/keyboard/spitzkbd.c