From 0c424cecfab2f6629091e0caad6b710739dda560 Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 19 Sep 2024 15:55:38 -0400 Subject: [PATCH] tinyramfs: add some usb modules --- tinyramfs | 1 + 1 file changed, 1 insertion(+) diff --git a/tinyramfs b/tinyramfs index 7b7a6b0..042ab8a 100755 --- a/tinyramfs +++ b/tinyramfs @@ -127,6 +127,7 @@ copy_modules() find \ fs lib arch crypto drivers/md drivers/ata drivers/scsi \ drivers/block drivers/virtio drivers/usb/host \ + drivers/usb/common drivers/usb/core \ drivers/usb/storage drivers/input/keyboard -type f 2> /dev/null | while read -r _mod; do