mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +00:00
Fix wrong default registry value, which was possibly leading to non PS/2 keyboard detection at startup
svn path=/trunk/; revision=24320
This commit is contained in:
parent
41f18c74da
commit
c1e52bcfca
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ ReadRegistryEntries(
|
|||
ULONG DefaultPollStatusIterations = 1;
|
||||
ULONG DefaultOverrideKeyboardType = 4;
|
||||
ULONG DefaultOverrideKeyboardSubtype = 0;
|
||||
ULONG DefaultPollingIterations = 0x400;
|
||||
ULONG DefaultPollingIterations = 12000;
|
||||
ULONG DefaultPollingIterationsMaximum = 12000;
|
||||
ULONG DefaultResendIterations = 0x3;
|
||||
ULONG DefaultSampleRate = 60;
|
||||
|
|
Loading…
Reference in a new issue