aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2011-06-18 02:51:52 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-06-18 02:55:01 -0700
commitcca23d0b5350c9ca0473625c3f5879422ba534a6 (patch)
tree160e5a664d02bedb597d5e4e9bd9fd75c3427a23 /include/linux/input
parentInput: omap-keypad - add missing input_sync() (diff)
downloadlinux-dev-cca23d0b5350c9ca0473625c3f5879422ba534a6.tar.xz
linux-dev-cca23d0b5350c9ca0473625c3f5879422ba534a6.zip
Input: sh_keysc - 8x8 MODE_6 fix
According to the data sheet for G4, AP4 and AG5 KEYSC MODE_6 is 8x8 keys. Bump up MAXKEYS to 64 too. Signed-off-by: Magnus Damm <damm@opensource.se> Reviewed-by: Simon Horman <horms@verge.net.au> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include/linux/input')
-rw-r--r--include/linux/input/sh_keysc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/input/sh_keysc.h b/include/linux/input/sh_keysc.h
index 649dc7f12925..5d253cd93691 100644
--- a/include/linux/input/sh_keysc.h
+++ b/include/linux/input/sh_keysc.h
@@ -1,7 +1,7 @@
#ifndef __SH_KEYSC_H__
#define __SH_KEYSC_H__
-#define SH_KEYSC_MAXKEYS 49
+#define SH_KEYSC_MAXKEYS 64
struct sh_keysc_info {
enum { SH_KEYSC_MODE_1, SH_KEYSC_MODE_2, SH_KEYSC_MODE_3,