-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
do not drop force feedback packets #2
Comments
yes, related. but the linked patch is a better solution. |
according to dtor one should not use a queue. makes sense. |
and this is a test for reproducing the race: while true; do
for i in $(seq 0 5); do
echo $i > /sys/class/leds/xpad0/subsystem/xpad0/brightness
done
done |
re-submitting logic is now in master: 906c1f1. |
actually this particular problem is fixed. the next one is in #10 |
while the
URB ffff88020d047d80 submitted while active
issue is fixed in master, FFB packets might still be dropped.Consider this patch for SteamOS.
However I first need a way to reproduce this. Using fftest is not enough to triggering the error.
The text was updated successfully, but these errors were encountered: