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, "AT5NM10T-I"),<br> },<br> },<br>+ {<br>+ .callback = intel_no_lvds_dmi_callback,<br>
+ .ident = "Hewlett-Packard t5745",<br>+ .matches = {<br>+ DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),<br>+ DMI_MATCH(DMI_BOARD_NAME, "hp t5745"),<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"><<a href="mailto:ajax@redhat.com">ajax@redhat.com</a>></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>
> Hello,<br>
><br>
> I've been directed here by Stephane Graber. I need to blacklist the<br>
> LVDS port on some hp t5745 thin client.<br>
><br>
> Here is the bug link:<br>
> <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't include the dmidecode<br>
output, and...<br>
<div class="im"><br>
> + DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),<br>
> + DMI_MATCH(DMI_BOARD_NAME, "hp st5745"),<br>
<br>
</div>I would normally expect HP to capitalize their own name correctly.<br>
<br>
- ajax<br>
</blockquote></div><br>