Re: [PATCH] drm/edid: Add quirk for OSVR HDK 2.0

2023-06-10 Thread Ralph Campbell
On 6/10/23 00:22, Jani Nikula wrote: On Fri, 09 Jun 2023, Ralph Campbell wrote: On 6/9/23 02:03, Jani Nikula wrote: On Thu, 08 Jun 2023, Ralph Campbell wrote: The OSVR virtual reality headset HDK 2.0 uses a different EDID vendor and device identifier than the HDK 1.1 - 1.4 headsets. Add th

Re: [PATCH] drm/edid: Add quirk for OSVR HDK 2.0

2023-06-10 Thread Jani Nikula
On Fri, 09 Jun 2023, Ralph Campbell wrote: > On 6/9/23 02:03, Jani Nikula wrote: >> On Thu, 08 Jun 2023, Ralph Campbell wrote: >>> The OSVR virtual reality headset HDK 2.0 uses a different EDID >>> vendor and device identifier than the HDK 1.1 - 1.4 headsets. >>> Add the HDK 2.0 vendor and device

Re: [PATCH] drm/edid: Add quirk for OSVR HDK 2.0

2023-06-09 Thread Ralph Campbell
On 6/9/23 02:03, Jani Nikula wrote: On Thu, 08 Jun 2023, Ralph Campbell wrote: The OSVR virtual reality headset HDK 2.0 uses a different EDID vendor and device identifier than the HDK 1.1 - 1.4 headsets. Add the HDK 2.0 vendor and device identifier to the quirks table so that window managers

Re: [PATCH] drm/edid: Add quirk for OSVR HDK 2.0

2023-06-09 Thread Jani Nikula
On Thu, 08 Jun 2023, Ralph Campbell wrote: > The OSVR virtual reality headset HDK 2.0 uses a different EDID > vendor and device identifier than the HDK 1.1 - 1.4 headsets. > Add the HDK 2.0 vendor and device identifier to the quirks table so > that window managers do not try to display the desktop

[PATCH] drm/edid: Add quirk for OSVR HDK 2.0

2023-06-08 Thread Ralph Campbell
The OSVR virtual reality headset HDK 2.0 uses a different EDID vendor and device identifier than the HDK 1.1 - 1.4 headsets. Add the HDK 2.0 vendor and device identifier to the quirks table so that window managers do not try to display the desktop screen on the headset display. Signed-off-by: Ralp