--- dlls/hid/Makefile.in | 1 + dlls/hid/hid.spec | 2 +- dlls/hid/hidp.c | 53 ++++++++++++++++ include/ddk/hidpi.h | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++ include/ddk/hidsdi.h | 2 +- include/wine/hid.h | 80 ++++++++++++++++++++++++ 6 files changed, 304 insertions(+), 2 deletions(-) create mode 100644 dlls/hid/hidp.c create mode 100644 include/ddk/hidpi.h create mode 100644 include/wine/hid.h