mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
- user callback funciton to set device configuration as a part of usb_host_install - callback provides device descriptor of a device being enumerated - user can set which cfg descriptor the USB device will be set with - user can filter device enumeration - Kconfig menu to enable callback function - usb_host_lib example demonstration