Wait a fixed amount of time between writing to the columns
register and reading rows state to allow the keypad to respond
on Palm Tungsten E and Zire 71. The value for Zire 71 keypad
was tested by Marek Vasut.
Signed-off-by: Andrzej Zaborowski <balrog@zabor.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
.cols = 8,
.keymap = palmte_keymap,
.rep = 1,
+ .delay = 12,
};
static struct resource palmte_kp_resources[] = {
.cols = 8,
.keymap = palmz71_keymap,
.rep = 1,
+ .delay = 80,
};
static struct resource palmz71_kp_resources[] = {