On 27/10/13 17:33, Greg KH wrote:
> On Sun, Oct 27, 2013 at 04:13:42PM +0000, Rob Pearce wrote:
>> From: Rob Pearce
>>
>> The Intel D410PT(LW) and D425KT Mini-ITX desktop boards both show up as
>> having LVDS but the hardware is not populated. This patch adds them to
From: Rob Pearce
The Intel D410PT(LW) and D425KT Mini-ITX desktop boards both show up as
having LVDS but the hardware is not populated. This patch adds them to
the list of such systems. Patch is against 3.11.4
Signed-off-by: Rob Pearce
---
Patch revised to match the D425KT exactly as the
Hi Daniel,
On 27/10/13 13:51, Daniel Vetter wrote:
>> +.matches = {
>> > + DMI_MATCH(DMI_BOARD_VENDOR, "Intel"),
>> > + DMI_MATCH(DMI_BOARD_NAME, "D425KT"),
> At least this one here has a KTW variant with lvds connector. I think we
> need a DMI_EXACT_M
From: Rob Pearce
These Intel D410PT and D425KT Mini-ITX desktop boards both show up as
having LVDS but the hardware is not populated. This patch adds them to
the list of such systems. Tested against 3.9.10 and 3.11.4
Signed-off-by: Rob Pearce
---
diff -uprN -X linux-3.9.10/Documentation