Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion modules.d/90kernel-modules/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ installkernel() {
hostonly='' instmods \
hid_generic unix

# xhci-pci-renesas is needed for the USB to be available during
# initrd on platforms with such USB controllers since Linux
# 6.12-rc1 (commit 25f51b76f90f).
hostonly=$(optional_hostonly) instmods \
ehci-hcd ehci-pci ehci-platform \
ohci-hcd ohci-pci \
uhci-hcd \
usbhid \
xhci-hcd xhci-pci xhci-plat-hcd \
xhci-hcd xhci-pci xhci-pci-renesas xhci-plat-hcd \
"=drivers/hid" \
"=drivers/tty/serial" \
"=drivers/input/serio" \
Expand Down
1 change: 1 addition & 0 deletions suse/README.susemaint
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,4 @@ c79fc8fd fix(dracut): rework timeout for devices added via --mount and --add-dev
93df9ad2 feat(livenet): get live image size from TFTP servers
cc2c48a0 fix(iscsi): don't require network setup for bnx2i
f30cf46e fix(iscsi): attempt iSCSI login before all interfaces are up
20cc20d2 fix(90kernel-modules): explicitly include xhci-pci-renesas