edid-decode: fix reporting PNP as a proper PNP
commita0ae044573f7a68b8eb40c40719743cb64b11381
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 27 Sep 2021 13:34:50 +0000 (27 15:34 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 27 Sep 2021 13:34:50 +0000 (27 15:34 +0200)
tree564208aaa3413d6b42ca48d91567c9a8959bc98f
parentb7049c80880f6fcd1552ce9999b468d627a0a8b6
edid-decode: fix reporting PNP as a proper PNP

The PNP for a DisplayID 1.2 data block was reported as an OUI due
to incorrect logic. Fixed this.

Also use big endian for the Product Identification Data Block 0x00.
That's a better match with the hex identifier 0x415050 ('APP').

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Makefile
edid-decode.cpp
oui.h
parse-displayid-block.cpp