aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input.h
diff options
context:
space:
mode:
authorJerome Pinot <ngc891@gmail.com>2006-06-26 01:51:23 -0400
committerDmitry Torokhov <dtor_core@ameritech.net>2006-06-26 01:51:23 -0400
commitb9ab58dd8e771d30df110c56e785db1ae5e073df (patch)
tree7c69f92d23c46f9b1990d57ffa49690bd5806c78 /include/linux/input.h
parentInput: via-pmu - add input device support (diff)
downloadlinux-dev-b9ab58dd8e771d30df110c56e785db1ae5e073df.tar.xz
linux-dev-b9ab58dd8e771d30df110c56e785db1ae5e073df.zip
Input: fix misspelling of Hangeul key
Fix a mispelling of the korean alphabet name in the input subsystem. See http://en.wikipedia.org/wiki/Hangeul#Names for more details. KEY_HANGUEL left to not break people Signed-off-by: Jerome Pinot <ngc891@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include/linux/input.h')
-rw-r--r--include/linux/input.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index 8d2b874d9e72..56f1e0e1e598 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -232,7 +232,8 @@ struct input_absinfo {
#define KEY_PAUSE 119
#define KEY_KPCOMMA 121
-#define KEY_HANGUEL 122
+#define KEY_HANGEUL 122
+#define KEY_HANGUEL KEY_HANGEUL
#define KEY_HANJA 123
#define KEY_YEN 124
#define KEY_LEFTMETA 125