From 8266c455c304e25b2149ddf599bdc839681f9488 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 19 Apr 2012 18:26:23 +0200 Subject: edid: The ddc decoder is now called i2cfilter. --- i2c/edid/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i2c') diff --git a/i2c/edid/README b/i2c/edid/README index 52bcae9..d8d9795 100644 --- a/i2c/edid/README +++ b/i2c/edid/README @@ -7,7 +7,7 @@ various displays, as the EDID data was sent across the I2C bus. To decode these, set up a protocol decoder stack like this: - i2c -> ddc -> edid + i2c -> i2cfilter -> edid Details: https://en.wikipedia.org/wiki/Extended_display_identification_data -- cgit v1.2.3-54-g00ecf