Sorry for the mistake, i made a typo when correcting the indentation issue i had.<br>here is the correct patch and also the dmidecode from the thin client.<br><br>--- linux-3.2.0/drivers/gpu/drm/i915/intel_lvds.c   2011-12-24 10:23:08.000000000 -0500<br>
+++ intel_lvds.c    2012-01-04 14:03:49.134573275 -0500<br>@@ -723,6 +723,14 @@<br>            DMI_MATCH(DMI_BOARD_NAME, &quot;AT5NM10T-I&quot;),<br>        },<br>    },<br>+   {<br>+       .callback = intel_no_lvds_dmi_callback,<br>
+       .ident = &quot;Hewlett-Packard t5745&quot;,<br>+       .matches = {<br>+           DMI_MATCH(DMI_BOARD_VENDOR, &quot;Hewlett-Packard&quot;),<br>+           DMI_MATCH(DMI_BOARD_NAME, &quot;hp t5745&quot;),<br>+       },<br>
+   },<br> <br>    { } /* terminating entry */<br> };<br><br><br><div class="gmail_quote">On Wed, Jan 4, 2012 at 2:58 PM, Adam Jackson <span dir="ltr">&lt;<a href="mailto:ajax@redhat.com">ajax@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wed, 2012-01-04 at 14:08 -0500, Marc Gariépy wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I&#39;ve been directed here by Stephane Graber. I need to blacklist the<br>
&gt; LVDS port on some hp t5745 thin client.<br>
&gt;<br>
&gt; Here is the bug link:<br>
&gt; <a href="https://bugs.launchpad.net/bugs/911916" target="_blank">https://bugs.launchpad.net/bugs/911916</a><br>
<br>
</div>Does this actually work?  The bug above doesn&#39;t include the dmidecode<br>
output, and...<br>
<div class="im"><br>
&gt; +           DMI_MATCH(DMI_BOARD_VENDOR, &quot;Hewlett-Packard&quot;),<br>
&gt; +           DMI_MATCH(DMI_BOARD_NAME, &quot;hp st5745&quot;),<br>
<br>
</div>I would normally expect HP to capitalize their own name correctly.<br>
<br>
- ajax<br>
</blockquote></div><br>