summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2008-09-15 10:53:41 -0400
committerDavid Reveman <davidr@novell.com>2008-10-30 03:37:41 -0400
commit056985eff752298d07e9261290409a14c53c5c0c (patch)
tree08bdb5d78a0e926bc7146cdcc59121b96f96f664 /hw/dmx
parentcf71079e2a60f129887ef80956cd2fc0be310c86 (diff)
Don't enable devices from InitInput.
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/dmxinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/dmxinput.c b/hw/dmx/dmxinput.c
index 3a789261f..352cc2301 100644
--- a/hw/dmx/dmxinput.c
+++ b/hw/dmx/dmxinput.c
@@ -1492,7 +1492,7 @@ InitInput (int argc, char **argv)
for (i = 0; i < dmxNumScreens; i++)
if (dmxScreens[i].beDisplay && !dmxScreens[i].virtualFb)
- dmxInputAttach (&dmxScreens[i].input);
+ dmxInputAddDevices (&dmxScreens[i].input);
mieqInit ();
}