hw-probe icon indicating copy to clipboard operation
hw-probe copied to clipboard

Insufficient filtering in edid-decode

Open bircoph opened this issue 3 years ago • 1 comments

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.

bircoph avatar Mar 18 '21 00:03 bircoph

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.

linuxhw avatar Mar 18 '21 07:03 linuxhw