Skip to content

Commit f9ab642

Browse files
authored
Merge pull request #10281 from rianadon/enumeration-bufsize
Increase CFG_TUH_ENUMERATION_BUFSIZE so that USB devices with long descriptors are recognized
2 parents 53a856b + 28856db commit f9ab642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/shared/usb/tusb_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ extern "C" {
173173

174174
// Size of buffer to hold descriptors and other data used for enumeration
175175
#ifndef CFG_TUH_ENUMERATION_BUFSIZE
176-
#define CFG_TUH_ENUMERATION_BUFSIZE 256
176+
#define CFG_TUH_ENUMERATION_BUFSIZE 512
177177
#endif
178178

179179
#if CIRCUITPY_USB_KEYBOARD_WORKFLOW

0 commit comments

Comments
 (0)