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

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 048697ccfa)
This commit is contained in:
Ben Skeggs 2009-05-27 15:24:34 +10:00 committed by Keith Packard
parent c941479ecc
commit d0875154f4

View file

@ -205,6 +205,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;
}