mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:32:59 +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 */
|
/* Set 'Identifier' value */
|
||||||
strcpy(Buffer,
|
strcpy(Buffer,
|
||||||
"PCAT_ENHANCED");
|
"PCAT_ENHANCED");
|
||||||
Error = RegSetValue(ControllerKey,
|
Error = RegSetValue(PeripheralKey,
|
||||||
"Identifier",
|
"Identifier",
|
||||||
REG_SZ,
|
REG_SZ,
|
||||||
Buffer,
|
Buffer,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue