Afiya

Results 9 issues of Afiya

## The Problem The `vrpathreg` tool, when used for registering external drivers, allows to add a null path driver ```bash $ vrpathreg show Runtime path = /home//.local/share/Steam/steamapps/common/SteamVR Config path =...

# Issue Since last release, `libopenvr` does not build! In the release include paths got changed: ```diff - #include "%header_name%.h" + #include ``` But the directory structure did not, the...

Last weekend I had it in me to update [some OpenVR docs](https://www.hobovrlabs.org/docs/html/openvr/introduction.html#input-profiles) But then I realized that there is no official docs on input profiles at all and my knowledge...

Yeah so we need a new device class. In the last few years everything from haptic vests, to haptic gloves, to eye tracking plates, to face tracking addons, to whatever...

When building a driver with `-Wall -Wextra -pedantic -Werror` enabled, `openvr_driver.h` breaks If the driver developer wants to enforce Werror in their driver they will not be able to do...

The definitions in `src/vrcommon/pathtools_public.h` on lines 125-154 are completely unreadable Those are nested ifs with no indentation at all, its almost impossible to tell which one belongs to which! Indent...

**Problem Description:** The `/opt/uvc-webcam/uvc-gadget -l -p 21 -b` process keeps running and using more then 20% CPU after the host system finished capturing from the v4l2 device. CPU usage from...

All socket logic was is now handled by lazy-sockets. Posers are actually notified about bad packets *and* posers will get notified on driver exit. Also improved manager handling. Split the...

Hi, i need to work with a good chunk of AVR, ARM and other embedded style assembly, what would be the correct way for me to the opcodes and registers...

enhancement