]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
usbkbd: always add hid-generic if usb keyboard was found
authorJan Palus <atler@pld-linux.org>
Mon, 19 Sep 2022 22:59:06 +0000 (00:59 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 19 Sep 2022 23:53:10 +0000 (01:53 +0200)
mod-usbkbd.sh

index 35543b769cae16981ab32517d2787c22899b90b2..dd2ab95b3fb002d5d3c2206f1cc34d861d545554 100644 (file)
@@ -61,6 +61,9 @@ find_modules_usbkbd() {
                        find_module "$m"
                done
 
+               # always add hid-generic
+               find_module "-hid-generic"
+
                for m in $modules; do
                        find_module "-$m"
                done
This page took 0.185908 seconds and 4 git commands to generate.