mtx: fix the annoying bug that we have '<' and '>' swapped
authorAlan Cox <alan@linux.intel.com>
Sun, 26 Apr 2015 21:42:16 +0000 (22:42 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 26 Apr 2015 21:42:16 +0000 (22:42 +0100)
Kernel/platform-mtx/devtty.c

index 7d85d62..04213b1 100644 (file)
@@ -236,8 +236,8 @@ uint8_t shiftkeyboard[8][10] = {
        {'q', 'e', 't' , 'u', 'o', '`', 10, 8/*left*/, 127, 0 /* f6 */ },
        { 0/*capsl*/, 's', 'f', 'h', 'k', '+', '}', 0/*right*/, 0, 0/*f7*/ },
        { 'a', 'd', 'g', 'j', 'l', '*', 13, 12/*home*/, 0, 0 /*f3 */ },
-       { 0/*shift*/, 'x', 'v', 'n', '>', '/', 0/*shift*/, 0/*down*/,0 , 0 /*f8 */},
-       {'z', 'c', 'b', 'm', '<', '_', 0/*ins*/, 0/*cls*/, ' ', 0 /* f4 */ }
+       { 0/*shift*/, 'x', 'v', 'n', '<', '/', 0/*shift*/, 0/*down*/,0 , 0 /*f8 */},
+       {'z', 'c', 'b', 'm', '>', '_', 0/*ins*/, 0/*cls*/, ' ', 0 /* f4 */ }
 };
 
 static uint8_t capslock = 0;