https://bugs.winehq.org/show_bug.cgi?id=52068
Bug ID: 52068 Summary: hid:device times out randomly in test_get_input_report() Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: hid Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
hid:device times out randomly (>10% of the time) in test_get_input_report():
device.c:406: HidD_GetInputRpeort tests on device :L"Wine HID mouse" hid:device:05cc done (258) in 120s
https://test.winehq.org/data/patterns.html#hid:device
So far this only happened in the pure 32-bit builds but it does impact various machines (cw-gtx560, cw-rx460, some debiant2 configurations and fg-deb64).
A bisect shows that the timeouts started with this commit:
commit fca0f18d0857d6aee67c6ef652c31c6810292270 Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Nov 19 09:39:39 2021 +0100
winebus.sys: Avoid unnecessary scaling of effect parameter values.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org