diff options
author | David Reveman <davidr@novell.com> | 2008-09-15 10:53:41 -0400 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2008-10-30 03:37:41 -0400 |
commit | 056985eff752298d07e9261290409a14c53c5c0c (patch) | |
tree | 08bdb5d78a0e926bc7146cdcc59121b96f96f664 /hw/dmx | |
parent | cf71079e2a60f129887ef80956cd2fc0be310c86 (diff) |
Don't enable devices from InitInput.
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/dmxinput.c | 2 |
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 (); } |