quirks: another LPL panel with the cm/mm wrong

This commit is contained in:
Dave Airlie 2008-02-28 10:45:41 +10:00
parent f6d51797a5
commit 08afc70513

View File

@ -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 */