Merge pull request #1480 from Ryzee119/multihub_rebase
Host: Add support for multi-level usb hubs
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ha Thach
					Ha Thach