Skip to content

Commit

Permalink
Attempt reducing polling interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed Dec 11, 2024
1 parent adcf3f8 commit b7d1b33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/usb/usb_hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7d1b33

Please sign in to comment.