mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-28 17:38:27 +00:00
d/oh: Add startup delay for Rift S and rotate left
This commit is contained in:
parent
fd5cfbe9a7
commit
f910367014
|
@ -339,6 +339,11 @@ get_info(struct oh_device *ohd, const char *prod)
|
|||
info.quirks.delay_after_initialization = true;
|
||||
}
|
||||
|
||||
if (strcmp(prod, "Rift S") == 0) {
|
||||
info.quirks.delay_after_initialization = true;
|
||||
info.quirks.rotate_lenses_left = true;
|
||||
}
|
||||
|
||||
/* Only the WVR2 display is rotated. OpenHMD can't easily tell us
|
||||
* the WVR SKU, so just recognize it by resolution */
|
||||
if (strcmp(prod, "VR-Tek WVR") == 0 &&
|
||||
|
|
Loading…
Reference in a new issue