From 54feb8a4c8f0e0cb6eb40b494171fa4f3552cfc3 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 7 Dec 2001 02:18:19 +0000 Subject: [PATCH] kdrive: missing registration for mouse input type --- hw/kdrive/linux/mouse.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/kdrive/linux/mouse.c b/hw/kdrive/linux/mouse.c index 2e46d3db1..147d1b56b 100644 --- a/hw/kdrive/linux/mouse.c +++ b/hw/kdrive/linux/mouse.c @@ -905,6 +905,9 @@ MouseInit (void) int n = 0; char *prot; + if (!MouseInputType) + MouseInputType = KdAllocInputType (); + for (mi = kdMouseInfo; mi; mi = next) { next = mi->next;