summaryrefslogtreecommitdiff
path: root/common/usbx_device_classes/inc/ux_device_class_hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/usbx_device_classes/inc/ux_device_class_hid.h')
-rw-r--r--common/usbx_device_classes/inc/ux_device_class_hid.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/common/usbx_device_classes/inc/ux_device_class_hid.h b/common/usbx_device_classes/inc/ux_device_class_hid.h
index f1b885b..05e3833 100644
--- a/common/usbx_device_classes/inc/ux_device_class_hid.h
+++ b/common/usbx_device_classes/inc/ux_device_class_hid.h
@@ -26,7 +26,7 @@
/* COMPONENT DEFINITION RELEASE */
/* */
/* ux_device_class_hid.h PORTABLE C */
-/* 6.0 */
+/* 6.1 */
/* AUTHOR */
/* */
/* Chaoqiong Xiao, Microsoft Corporation */
@@ -41,6 +41,11 @@
/* DATE NAME DESCRIPTION */
/* */
/* 05-19-2020 Chaoqiong Xiao Initial Version 6.0 */
+/* 09-30-2020 Chaoqiong Xiao Modified comment(s), */
+/* used UX prefix to refer to */
+/* TX symbols instead of using */
+/* them directly, */
+/* resulting in version 6.1 */
/* */
/**************************************************************************/
@@ -122,7 +127,7 @@ typedef struct UX_SLAVE_CLASS_HID_STRUCT
UCHAR *ux_device_class_hid_report_address;
ULONG ux_device_class_hid_report_id;
ULONG ux_device_class_hid_report_length;
- TX_EVENT_FLAGS_GROUP ux_device_class_hid_event_flags_group;
+ UX_EVENT_FLAGS_GROUP ux_device_class_hid_event_flags_group;
ULONG ux_device_class_hid_event_idle_rate;
ULONG ux_device_class_hid_event_wait_timeout;
UX_SLAVE_CLASS_HID_EVENT *ux_device_class_hid_event_array;