summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorZixun LI <[email protected]>2024-08-02 11:28:11 +0200
committerMattijs Korpershoek <[email protected]>2024-08-20 09:36:36 +0200
commit73f5b54a589cb6ff97aaca55e7c97d68b43997ee (patch)
tree8f5dee32ec5d5a7830bafb0ce001757fe4004edc /include/linux
parentd6376f7ed823569acd8bb0fdfa501c040cfec36f (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/linux')
0 files changed, 0 insertions, 0 deletions