On Wed, 18 Nov 2009 18:04:58 +0800, yakui.z...@intel.com 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.

--
keith.pack...@intel.com

Attachment: pgpCyw5h6cCcy.pgp
Description: PGP signature

_______________________________________________
xorg-devel mailing list
xorg-devel@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to