Module: wine Branch: master Commit: 6ae7e808bd24ae85567db1b75173c4fa8ce72851 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6ae7e808bd24ae85567db1b75... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Thu Aug 12 10:26:58 2021 +0200 winebus.sys: Use HID descriptor helpers in bus_sdl.c. And remove old helpers. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winebus.sys/bus.h | 29 ++++ dlls/winebus.sys/bus_sdl.c | 315 ++++++++++++------------------------------ dlls/winebus.sys/bus_udev.c | 1 - dlls/winebus.sys/controller.h | 145 ------------------- dlls/winebus.sys/hid.c | 38 ++++- dlls/winebus.sys/main.c | 1 - dlls/xinput1_3/tests/xinput.c | 13 +- 7 files changed, 157 insertions(+), 385 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6ae7e808bd24ae85567db...