diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-15 20:01:01 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-15 20:01:01 +0300 |
commit | fc9b5f84b244ea08480b73bd15ac919b875800fb (patch) | |
tree | 81f180143ffbddb7e913a71e59b663539c28e39e /config | |
parent | ec35e7198debf938f1115f584e675ce5995743e3 (diff) |
dix/devices: add devices in proper forward order
Add devices in forward order with the normal linked list convention.
Previously, AddInputDevice would add all the devices in reverse order to
off_devices, before they were added again in reverse order to devices with
EnableDevice.
This just makes both work in forward order, which provides the ordering as
you'd expect when hotplugging devices (i.e. adds them to the head, not the
tail).
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions