From: Eric Miao Date: Thu, 31 Jan 2008 05:59:03 +0000 (-0500) Subject: Input: pxa27x_keypad - enable rotary encoders and direct keys X-Git-Tag: v2.6.25-rc1~291^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62059d9e912717abbfb875440621d935d091f289;p=pandora-kernel.git Input: pxa27x_keypad - enable rotary encoders and direct keys 1. Rotary encoder events can be configured either as relative events as the legacy code does or as any specified key code, this is useful on some platform which uses the rotary keys as KEY_{UP/DOWN/LEFT/RIGHT} 2. Add support for direct keys, the corresponding keycodes for each direct key can now be specified within the platform data 3. Remove the direct/rotary key detection code from the IRQ handler to dedicated functions to improve readability Signed-off-by: Eric Miao Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed