From 541c05369c065448551a184a88092b7c203fd826 Mon Sep 17 00:00:00 2001 From: E Shattow <[email protected]> Date: Tue, 8 Jul 2025 15:35:33 -0700 Subject: [PATCH] hook-functions: Add Cadence USB driver to base
Closes: #1108924 Signed-off-by: E Shattow <[email protected]> --- hook-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/hook-functions b/hook-functions index 7e243e3..48863fb 100644 --- a/hook-functions +++ b/hook-functions @@ -746,6 +746,7 @@ auto_add_modules() hwa-hc.ko sl811_cs.ko sl811-hcd.ko \ u132-hcd.ko whci-hcd.ko modules="$modules =drivers/usb/c67x00" + modules="$modules =drivers/usb/cdns3" modules="$modules =drivers/usb/chipidea" modules="$modules =drivers/usb/dwc2" modules="$modules =drivers/usb/dwc3" base-commit: e29f76a13e9cc06103caacce25a0be6ac2624ab6 -- 2.50.0

