Module: wine Branch: master Commit: 0baabde7168df24f7a7f1ea3b425ac16c07353fb URL: https://source.winehq.org/git/wine.git/?a=commit;h=0baabde7168df24f7a7f1ea3b...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon May 31 10:52:11 2021 +0200
winebus.sys: Use macros to define HID reports.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winebus.sys/bus_sdl.c | 112 ++++++++++++++++++++------------------ dlls/winebus.sys/bus_udev.c | 18 +++--- dlls/winebus.sys/controller.h | 76 ++++++++++++++------------ dlls/winebus.sys/pop_hid_macros.h | 83 ++++++++++++++++++++++++++++ dlls/winebus.sys/psh_hid_macros.h | 85 +++++++++++++++++++++++++++++ 5 files changed, 277 insertions(+), 97 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0baabde7168df24f7a7f1...