Patch to add hp t5745 thin client to no-lvds list
Marc Gariépy
mgariepy at ubuntu.com
Wed Jan 4 14:50:36 PST 2012
Sorry for the mistake, i made a typo when correcting the indentation issue
i had.
here is the correct patch and also the dmidecode from the thin client.
--- linux-3.2.0/drivers/gpu/drm/i915/intel_lvds.c 2011-12-24
10:23:08.000000000 -0500
+++ intel_lvds.c 2012-01-04 14:03:49.134573275 -0500
@@ -723,6 +723,14 @@
DMI_MATCH(DMI_BOARD_NAME, "AT5NM10T-I"),
},
},
+ {
+ .callback = intel_no_lvds_dmi_callback,
+ .ident = "Hewlett-Packard t5745",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
+ DMI_MATCH(DMI_BOARD_NAME, "hp t5745"),
+ },
+ },
{ } /* terminating entry */
};
On Wed, Jan 4, 2012 at 2:58 PM, Adam Jackson <ajax at redhat.com> wrote:
> On Wed, 2012-01-04 at 14:08 -0500, Marc Gariépy wrote:
> > Hello,
> >
> > I've been directed here by Stephane Graber. I need to blacklist the
> > LVDS port on some hp t5745 thin client.
> >
> > Here is the bug link:
> > https://bugs.launchpad.net/bugs/911916
>
> Does this actually work? The bug above doesn't include the dmidecode
> output, and...
>
> > + DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
> > + DMI_MATCH(DMI_BOARD_NAME, "hp st5745"),
>
> I would normally expect HP to capitalize their own name correctly.
>
> - ajax
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120104/83427817/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dmidecode-hp-t5745
Type: application/octet-stream
Size: 12514 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120104/83427817/attachment.obj>
More information about the dri-devel
mailing list