mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[KBDCLASS]
- Add a small hack to bind all keyboard port devices to the same keyboard class device when no default setting is present (circumvents win32k not supporting multiple keyboard class FDOs) svn path=/trunk/; revision=54120
This commit is contained in:
parent
b7d70a78e7
commit
358cc6d2aa
1 changed files with 2 additions and 1 deletions
|
@ -227,7 +227,8 @@ ReadRegistryEntries(
|
|||
RTL_QUERY_REGISTRY_TABLE Parameters[4];
|
||||
NTSTATUS Status;
|
||||
|
||||
ULONG DefaultConnectMultiplePorts = 0;
|
||||
/* HACK: We don't support multiple devices with this disabled */
|
||||
ULONG DefaultConnectMultiplePorts = 1;
|
||||
ULONG DefaultDataQueueSize = 0x64;
|
||||
PCWSTR DefaultDeviceBaseName = L"KeyboardClass";
|
||||
|
||||
|
|
Loading…
Reference in a new issue