Tue, 01 Mar 2011 21:33:32 +0000
Add keyboard patch from Andrew Warkentin <andreww591 gmail com>
I fixed the keyboard in FreeBee. I looked at the keyboard driver source available on a few sites, and it appears that BEGKBD/KEY_BEGIN_KEYBOARD is only supposed to be sent after the end of mouse data, and that KLAST/KEY_LIST_END is not a separate code, but a flag that is set on the last non-KALLUP/KEY_ALL_UP code in a list. I have attached a patch that implements these changes. I have also attached a patch that adds the 60Hz timer interrupt (I'm not sure if it's totally correct, though, since the cursor blinks rather slowly).
Received-From: Andrew Warkentin <andreww591 gmail com>
Signed-Off-By: Philip Pemberton <philpem@philpem.me.uk>
1 #define VER_COMPILE_DATETIME "@@datetime@@"
2 #define VER_COMPILE_DATE "@@date@@"
3 #define VER_COMPILE_TIME "@@time@@"
4 #define VER_COMPILE_BY "@@whoami@@"
5 #define VER_COMPILE_HOST "@@hostname@@"
6 #define VER_COMPILER "@@compiler@@"
7 #define VER_BUILD_TYPE "@@buildtype@@"
8 #define VER_CFLAGS "@@cflags@@"
10 #define VER_MAJOR @@majorver@@
11 #define VER_MINOR @@minorver@@
12 #define VER_BUILDNUM @@buildnum@@
13 #define VER_EXTRA "@@extraver@@"
14 #define VER_VCSREV "@@vcsstr@@"
16 #define VER_FULLSTR "@@fullverstr@@"