Results 117 comments of gotzl

Hi, interesting ;) Could you send me the output of evtest (maybe doing s.t. similar as before in `dpads.txt` file)? Also, could you try to bind the buttons in some...

Hi, thanks for the test! So, there are no events of `type 1 (EV_KEY)`.... Hmm.. Guess I've to go dig a bit ...

Did you also try with the `Fanatec Tuning Menu` directly on the wheel? I think the menu-point is called `SEN`.

Hi there, just some notes: The pedals don't require an extra driver. They are `Human Interface Devices (HID)` which use the generic HID kernel module and have no function on...

Closing as the GT DD Pro should work now. Issues with the wheel rim remain though, I've created a separat ticket for it.

Hi, yes, I'm planing to implement this ... It's just the lack of time ;) I hope to get it in somewhere next 2 months..

Thanks for taking on this issue. I think this looks quite good so far - any plans to continue?

Great. I know the problem ;) Take your time, I didn't mean to push in any way!

Hi, this seems quite interesting. I'll have a look at it. However, I wonder if it would be an option to put `vtracker` into another container and just share the...

Hi, so, I came up with this Dockerfile ``` # might try to use slim or alpine, but the node pkgs require python FROM node:current ENV VTRACKER_APP_PATH="./VT 2.2.1/Linux" \ NODE_ENV=production...