diff options
author | Adam Jackson <ajax@redhat.com> | 2009-06-08 14:30:53 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-07-17 13:33:12 -0400 |
commit | 8797831f82637b0e65a08e1262d1ec57c075cc12 (patch) | |
tree | 134c70e77eeca0ba5814bb610ed6c409c95689ab | |
parent | bb6fa39eb3aa044ffc18632288fd59909ff06344 (diff) |
ddc: Update a comment.
-rw-r--r-- | hw/xfree86/ddc/xf86DDC.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/xfree86/ddc/xf86DDC.c b/hw/xfree86/ddc/xf86DDC.c index dba14d52a..f72dd38b8 100644 --- a/hw/xfree86/ddc/xf86DDC.c +++ b/hw/xfree86/ddc/xf86DDC.c @@ -4,10 +4,10 @@ */ /* - * Note that DDC1 does not define any method for returning blocks beyond - * the first. DDC2 does, but the original implementation would only ever - * read the first block. If you want to read and parse all blocks, use - * xf86DoEEDID(). + * A note on terminology. DDC1 is the original dumb serial protocol, and + * can only do up to 128 bytes of EDID. DDC2 is I2C-encapsulated and + * introduces extension blocks. EDID is the old display identification + * block, DisplayID is the new one. */ #ifdef HAVE_XORG_CONFIG_H |