summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2019-06-11 11:41:02 +0000
committerjsg <jsg@openbsd.org>2019-06-11 11:41:02 +0000
commit62b1b9a12e59510fdefd18a4779ada4af1af7742 (patch)
treec85c7edef259e3f5976d92e86e47663be3424dc4
parentdrm: add non-desktop quirk for Valve HMDs (diff)
downloadwireguard-openbsd-62b1b9a12e59510fdefd18a4779ada4af1af7742.tar.xz
wireguard-openbsd-62b1b9a12e59510fdefd18a4779ada4af1af7742.zip
drm: add non-desktop quirks to Sensics and OSVR headsets.
From Ryan Pavlik 98a8cb0282ab22d0533de34412f2118bf21147e4 in linux 4.19.y/4.19.50 29054230f3e11ea818eccfa7bb4e4b3e89544164 in mainline linux
-rw-r--r--sys/dev/pci/drm/drm_edid.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/drm_edid.c b/sys/dev/pci/drm/drm_edid.c
index d1489046715..23cb23fc135 100644
--- a/sys/dev/pci/drm/drm_edid.c
+++ b/sys/dev/pci/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 },
};
/*