<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Segfault in xf86DestroyI2CDevRec"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93675#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Segfault in xf86DestroyI2CDevRec"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93675">bug 93675</a>
              from <span class="vcard"><a class="email" href="mailto:kevinbrace@gmx.com" title="Kevin Brace <kevinbrace@gmx.com>"> <span class="fn">Kevin Brace</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=121584" name="attach_121584" title="Fixing DVI detection code crash">attachment 121584</a> <a href="attachment.cgi?id=121584&action=edit" title="Fixing DVI detection code crash">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=93675&attachment=121584'>[review]</a>
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: Kevin Brace <<a href="mailto:kevinbrace@gmx.com">kevinbrace@gmx.com</a>></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>