Benjamin Höglinger-Stelzer

Results 182 comments of Benjamin Höglinger-Stelzer

It's literally in the README, the motion controller is not considered in the design at all. I can leave this open here as a reminder if we ever get to...

We figured it out on Discord; this can happen if the whitelist (and probably also the blacklist) has grown so much that a buffer overflow happens. In this case it...

I consider starting a Patreon Campaign for my own projects since my collection of kernel-mode stuff keeps growing rapidly :smile: I've even figured out all this signing BS and a...

Just to chime in; porting/rewriting to UMDF v2 would really be a nice idea *if possible* (no kernel features required). You can self-sign an UMDF driver with a "cheap" Authenticode...

I just had a brief look at the code again to refresh what was going on and the existing design can unfortunately **not** be ported to UMDF without looking for...

I'm always chatty =3

I am facing the same issue; quick and dirty (well, *very* dirty) "solution" to get it going on my end by using reflection: ```csharp var records = new List(); var...

I currently have no active project I could test it with but judging by the changelog it should be good, thanks! Maybe @altmank can test it 😃

This is absolutely beautiful, nice find! 😍

> Greetings. I also got the Nintendo Switch Pro gamepad, and I have a problem that emulated controller tend to stick to axis (usually right). I hope that implementation would...