xf86-video-intel: src/ivch/ivch.c

Keith Packard keithp at kemper.freedesktop.org
Sun May 27 23:17:33 PDT 2007


 src/ivch/ivch.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 4b2781291844b61b397e257a0fdb43e964e5f603 (from 2a365eab0178c28782fba97bdd22365f30ce8963)
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Sat May 26 10:09:11 2007 -0700

    Mark IVCH as connected when detected

diff --git a/src/ivch/ivch.c b/src/ivch/ivch.c
index e0755c0..eac878e 100644
--- a/src/ivch/ivch.c
+++ b/src/ivch/ivch.c
@@ -219,7 +219,7 @@ ivch_setup (I2CDevPtr d, xf86OutputPtr o
 static xf86OutputStatus
 ivch_detect(I2CDevPtr d)
 {
-    return XF86OutputStatusUnknown;
+    return XF86OutputStatusConnected;
 }
 
 static DisplayModePtr


More information about the xorg-commit mailing list