On Wed, 18 Nov 2009 18:04:58 +0800, [email protected] wrote: > /* Bug #21000: LGPhilipsLCD LP154W01-TLAJ */ > + /* Bug #10304: LGPhilipsLCD LP154W01-A5 */ > if (memcmp (DDC->vendor.name, "LPL", 4) == 0 && > - DDC->vendor.prod_id == 47360) > + (DDC->vendor.prod_id == 47360 || > + DDC->vendor.prod_id == 0 || > + DDC->vendor.prod_id == 0x2a00)) > return TRUE;
Please make one conditional for each quirk, instead of merging them together. -- [email protected]
pgp2c7BXdvv2P.pgp
Description: PGP signature
_______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
