mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Added registry key for video devices that exists in Windows
svn path=/trunk/; revision=30986
This commit is contained in:
@@ -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. */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user