From: Grazvydas Ignotas Date: Wed, 11 Nov 2009 19:00:35 +0000 (-0800) Subject: omap3: pandora: Fix keypad keymap X-Git-Tag: v2.6.32-rc7~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24de042ca4faa5dc1811d7b6a8b6eefd97ed7577;p=pandora-kernel.git omap3: pandora: Fix keypad keymap The original TWL4030 keypad driver from linux-omap used KEY() macro defined as (col, row), but while it was merged upstream it was changed to use matrix keypad infrastructure, which uses (row, col) format. Update the keymap in board file to match layout of mainline driver. Signed-off-by: Grazvydas Ignotas Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed