quirk: use first detailed timing as preferred for PEA prod 9003 (rh#492359)

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Ben Skeggs 2009-05-27 15:24:34 +10:00 committed by Peter Hutterer
parent 07154db4a8
commit 048697ccfa

View File

@ -210,6 +210,11 @@ static Bool quirk_first_detailed_preferred (int scrnIndex, xf86MonPtr DDC)
DDC->vendor.prod_id == 2423)
return TRUE;
/* Peacock Ergovision 19. See rh#492359 */
if (memcmp (DDC->vendor.name, "PEA", 4) == 0 &&
DDC->vendor.prod_id == 9003)
return TRUE;
return FALSE;
}