From f49e8a6cab05dc5de22c45f50865dae3e775b4c5 Mon Sep 17 00:00:00 2001 From: TomW Date: Sun, 12 Jul 2015 12:12:27 +0100 Subject: [PATCH] Intel Premiere/PCI now uses PS/2 mouse. --- src/model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model.c b/src/model.c index 152470c..442b149 100644 --- a/src/model.c +++ b/src/model.c @@ -297,7 +297,7 @@ void at_sis496_init() void at_batman_init() { at_init(); - mouse_serial_init(); + mouse_ps2_init(); pci_init(PCI_CONFIG_TYPE_2, 0xd, 0x10); i430lx_init(); um8669f_init();