Yannick Richter

Results 23 comments of Yannick Richter

I changed the behaviour in the OpenFFBoard firmware back to treating 0xffff and 0 as infinite. The PID standard is not fully clear about if the maximum or 0 is...

Currently debugging the linux handling of the device memory management reports. It seems like windows does not really care about those reports while on linux it is quite important. There...

> The Linux FF API is different to Windows. The Linux source code has [this comment](https://elixir.free-electrons.com/linux/v5.16.15/source/include/uapi/linux/input.h#L296): > > > All duration values are expressed in ms. Values above 32767 ms...

At the moment we are working on the command system which may change the HID system so as this is not merged yet hold off for some time until the...

The value will depend on the range defined in the HID descriptor. In our firmware and most other devices it is defined as ``` 0x09,0x50, // Usage Duration 0x09,0x54, //...

> Will 0x7fff create an infinite length effect in your firmware? At the moment no. Only 0xffff and 0 but it could be modified to >= 0x7fff in case thats...

I would like to get some hardware to test this myself before merging into the main project so i can make sure support is kept. Really interesting to see this...

I can't test this myself, i can only comment on F1 2020 where it does work but it behaves mostly like a gamepad but with actual wheel FFB (in corners...

Would be very nice to change per user during the login if they only want to only act in manually bridged channels or receive their whole telegram activity with private...

Rebased on master branch again and build seems to succeed now