diff options
| author | Zixun LI <[email protected]> | 2024-08-02 11:28:11 +0200 |
|---|---|---|
| committer | Mattijs Korpershoek <[email protected]> | 2024-08-20 09:36:36 +0200 |
| commit | 73f5b54a589cb6ff97aaca55e7c97d68b43997ee (patch) | |
| tree | 8f5dee32ec5d5a7830bafb0ce001757fe4004edc /include | |
| parent | d6376f7ed823569acd8bb0fdfa501c040cfec36f (diff) | |
usb: gadget: udc: Fix duplicate uclass name
Currently both USB host uclass and USB gadget uclass are using the same
name "usb" which break uclass functions like uclass_get_by_name().
Rename the uclass to "usb_gadget" to fix, also makes bind/unbind by class
index (or sequence) working.
This breaks the capacity of using "usb" as DT alias sequence numbering
which needs a fix afterwards.
Signed-off-by: Zixun LI <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Signed-off-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
