mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-28 21:10:30 +01:00
Bug #15160: quirk Proview AY765C
prefer first detailed timing
(cherry picked from commit ebc56aca8b)
This commit is contained in:
parent
8059b57f9b
commit
8ccdaa288a
1 changed files with 5 additions and 0 deletions
|
|
@ -153,6 +153,11 @@ static Bool quirk_first_detailed_preferred (int scrnIndex, xf86MonPtr DDC)
|
|||
DDC->vendor.prod_id == 57364)
|
||||
return TRUE;
|
||||
|
||||
/* Proview AY765C 17" LCD. See bug #15160*/
|
||||
if (memcmp (DDC->vendor.name, "PTS", 4) == 0 &&
|
||||
DDC->vendor.prod_id == 765)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue