hw-probe
hw-probe copied to clipboard
Insufficient filtering in edid-decode
Hi!
Serials are not filtered in edid-decode:
Block 0, Base EDID:
EDID Structure Version & Revision: 1.3
Vendor & Product Identification:
Manufacturer: VSC
Model: 3624
Serial Number: <real serial here>
Made in: week 47 of 2012
and
Detailed Timing Descriptors:
DTD 1: 1920x1080 60.000 Hz 16:9 67.500 kHz 148.500 MHz (477 mm x 268 mm)
Hfront 88 Hsync 44 Hback 148 Hpol P
Vfront 4 Vsync 5 Vback 36 Vpol P
Display Product Serial Number: '<real serial here>'
Also EDID hex values should not be saved since they contain aforementioned serial numbers.
EDID hex is needed to regenerate human-readable format by latest edid-decode
in the repository https://github.com/linuxhw/EDID.
How can we remove serials from EDID hex value? Need some time to investigate.