mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +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:
parent
8366ad6ef8
commit
f7d91421f8
1 changed files with 2 additions and 1 deletions
|
@ -703,7 +703,8 @@ SetupStartPage(PINPUT_RECORD Ir)
|
||||||
/* Start PnP thread */
|
/* Start PnP thread */
|
||||||
if (hPnpThread != INVALID_HANDLE_VALUE)
|
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;
|
hPnpThread = INVALID_HANDLE_VALUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue