- 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:
Cameron Gutman 2012-03-12 03:15:34 +00:00
parent d2e5bda221
commit 7af4a7cd8c
4 changed files with 10 additions and 2 deletions

View file

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

View file

@ -18,6 +18,7 @@ list(APPEND INF_FILES
kscaptur.inf
layout.inf
machine.inf
monitor.inf
msmouse.inf
NET_NIC.inf
netamd.inf

View file

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

View file

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