Rémi Bernon : include: Add HID Physical Interface Device usage page.

Alexandre Julliard julliard at winehq.org
Wed Sep 29 15:54:10 CDT 2021


Module: wine
Branch: master
Commit: b3630bddb591b71c4aa2d390fa944331aeb34550
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b3630bddb591b71c4aa2d390fa944331aeb34550

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Wed Sep 29 10:24:53 2021 +0200

include: Add HID Physical Interface Device usage page.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/hidusage.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/hidusage.h b/include/hidusage.h
index 002040bddc0..da7274b5945 100644
--- a/include/hidusage.h
+++ b/include/hidusage.h
@@ -197,6 +197,7 @@ typedef USHORT USAGE, *PUSAGE;
 #define HID_USAGE_PAGE_CONSUMER           ((USAGE) 0x0C)
 #define HID_USAGE_PAGE_DIGITIZER          ((USAGE) 0x0D)
 #define HID_USAGE_PAGE_HAPTICS            ((USAGE) 0x0E)
+#define HID_USAGE_PAGE_PID                ((USAGE) 0x0F)
 #define HID_USAGE_PAGE_UNICODE            ((USAGE) 0x10)
 #define HID_USAGE_PAGE_ALPHANUMERIC       ((USAGE) 0x14)
 #define HID_USAGE_PAGE_VENDOR_DEFINED_BEGIN ((USAGE) 0xff00)




More information about the wine-cvs mailing list