diff options
author | Keith Packard <keithp@neko.keithp.com> | 2007-05-26 10:09:11 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-05-27 23:17:24 -0700 |
commit | 4b2781291844b61b397e257a0fdb43e964e5f603 (patch) | |
tree | 7172267195b8235c822ea62b45e0d8d338452a8f /src/ivch | |
parent | 2a365eab0178c28782fba97bdd22365f30ce8963 (diff) |
Mark IVCH as connected when detected
Diffstat (limited to 'src/ivch')
-rw-r--r-- | src/ivch/ivch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |