edid-decode: remove extra vendor field
commitbd3a2e9d0ca87ef6680482f85c9f50baed2b80e9
authorjoevt <joevt@shaw.ca>
Sun, 26 Sep 2021 08:33:27 +0000 (26 01:33 -0700)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 27 Sep 2021 11:26:34 +0000 (27 13:26 +0200)
treead8406db00bb17fc728bdd496cfdc71d1b279486
parent268453d4d9f06de4840729c4cc2bcd31f2ed4616
edid-decode: remove extra vendor field

- Since we use the data_block_oui function to get the vendor for the Production
  Identification Data Block, we don't need to output the vendor OUI or ID
  separately. data_block_oui is better because it will get the OUI's name (if it
  is known) and it verifies that the ID is valid ASCII (don't want to print weird
  control characters).

Signed-off-by: Joe van Tunen <joevt@shaw.ca>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
parse-displayid-block.cpp