Skip to content

Commit 47216b7

Browse files
committed
Merge branch 'add_set_get_hid_host_api_and_device_callback' of https://github.com/ayedm1/eclipse_usbx into add_set_get_hid_host_api_and_device_callback
2 parents f5954fb + 4681678 commit 47216b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common/usbx_host_classes/src/ux_host_class_hid_protocol_get.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
* Copyright (c) 2024 Microsoft Corporation
2+
* Copyright (c) 2025-present Eclipse ThreadX Contributors
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the MIT License which is available at

common/usbx_host_classes/src/ux_host_class_hid_protocol_set.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
* Copyright (c) 2024 Microsoft Corporation
2+
* Copyright (c) 2025-present Eclipse ThreadX Contributors
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the MIT License which is available at

test/regression/usbx_ux_device_class_hid_set_protocol_callback_test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ static UCHAR device_framework_full_speed[] = {
8888
0x32,
8989

9090
/* Interface descriptor */
91-
0x09, 0x04, 0x02, 0x00, 0x01, 0x03, 0x01, 0x00,
91+
0x09, 0x04, 0x00, 0x00, 0x01, 0x03, 0x01, 0x00,
9292
0x00,
9393

9494
/* HID descriptor */
@@ -118,7 +118,7 @@ static UCHAR device_framework_high_speed[] = {
118118
0x32,
119119

120120
/* Interface descriptor */
121-
0x09, 0x04, 0x02, 0x00, 0x01, 0x03, 0x01, 0x00,
121+
0x09, 0x04, 0x00, 0x00, 0x01, 0x03, 0x01, 0x00,
122122
0x00,
123123

124124
/* HID descriptor */

0 commit comments

Comments
 (0)