mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +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:
parent
d2e5bda221
commit
7af4a7cd8c
4 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue