diff options
Diffstat (limited to 'kernel/mouse.c')
| -rw-r--r-- | kernel/mouse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/mouse.c b/kernel/mouse.c index 84b9c84..610baa8 100644 --- a/kernel/mouse.c +++ b/kernel/mouse.c @@ -67,6 +67,7 @@ void mouse_log() if(mouse_byte[0]&0x80||mouse_byte[0]&0x40)return; //skip packet on overflow if(!(mouse_byte[0]&0x8))panic(FOOLOS_MODULE_NAME,"mouse packets out of sync!?"); // this bit is always 1, otherwise panic! + // if(mouse_byte[1]>127){ |
