[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:
Cameron Gutman 2011-10-13 21:38:07 +00:00
parent b7d70a78e7
commit 358cc6d2aa

View file

@ -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";