diff --git a/hook-functions b/hook-functions index 5535a2f..cc82914 100644 --- a/hook-functions +++ b/hook-functions @@ -608,11 +608,12 @@ dep_add_modules() class_add_modules "$class" done - # clk, USB-PHY and pinctrl devices are outside the device model (!) so - # match loaded modules by name + # clk, USB-PHY, pinctrl and reset devices are outside the device + # model (!) so match loaded modules by name add_loaded_modules 'clk[-_]*' add_loaded_modules 'phy[-_]*' add_loaded_modules 'pinctrl[-_]*' + add_loaded_modules 'reset[-_]*' # Sys walk keyboards. We identify keyboards as input devices # that can generate at least key events 1-31; udev has the