Revert r31093

svn path=/trunk/; revision=31958
This commit is contained in:
Hervé Poussineau 2008-01-23 10:35:49 +00:00
parent afe0dfeb1f
commit cca197c311

View file

@ -762,8 +762,7 @@ SetupStartPage(PINPUT_RECORD Ir)
/* Start PnP thread */
if (hPnpThread != INVALID_HANDLE_VALUE)
{
//HACK: Commented out till the problem with CM is solved
//NtResumeThread(hPnpThread, NULL);
NtResumeThread(hPnpThread, NULL);
hPnpThread = INVALID_HANDLE_VALUE;
}