mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Write keyboard identifier in right registry key
svn path=/trunk/; revision=15480
This commit is contained in:
parent
a1b9addb33
commit
4ad1699bf6
1 changed files with 1 additions and 1 deletions
|
@ -1715,7 +1715,7 @@ DetectKeyboardPeripheral(FRLDRHKEY ControllerKey)
|
|||
/* Set 'Identifier' value */
|
||||
strcpy(Buffer,
|
||||
"PCAT_ENHANCED");
|
||||
Error = RegSetValue(ControllerKey,
|
||||
Error = RegSetValue(PeripheralKey,
|
||||
"Identifier",
|
||||
REG_SZ,
|
||||
Buffer,
|
||||
|
|
Loading…
Reference in a new issue