]> Joshua Wise's Git repositories - netwatch.git/commitdiff
Change default mode to 1.
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Mon, 6 Oct 2008 07:37:00 +0000 (03:37 -0400)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Mon, 6 Oct 2008 07:37:00 +0000 (03:37 -0400)
aseg/keyboard.c

index 1a8fb2aee426678808e7b71b9bdb1ee0071635ef..6ae851df9475028996c83b47ea5fe764cd6ca4f8 100644 (file)
@@ -4,7 +4,7 @@
 static unsigned char kbd_inj_buffer[128];
 static int kbd_inj_start = 0;
 static int kbd_inj_end = 0;
-int kbd_mode = 2;
+int kbd_mode = 1;
 
 static const char scancodes2[][8] = {
        ['a'] = "\x1c\xf0\x1c",
This page took 0.024137 seconds and 4 git commands to generate.