mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 05:00:07 +01:00
Don't enable devices from InitInput.
This commit is contained in:
parent
cf71079e2a
commit
056985eff7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue