[Openchrome-devel] [xf86-video-openchrome]X driver for VIA IGPs branch master updated. release_0_3_3-46-g6964b88

Kevin Brace kevinbrace at kemper.freedesktop.org
Tue Feb 9 21:19:50 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".

The branch, master has been updated
       via  6964b889d77422ed16972b0ba849d9d5c6574daa (commit)
      from  e7be60ee371affe2e91ba8e8b2ea931e311ad26c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6964b889d77422ed16972b0ba849d9d5c6574daa
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Tue Feb 9 13:10:51 2016 -0800

    Fixing DVI detection code crash
    
    The portion of the code responsible for detecting VT1632A external TMDS
    transmitter for DVI was causing a crash if VT1632A was not detected on
    I2C buses. This was happening due to xf86DestroyI2CDevRec being called
    prior to the call to xf86I2CDevInit if VT1632A was not detected. Now the
    code will probe I2C buses using xf86I2CProbeAddress to look for VT1632A,
    and if VT1632A is not detected, it will stop trying to detect VT1632A
    via I2C buses.
    
    Signed-off-by: Kyle Guinn <elyk03 at gmail.com>
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

-----------------------------------------------------------------------

Summary of changes:
 src/via_outputs.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
X driver for VIA IGPs


More information about the Openchrome-devel mailing list