Merge pull request #1480 from Ryzee119/multihub_rebase

Host: Add support for multi-level usb hubs
This commit is contained in:
Ha Thach
2022-06-16 16:33:48 +07:00
committed by GitHub
5 changed files with 54 additions and 52 deletions

View File

@@ -89,7 +89,7 @@
// Size of buffer to hold descriptors and other data used for enumeration
#define CFG_TUH_ENUMERATION_BUFSIZE 256
#define CFG_TUH_HUB 1
#define CFG_TUH_HUB 1 // number of supported hubs
#define CFG_TUH_CDC 1
#define CFG_TUH_HID 4 // typical keyboard + mouse device can have 3-4 HID interfaces
#define CFG_TUH_MSC 1