[NTOSKRNL]
authorCameron Gutman <aicommander@gmail.com>
Thu, 1 Apr 2010 06:58:32 +0000 (06:58 +0000)
committerCameron Gutman <aicommander@gmail.com>
Thu, 1 Apr 2010 06:58:32 +0000 (06:58 +0000)
commit4c9fecffae35de4fb0b6b87ff9a546fe8d7ffe26
tree5aa6e7b82f7ff21937e1c6d9c9d827c68032b46d
parent4ee89fa8f2f3dbb1fba09da4ae4c9f2771ba2561
[NTOSKRNL]
- Change PnpRootCreateDevice's ServiceName parameter to be a full service name so it can be used by IoReportDetectedDevice (for reporting devices without the "LEGACY_" prefix) and change all of its callers accordingly
- Remove the broken implementation of IoReportDetectedDevice and replace it with a fully working implementation
- There is still a bug that it creates a new device instance every boot, but unlike the previous code, at least it creates one ;-)

svn path=/trunk/; revision=46639
reactos/ntoskrnl/io/pnpmgr/pnpmgr.c
reactos/ntoskrnl/io/pnpmgr/pnpreport.c
reactos/ntoskrnl/io/pnpmgr/pnproot.c