diff --git a/backend/drm/util.c b/backend/drm/util.c index 5041ab9a..3cf656fb 100644 --- a/backend/drm/util.c +++ b/backend/drm/util.c @@ -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";