Rémi Bernon : include: Add HID vendor defined usage pages.

Alexandre Julliard julliard at winehq.org
Wed Jun 2 16:27:43 CDT 2021


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

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Mon May 31 10:52:10 2021 +0200

include: Add HID vendor defined usage pages.

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

---

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

diff --git a/include/hidusage.h b/include/hidusage.h
index 268ee4d05e8..fc77dff2c6b 100644
--- a/include/hidusage.h
+++ b/include/hidusage.h
@@ -198,6 +198,8 @@ typedef USHORT USAGE, *PUSAGE;
 #define HID_USAGE_PAGE_DIGITIZER          ((USAGE) 0x0D)
 #define HID_USAGE_PAGE_UNICODE            ((USAGE) 0x10)
 #define HID_USAGE_PAGE_ALPHANUMERIC       ((USAGE) 0x14)
+#define HID_USAGE_PAGE_VENDOR_DEFINED_BEGIN ((USAGE) 0xff00)
+#define HID_USAGE_PAGE_VENDOR_DEFINED_END   ((USAGE) 0xffff)
 
 #define HID_USAGE_SIMULATION_RUDDER       ((USAGE) 0xBA)
 #define HID_USAGE_SIMULATION_THROTTLE     ((USAGE) 0xBB)




More information about the wine-cvs mailing list