mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 19:34:24 +08:00
- Previous implementation was missing the Device number when searching the bus resulting in failure to find Device and Vendor ID. - Function was also passing NULL for first 4 parameters of HalAssignSlotResources causing failure. - Due to this, the device object was then deleted causing failure when trying to find the display device in Csrss:CsrpInitVideo(). - Part 3 of ? fixes for bug 2286. svn path=/trunk/; revision=38394