diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-01-15 13:23:18 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-01-15 13:23:18 +0100 |
commit | 3188a15e97a23cbccdf7c298e526eca0c40fa228 (patch) | |
tree | 7d6ea0cc96bfc32b9044f085cbe337936c78c789 /README | |
parent | 29ab60fbb1eb865c561094c59fb3b3518b0b48b6 (diff) |
edid-decode: add test files
Also improve README file.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -28,6 +28,15 @@ number, e.g. dp1-tile0, dp2-tile1. All lower case. +The test directory contains some special input files to verify the +edid-decode parser and hand-crafted EDIDs to test rarely seen +EDID features. + +You can find a very large collection of EDIDs here: +https://github.com/linuxhw/EDID + +This collection has been used to test edid-decode. + I can also be contacted directly: Hans Verkuil <hverkuil-cisco@xs4all.nl> |