mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 23:49:24 +00:00
edid quirk for MAX 0x77e monitor
From RH bugzilla 306441
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user