mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 07:38:22 +02:00
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:
parent
c941479ecc
commit
d0875154f4
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue