summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/stm32/usb_hid_touchpad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/usb_hid_touchpad.c b/chip/stm32/usb_hid_touchpad.c
index a3174e4d94..6646ad2e09 100644
--- a/chip/stm32/usb_hid_touchpad.c
+++ b/chip/stm32/usb_hid_touchpad.c
@@ -122,7 +122,7 @@ const struct usb_endpoint_descriptor USB_EP_DESC(USB_IFACE_HID_TOUCHPAD, 81) = {
*/
static const uint8_t report_desc[] = {
0x05, 0x0D, /* Usage Page (Digitizer) */
- 0x09, 0x04, /* Usage (Touch Screen) */
+ 0x09, 0x05, /* Usage (Touch Pad) */
0xA1, 0x01, /* Collection (Application) */
0x85, 0x01, /* Report ID (1, Touch) */
/* Finger 0 */