Module: wine Branch: master Commit: 74b7845ff04da620a49e4d898c31687e7bda7a47 URL: https://source.winehq.org/git/wine.git/?a=commit;h=74b7845ff04da620a49e4d898...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed Aug 25 18:08:33 2021 +0200
hid: Implement HidP_SetScaledUsageValue.
The function seems to actually do overflows and rounding errors.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/hid/hid.spec | 2 +- dlls/hid/hidp.c | 47 ++++++++++++++++++++ dlls/ntoskrnl.exe/tests/driver_hid.c | 10 +++++ dlls/ntoskrnl.exe/tests/ntoskrnl.c | 86 +++++++++++++++++++++++++++++++++--- include/ddk/hidpi.h | 1 + 5 files changed, 138 insertions(+), 8 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=74b7845ff04da620a49e4...