Applied the mainline PCem AGI stall commit;

Fixed the mouse list order mess.
This commit is contained in:
OBattler
2017-07-24 18:42:29 +02:00
parent abf5b44b08
commit 9919de86ff
10 changed files with 852 additions and 783 deletions

View File

@@ -32,10 +32,11 @@
* Based on an early driver for MINIX 1.5.
* Based on the 86Box PS/2 mouse driver as a framework.
*
* Version: @(#)mouse_bus.c 1.0.5 2017/06/02
* Version: @(#)mouse_bus.c 1.0.6 2017/07/24
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
* Copyright 1989-2017 Fred N. van Kempen.
* TheCollector1995,
* Copyright 1989-2017 Fred N. van Kempen, TheCollector1995.
*/
#include <stdio.h>
#include <stdlib.h>