diff options
-rw-r--r-- | chip/stm32/usb_hid_touchpad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/usb_hid_touchpad.c b/chip/stm32/usb_hid_touchpad.c index 1c301a04a1..ca1cb85cb7 100644 --- a/chip/stm32/usb_hid_touchpad.c +++ b/chip/stm32/usb_hid_touchpad.c @@ -172,7 +172,7 @@ static const uint8_t report_desc[] = { 0x09, 0x59, /* Usage (Pad Type) */ 0x25, 0x0F, /* Logical Maximum (15) */ 0x75, 0x08, /* Report Size (8) */ - 0x95, 0x01, /* Report Count (2) */ + 0x95, 0x02, /* Report Count (2) */ 0xB1, 0x02, /* Feature (Data,Var,Abs) */ /* Page 0xFF, usage 0xC5 is device certificate. */ |