Module: wine Branch: master Commit: 2eea1d615ae7e74282fe19e015ecadd10b4be9ee URL: https://source.winehq.org/git/wine.git/?a=commit;h=2eea1d615ae7e74282fe19e01... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Fri Sep 10 09:08:21 2021 +0200 winexinput.sys: Translate lower reports into XInput HID reports. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winexinput.sys/main.c | 188 +++++++++++++++++++++++++++++++++-- dlls/winexinput.sys/pop_hid_macros.h | 83 ++++++++++++++++ dlls/winexinput.sys/psh_hid_macros.h | 85 ++++++++++++++++ dlls/xinput1_3/tests/xinput.c | 25 ----- 4 files changed, 349 insertions(+), 32 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2eea1d615ae7e74282fe1...