mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Temporary disable PnP in 1st stage, until a problem with CM is resolved.
svn path=/trunk/; revision=31093
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user