mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user