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, "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>+ .callback = intel_no_lvds_dmi_callback,<br>+ .ident = "Hewlett-Packard st5747",<br>
+ .matches = {<br>+ DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),<br>+ DMI_MATCH(DMI_BOARD_NAME, "hp st5747"),<br>+ },<br>+ },<br>
<br> { } /* terminating entry */<br> };<br><br>Signed-off-by: Marc Gariépy <<a href="mailto:mgariepy@ubuntu.com">mgariepy@ubuntu.com</a>><br><br><br><div class="gmail_quote">On Thu, Jan 26, 2012 at 8:38 AM, Marc Gariépy <span dir="ltr"><<a href="mailto:mgariepy@ubuntu.com">mgariepy@ubuntu.com</a>></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"><<a href="mailto:ajax@redhat.com" target="_blank">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>On Tue, 2012-01-17 at 17:31 +0100, Daniel Vetter wrote:<br>
> On Wed, Jan 04, 2012 at 05:50:36PM -0500, Marc Gariépy wrote:<br>
> > Sorry for the mistake, i made a typo when correcting the indentation issue<br>
> > i had.<br>
> > here is the correct patch and also the dmidecode from the thin client.<br>
><br>
> Signed-Off-by is misssing, see Documentation/SubmittingPatches. Also<br>
> please combine this with the other no-lvds patch. I'd also like Adam to<br>
> 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>