edid quirk for MAX 0x77e monitor

From RH bugzilla 306441
This commit is contained in:
Dave Airlie 2007-11-30 13:52:06 +10:00
parent 8a079be0dd
commit f30abe30c5

View File

@ -72,7 +72,8 @@ static Bool quirk_prefer_large_60 (int scrnIndex, xf86MonPtr DDC)
{
/* Belinea 10 15 55 */
if (memcmp (DDC->vendor.name, "MAX", 4) == 0 &&
DDC->vendor.prod_id == 1516)
((DDC->vendor.prod_id == 1516) ||
(DDC->vendor.prod_id == 0x77e)))
return TRUE;
/* Acer AL1706 */