backend/drm: add entry for Valve EDID vendor

As found in e.g. the Steam Deck.
This commit is contained in:
Simon Ser 2021-10-26 16:24:13 +02:00 committed by Simon Zeni
parent c43130cb89
commit 5619cf368b
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ static const char *get_manufacturer(uint16_t id) {
case ID('V', 'E', 'S'): return "Vestel Elektronik Sanayi ve Ticaret A. S.";
case ID('V', 'I', 'T'): return "Visitech AS";
case ID('V', 'I', 'Z'): return "VIZIO, Inc";
case ID('V', 'L', 'V'): return "Valve";
case ID('V', 'S', 'C'): return "ViewSonic Corporation";
case ID('Y', 'M', 'H'): return "Yamaha Corporation";
default: return "Unknown";