Added registry key for video devices that exists in Windows

svn path=/trunk/; revision=30986
This commit is contained in:
Gregor Brunmar 2007-12-03 18:39:13 +00:00
parent ac99058ffc
commit f6378b2c7f

View file

@ -474,6 +474,14 @@ IntVideoPortFindAdapter(
DeviceExtension->RegistryPath.Buffer,
DeviceExtension->RegistryPath.MaximumLength);
RtlWriteRegistryValue(
RTL_REGISTRY_DEVICEMAP,
L"VIDEO",
L"MaxObjectNumber",
REG_DWORD,
&DeviceNumber,
sizeof(DeviceNumber));
/* FIXME: Allocate hardware resources for device. */
/*