commit | 7adf9e3adc398e5d5b7af91e5fdfafa70e86dd36 | [log] [tgz] |
---|---|---|
author | Wesley Cheng <wcheng@codeaurora.org> | Sat Jul 10 02:13:11 2021 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 12 09:37:25 2021 +0200 |
tree | a802d865c7b1f552efde06231d27c92a6300d2ac | |
parent | ce7d0008c2356626f69f37ef1afce8fbc83fe142 [diff] |
usb: gadget: configfs: Check USB configuration before adding Ensure that the USB gadget is able to support the configuration being added based on the number of endpoints required from all interfaces. This is for accounting for any bandwidth or space limitations. Signed-off-by: Wesley Cheng <wcheng@codeaurora.org> Link: https://lore.kernel.org/r/1625908395-5498-3-git-send-email-wcheng@codeaurora.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>