mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
quirks: another LPL panel with the cm/mm wrong
This commit is contained in:
parent
f6d51797a5
commit
08afc70513
1 changed files with 2 additions and 1 deletions
|
|
@ -110,8 +110,9 @@ static Bool quirk_detailed_h_in_cm (int scrnIndex, xf86MonPtr DDC)
|
|||
{
|
||||
/* Bug #10304: "LGPhilipsLCD LP154W01-A5" */
|
||||
/* Bug #12784: "LGPhilipsLCD LP154W01-TLA2" */
|
||||
/* Red Hat #435216 "LGPhilipsLCD LP154W01-TLAE" */
|
||||
if (memcmp (DDC->vendor.name, "LPL", 4) == 0 &&
|
||||
DDC->vendor.prod_id == 0)
|
||||
(DDC->vendor.prod_id == 0 || DDC->vendor.prod_id == 0x2a00)
|
||||
return TRUE;
|
||||
|
||||
/* Bug #11603: Funai Electronics PM36B */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue