atar-axis / xpadneo

Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S)
https://atar-axis.github.io/xpadneo/
GNU General Public License v3.0
1.95k stars 112 forks source link

Implement a rumble delay pool #253

Closed kakra closed 3 years ago

kakra commented 3 years ago

Research showed that there are users who only experience the controller crash with longer bursts of rumble. This PR tries to implement a delay pool to work around bursts.

My personal tests show no positive effect, tho.

Affects: #243 Affects: #247 Maybe-related: #198 See-also: https://answers.microsoft.com/en-us/xbox/forum/all/xbox-elite-series-2-disconnecting-from-pc/7e5a964a-16cc-4e83-8dec-aa8c858b875c

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit dd493475 and detected 0 issues on this pull request.

View more on Code Climate.

kakra commented 3 years ago

This doesn't help stability and only increases complexity and rumble lagging. Closing.