summaryrefslogtreecommitdiff
path: root/hw/kdrive/i810
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2001-10-12 06:33:12 +0000
committerKeith Packard <keithp@keithp.com>2001-10-12 06:33:12 +0000
commit28fd5f7525848cf0109f9cf2d6311f3717570a5d (patch)
tree70adc7664477ac1c13ed92dcf62bee23a3b22e21 /hw/kdrive/i810
parent5f310d7f8b566b1e331286752d349f87ef43a811 (diff)
kdrive: add new auto-detecting and auto-switching mouse driver
Diffstat (limited to 'hw/kdrive/i810')
-rw-r--r--hw/kdrive/i810/i810stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/i810/i810stub.c b/hw/kdrive/i810/i810stub.c
index f7097c7d8..f7fbbe259 100644
--- a/hw/kdrive/i810/i810stub.c
+++ b/hw/kdrive/i810/i810stub.c
@@ -66,7 +66,7 @@ InitOutput (ScreenInfo *pScreenInfo, int argc, char **argv)
void
InitInput (int argc, char **argv)
{
- KdInitInput (&Ps2MouseFuncs, &LinuxKeyboardFuncs);
+ KdInitInput (&LinuxMouseFuncs, &LinuxKeyboardFuncs);
}
int