Hello, <br><br>Here is the patch made from the git git://<a href="http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git">git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git</a><br><br>The dmidecode for hp t5745 and hp st5747 are attached to their respective bugs:<br>
<a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/911916">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/911916</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/911920">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/911920</a><br>
<br>This patch disable the LVDS on hp t5745 and hp st5747 thin client.<br><br>diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c<br>index 798f6e1..069f9ba 100644<br>--- a/drivers/gpu/drm/i915/intel_lvds.c<br>
+++ b/drivers/gpu/drm/i915/intel_lvds.c<br>@@ -731,6 +731,22 @@ static const struct dmi_system_id intel_no_lvds[] = {<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>+               .callback = intel_no_lvds_dmi_callback,<br>+               .ident = &quot;Hewlett-Packard st5747&quot;,<br>
+               .matches = {<br>+                       DMI_MATCH(DMI_BOARD_VENDOR, &quot;Hewlett-Packard&quot;),<br>+                       DMI_MATCH(DMI_BOARD_NAME, &quot;hp st5747&quot;),<br>+               },<br>+       },<br>
 <br>        { }     /* terminating entry */<br> };<br><br>Signed-off-by: Marc Gariépy &lt;<a href="mailto:mgariepy@ubuntu.com">mgariepy@ubuntu.com</a>&gt;<br><br><br><div class="gmail_quote">On Thu, Jan 26, 2012 at 8:38 AM, Marc Gariépy <span dir="ltr">&lt;<a href="mailto:mgariepy@ubuntu.com">mgariepy@ubuntu.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br><br>I attached the dmidecode on launchpad bug.<br><br>Here is what i have in dmidecode for the hp t5745.<br><br>
System Information<br>    Manufacturer: Hewlett-Packard<br>    Product Name: hp t5745<span class="HOEnZb"><font color="#888888"><br><br>Marc</font></span><div class="HOEnZb"><div class="h5"><br>
<br><br><div class="gmail_quote">On Mon, Jan 23, 2012 at 11:32 AM, Adam Jackson <span dir="ltr">&lt;<a href="mailto:ajax@redhat.com" target="_blank">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>On Tue, 2012-01-17 at 17:31 +0100, Daniel Vetter wrote:<br>
&gt; On Wed, Jan 04, 2012 at 05:50:36PM -0500, Marc Gariépy wrote:<br>
&gt; &gt; Sorry for the mistake, i made a typo when correcting the indentation issue<br>
&gt; &gt; i had.<br>
&gt; &gt; here is the correct patch and also the dmidecode from the thin client.<br>
&gt;<br>
&gt; Signed-Off-by is misssing, see Documentation/SubmittingPatches. Also<br>
&gt; please combine this with the other no-lvds patch. I&#39;d also like Adam to<br>
&gt; ack it, so put him on cc when resubmitting.<br>
<br>
</div>I would like to see my question addressed before acking.  Pretty sure<br>
dmi matching is case sensitive.<br>
<br>
- ajax<br>
</blockquote></div><br>
</div></div></blockquote></div><br>