- Temporary disable PnP in 1st stage, until a problem with CM is resolved.

svn path=/trunk/; revision=31093
This commit is contained in:
Aleksey Bragin
2007-12-08 20:55:38 +00:00
parent 8366ad6ef8
commit f7d91421f8
+2 -1
View File
@@ -703,7 +703,8 @@ SetupStartPage(PINPUT_RECORD Ir)
/* Start PnP thread */
if (hPnpThread != INVALID_HANDLE_VALUE)
{
NtResumeThread(hPnpThread, NULL);
//HACK: Commented out till the problem with CM is solved
//NtResumeThread(hPnpThread, NULL);
hPnpThread = INVALID_HANDLE_VALUE;
}