From f77bb7927a91c19b74ede21626ef5cd0a6fa074d Mon Sep 17 00:00:00 2001 From: Amit Kucheria Date: Mon, 12 Oct 2009 09:13:41 -0700 Subject: [PATCH] input: fix rx51 board keymap The original driver was written with the KEY() macro defined as (col, row) instead of (row, col) as defined by the matrix keypad infrastructure. So the keymap was defined accordingly. Since the driver that was merged upstream uses the matrix keypad infrastructure, modify the keymap accordingly. While we are at it, fix the comments in twl4030.h and define PERSISTENT_KEY as (r,c) instead of (c, r) Tested on a RX51 (N900) device. Signed-off-by: Amit Kucheria Cc: Tony Lindgren Cc: Lauri Leukkunen Cc: Samuel Ortiz Signed-off-by: Tony Lindgren -- 2.47.3