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