mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
d/wmr: Tidy todos
This commit is contained in:
parent
47ae7c19c3
commit
8f5a7b88c7
|
@ -547,8 +547,7 @@ wmr_hmd_deactivate_reverb(struct wmr_hmd *wh)
|
||||||
// Turn the screen off
|
// Turn the screen off
|
||||||
wmr_hmd_screen_enable_reverb(wh, false);
|
wmr_hmd_screen_enable_reverb(wh, false);
|
||||||
|
|
||||||
// To do: Power down IMU, and maybe more.
|
//! @todo Power down IMU, and maybe more.
|
||||||
// struct os_hid_device *hid = wh->hid_control_dev;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -608,8 +607,7 @@ wmr_hmd_deactivate_odyssey_plus(struct wmr_hmd *wh)
|
||||||
// Turn the screen off
|
// Turn the screen off
|
||||||
wmr_hmd_screen_enable_odyssey_plus(wh, false);
|
wmr_hmd_screen_enable_odyssey_plus(wh, false);
|
||||||
|
|
||||||
// To do: Power down IMU, and maybe more.
|
//! @todo Power down IMU, and maybe more.
|
||||||
// struct os_hid_device *hid = wh->hid_control_dev;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue