trs80m1: add input meta handler
authorAlan Cox <alan@linux.intel.com>
Sat, 14 Jul 2018 20:49:48 +0000 (21:49 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 14 Jul 2018 20:49:48 +0000 (21:49 +0100)
Kernel/platform-trs80m1/devtty.c

index 761cbb0..48a4461 100644 (file)
@@ -451,8 +451,7 @@ static void keydecode(void)
                        vt_inproc(inputtty + 1, c);
                        break;
                case 1:
-                       /* Proper rule needed FIXME */
-                       if (c <= 0x83) {
+                       if (!input_match_meta(c)) {
                                vt_inproc(inputtty + 1, c);
                                break;
                        }