Module: wine Branch: master Commit: 2644f6361759caa3631c6ce85a912a1654093da0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=2644f6361759caa3631c6ce85...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue Mar 22 11:41:40 2022 +0100
dinput/tests: Create all HID devices from the Bus driver.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/tests/dinput_test.h | 20 ++- dlls/dinput/tests/driver_bus.c | 11 +- dlls/dinput/tests/driver_hid.h | 2 +- dlls/dinput/tests/force_feedback.c | 69 ++++----- dlls/dinput/tests/hid.c | 287 +++++++++++-------------------------- dlls/dinput/tests/hotplug.c | 38 ++--- dlls/dinput/tests/joystick8.c | 240 ++++++++++++++++++++----------- 7 files changed, 318 insertions(+), 349 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2644f6361759caa3631c6...