mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-05 13:28:16 +00:00
d/ohmd: Add display left rotation for Oculus Rift DK2
This commit is contained in:
parent
d55c2b016a
commit
d5183336b3
1
doc/changes/drivers/mr.628.md
Normal file
1
doc/changes/drivers/mr.628.md
Normal file
|
@ -0,0 +1 @@
|
|||
openhmd: Rotate DK2 display correctly.
|
|
@ -344,6 +344,10 @@ get_info(struct oh_device *ohd, const char *prod)
|
|||
info.quirks.video_distortion_none = true;
|
||||
}
|
||||
|
||||
if (strcmp(prod, "Rift (DK2)") == 0) {
|
||||
info.quirks.rotate_lenses_left = true;
|
||||
}
|
||||
|
||||
if (strcmp(prod, "Rift (CV1)") == 0) {
|
||||
info.quirks.delay_after_initialization = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue