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>
This commit is contained in:
committed by
Dmitry Torokhov
parent
9e8e30a0cc
commit
b9ab58dd8e
@@ -1074,7 +1074,7 @@ static int emulate_raw(struct vc_data *vc, unsigned int keycode,
|
||||
put_queue(vc, 0x1d | up_flag);
|
||||
put_queue(vc, 0x45 | up_flag);
|
||||
return 0;
|
||||
case KEY_HANGUEL:
|
||||
case KEY_HANGEUL:
|
||||
if (!up_flag) put_queue(vc, 0xf1);
|
||||
return 0;
|
||||
case KEY_HANJA:
|
||||
|
||||
Reference in New Issue
Block a user