summaryrefslogtreecommitdiff
path: root/hw/kdrive/pm2
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-10-23 02:56:28 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-10-23 02:56:28 +0300
commit523fe64ba16cf7a40f4095432d81300726d83e8d (patch)
tree3bdd0234c7b78abc7ec63a2546fdb5d3ae161a02 /hw/kdrive/pm2
parent57f98e2b72d5c7fea93a9f6da86228ffb4856bf3 (diff)
kdrive/lots of DDXes: make stubs use KdOsAddInputDrivers()
In theory, removing LinuxPciScan should make these drivers OS-independent.
Diffstat (limited to 'hw/kdrive/pm2')
-rw-r--r--hw/kdrive/pm2/pm2stub.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/kdrive/pm2/pm2stub.c b/hw/kdrive/pm2/pm2stub.c
index fe469515b..1f824b347 100644
--- a/hw/kdrive/pm2/pm2stub.c
+++ b/hw/kdrive/pm2/pm2stub.c
@@ -32,7 +32,8 @@ InitOutput (ScreenInfo *pScreenInfo, int argc, char **argv)
void
InitInput (int argc, char **argv)
{
- KdInitInput (&LinuxMouseFuncs, &LinuxKeyboardFuncs);
+ KdOsAddInputDrivers ();
+ KdInitInput ();
}
void