From 4b2781291844b61b397e257a0fdb43e964e5f603 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 26 May 2007 10:09:11 -0700 Subject: Mark IVCH as connected when detected --- src/ivch/ivch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivch') diff --git a/src/ivch/ivch.c b/src/ivch/ivch.c index e0755c05..eac878e4 100644 --- a/src/ivch/ivch.c +++ b/src/ivch/ivch.c @@ -219,7 +219,7 @@ ivch_setup (I2CDevPtr d, xf86OutputPtr output) static xf86OutputStatus ivch_detect(I2CDevPtr d) { - return XF86OutputStatusUnknown; + return XF86OutputStatusConnected; } static DisplayModePtr -- cgit v1.2.3