diff options
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r-- | drivers/input/keyboard/pxa27x_keypad.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/keyboard/pxa27x_keypad.c b/drivers/input/keyboard/pxa27x_keypad.c index ceaf1e0ab540..6224c2fb3b65 100644 --- a/drivers/input/keyboard/pxa27x_keypad.c +++ b/drivers/input/keyboard/pxa27x_keypad.c | |||
@@ -357,6 +357,7 @@ static void pxa27x_keypad_config(struct pxa27x_keypad *keypad) | |||
357 | 357 | ||
358 | keypad_writel(KPC, kpc | KPC_RE_ZERO_DEB); | 358 | keypad_writel(KPC, kpc | KPC_RE_ZERO_DEB); |
359 | keypad_writel(KPREC, DEFAULT_KPREC); | 359 | keypad_writel(KPREC, DEFAULT_KPREC); |
360 | keypad_writel(KPKDI, pdata->debounce_interval); | ||
360 | } | 361 | } |
361 | 362 | ||
362 | static int pxa27x_keypad_open(struct input_dev *dev) | 363 | static int pxa27x_keypad_open(struct input_dev *dev) |