From: Ryan Pavlik <[email protected]>

commit 29054230f3e11ea818eccfa7bb4e4b3e89544164 upstream.

Add two EDID vendor/product pairs used across a variety of
Sensics products, as well as the OSVR HDK and HDK 2.

Signed-off-by: Ryan Pavlik <[email protected]>
Signed-off-by: Daniel Stone <[email protected]>
Reviewed-by: Daniel Stone <[email protected]>
Reviewed-by: Philipp Zabel <[email protected]>
Link: 
https://patchwork.freedesktop.org/patch/msgid/[email protected]
Cc: <[email protected]> # v4.15+
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/gpu/drm/drm_edid.c |    6 ++++++
 1 file changed, 6 insertions(+)

--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -212,6 +212,12 @@ static const struct edid_quirk {
 
        /* Sony PlayStation VR Headset */
        { "SNY", 0x0704, EDID_QUIRK_NON_DESKTOP },
+
+       /* Sensics VR Headsets */
+       { "SEN", 0x1019, EDID_QUIRK_NON_DESKTOP },
+
+       /* OSVR HDK and HDK2 VR Headsets */
+       { "SVR", 0x1019, EDID_QUIRK_NON_DESKTOP },
 };
 
 /*


Reply via email to