ddc: Update a comment.

This commit is contained in:
Adam Jackson 2009-06-08 14:30:53 -04:00
parent bb6fa39eb3
commit 8797831f82

View File

@ -4,10 +4,10 @@
*/ */
/* /*
* Note that DDC1 does not define any method for returning blocks beyond * A note on terminology. DDC1 is the original dumb serial protocol, and
* the first. DDC2 does, but the original implementation would only ever * can only do up to 128 bytes of EDID. DDC2 is I2C-encapsulated and
* read the first block. If you want to read and parse all blocks, use * introduces extension blocks. EDID is the old display identification
* xf86DoEEDID(). * block, DisplayID is the new one.
*/ */
#ifdef HAVE_XORG_CONFIG_H #ifdef HAVE_XORG_CONFIG_H