[Openchrome-devel] xf86-video-openchrome: src/via_outputs.c
Xavier Bachelot
xavierb at kemper.freedesktop.org
Tue Oct 15 15:03:53 PDT 2013
src/via_outputs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e53bb7bf442b03b1240445d6c9e846265bda577c
Author: Xavier Bachelot <xavier at bachelot.org>
Date: Wed Oct 16 00:03:10 2013 +0200
Don't check if the input is digital for VGA
diff --git a/src/via_outputs.c b/src/via_outputs.c
index 1271fc8..0a23e81 100644
--- a/src/via_outputs.c
+++ b/src/via_outputs.c
@@ -775,7 +775,7 @@ via_analog_detect(xf86OutputPtr output)
xf86MonPtr mon;
mon = xf86OutputGetEDID(output, pVia->pI2CBus1);
- if (mon && !DIGITAL(mon->features.input_type)) {
+ if (mon) {
xf86OutputSetEDID(output, mon);
DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "DDC pI2CBus1 detected a CRT\n"));
status = XF86OutputStatusConnected;
More information about the Openchrome-devel
mailing list