mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
backend/drm: add entry for Valve EDID vendor
As found in e.g. the Steam Deck.
This commit is contained in:
parent
c43130cb89
commit
5619cf368b
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue