[openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_vt1632.c

Kevin Brace kevinbrace at kemper.freedesktop.org
Fri Jul 12 21:08:55 UTC 2019


 configure.ac     |    2 +-
 src/via_vt1632.c |    6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

New commits:
commit fb1106593924373be87ebf6352e67be2e0bd5026
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Fri Jul 12 14:08:32 2019 -0700

    Version bumped to 0.6.187
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index 2697ad8..734a3b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-openchrome],
-        [0.6.186],
+        [0.6.187],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit cea1c8597ef195fac3481b82d2c2fd3c60de506c
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Tue Jul 2 14:23:04 2019 -0500

    Remove redundant I2C bus address probing for VT1632(A)
    
    There probably has no need to do this twice.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_vt1632.c b/src/via_vt1632.c
index f18b546..960507b 100644
--- a/src/via_vt1632.c
+++ b/src/via_vt1632.c
@@ -541,12 +541,6 @@ viaVT1632Init(ScrnInfoPtr pScrn)
         goto exit;
     }
 
-    if (!xf86I2CProbeAddress(pI2CBus, i2cAddr)) {
-        xf86DrvMsg(pScrn->scrnIndex, X_PROBED,
-                    "I2C device not found.\n");
-        goto exit;
-    }
-
     pI2CDevice = xf86CreateI2CDevRec();
     if (!pI2CDevice) {
         xf86DrvMsg(pScrn->scrnIndex, X_ERROR,


More information about the openchrome-devel mailing list