d/oh: Add startup delay for Rift S and rotate left

This commit is contained in:
Christoph Haag 2020-10-19 19:30:24 +02:00
parent fd5cfbe9a7
commit f910367014

View file

@ -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 &&