Skip to content

color: Remove vendor name check from EDID test

Benjamin Berg requested to merge benzea/fix-edid-test into master

The vendor name is resolved using the systemd hwdb. There is no need to test the hwdb lookup here. Not doing the check means that the test will run even when systemd changes or if the lookup fails for some other reason.

Thanks to Andreas Henriksson andreas@fatal.se for finding this and proposing a fix.

Fixes: #126 (closed)

Merge request reports