Module: wine Branch: master Commit: 08deef6a517669f2264f994863f42d69484bd464 URL: https://source.winehq.org/git/wine.git/?a=commit;h=08deef6a517669f2264f99486...
Author: Rémi Bernon rbernon@codeweavers.com Date: Thu Jun 17 10:20:18 2021 +0200
hidclass.sys: Introduce new hid_parser_state struct.
And internal hid_value_caps struct, and use them to store items and usages.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/hidclass.sys/descriptor.c | 194 +++++++++++++++++++++++++---------------- include/wine/hid.h | 23 +++++ 2 files changed, 141 insertions(+), 76 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=08deef6a517669f2264f9...