From b7d1b330ac22a5edd3079f16e12a597302edceda Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Thu, 12 Dec 2024 00:45:47 +0600 Subject: [PATCH] Attempt reducing polling interval --- src/usb/usb_hid.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/usb/usb_hid.c b/src/usb/usb_hid.c index c67e6c3654..d5edff0c98 100644 --- a/src/usb/usb_hid.c +++ b/src/usb/usb_hid.c @@ -416,8 +416,7 @@ static uint8_t bx_mouse_config_descriptor0[] = { 0x81, /* u8 ep_bEndpointAddress; IN Endpoint 1 */ 0x03, /* u8 ep_bmAttributes; Interrupt */ 0x08, 0x00, /* u16 ep_wMaxPacketSize; */ - 0x0A, /* u8 ep_bInterval; (10 - 255ms -- usb 2.0 spec, 5.7.4) */ - /* however: (11 - 255ms -- usb 2.0 compliance 1.2.84, pg 11 */ + 0x04, /* u8 ep_bInterval; */ }; #define HID_PHYS_DESC_SET_LEN 7