mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[VBEMP]
- Report a single non-PnP monitor if no EDID data could be retrieved [INF] - Add monitor.inf to build svn path=/trunk/; revision=56127
This commit is contained in:
@@ -273,6 +273,11 @@ VBEGetVideoChildDescriptor(
|
||||
{
|
||||
VideoPortDebugPrint(Info, "VBEMP: EDID information read using I²C\n");
|
||||
}
|
||||
else if (ChildEnumInfo->ChildIndex == 1)
|
||||
{
|
||||
/* We must have 1 monitor, so just report it with no EDID information */
|
||||
VideoPortDebugPrint(Info, "VBEMP: Reporting monitor with no EDID information\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
VideoPortDebugPrint(Warn, "VBEMP: Unable to read EDID information\n");
|
||||
|
||||
@@ -18,6 +18,7 @@ list(APPEND INF_FILES
|
||||
kscaptur.inf
|
||||
layout.inf
|
||||
machine.inf
|
||||
monitor.inf
|
||||
msmouse.inf
|
||||
NET_NIC.inf
|
||||
netamd.inf
|
||||
|
||||
@@ -13,7 +13,8 @@ hal.inf
|
||||
hdc.inf
|
||||
input.inf
|
||||
keyboard.inf
|
||||
machine.inf
|
||||
machine.inf
|
||||
monitor.inf
|
||||
msmouse.inf
|
||||
NET_NIC.inf
|
||||
ports.inf
|
||||
|
||||
@@ -24,7 +24,8 @@ hal.inf
|
||||
hdc.inf
|
||||
input.inf
|
||||
keyboard.inf
|
||||
machine.inf
|
||||
machine.inf
|
||||
monitor.inf
|
||||
msmouse.inf
|
||||
NET_NIC.inf
|
||||
ports.inf
|
||||
|
||||
Reference in New Issue
Block a user