trs80: make the model 4 use the new handler
authorAlan Cox <alan@linux.intel.com>
Sat, 14 Jul 2018 20:49:29 +0000 (21:49 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 14 Jul 2018 20:49:29 +0000 (21:49 +0100)
Kernel/platform-trs80/devtty.c

index fecaa8f..1eeb7c0 100644 (file)
@@ -319,8 +319,7 @@ static void keydecode(void)
                    vt_inproc(inputtty + 1, c);
                    break;
                 case 1:
-                    /* Proper rule needed FIXME */
-                    if (c <= 0x83) {
+                    if (!input_meta_match(c)) {
                        vt_inproc(inputtty + 1, c);
                        break;
                     }