Module: wine Branch: master Commit: a290c5bf7c9ddc92af56231693c6d8f00c3efd7b URL: https://source.winehq.org/git/wine.git/?a=commit;h=a290c5bf7c9ddc92af5623169...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Aug 16 10:07:52 2021 +0200
hidparse.sys: Implement HidP_(Get|Free)CollectionDescription.
Copying HID report parsing code from hidclass.sys, and supporting only one collection descriptor for now.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/hidparse.sys/Makefile.in | 1 + dlls/hidparse.sys/main.c | 665 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 662 insertions(+), 4 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a290c5bf7c9ddc92af562...