]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(90kernel-modules): add psmouse for some Fujitsu laptops
authorReilly Brogan <reilly@reillybrogan.com>
Sun, 18 Feb 2024 02:21:09 +0000 (20:21 -0600)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sat, 18 May 2024 15:16:39 +0000 (11:16 -0400)
As reported on the Solus issue tracker and on the Arch forum some Fujitsu laptops apparently require the psmouse module to be loaded in order for the keyboard to be functional. At least the Fujitsu Lifebook T938 model laptop is known to require this.

modules.d/90kernel-modules/module-setup.sh

index 5416c6b18a7b440c227c104fe3c66c2f44291b9e..7e572becb9d3e61f911970e5196b9e8b91c5c5b8 100755 (executable)
@@ -58,7 +58,8 @@ installkernel() {
             yenta_socket intel_lpss_pci spi_pxa2xx_platform \
             atkbd i8042 firewire-ohci pcmcia hv-vmbus \
             virtio virtio_ring virtio_pci pci_hyperv \
-            surface_aggregator_registry "=drivers/pcmcia"
+            surface_aggregator_registry psmouse \
+            "=drivers/pcmcia"
 
         if [[ ${DRACUT_ARCH:-$(uname -m)} == arm* || ${DRACUT_ARCH:-$(uname -m)} == aarch64 || ${DRACUT_ARCH:-$(uname -m)} == riscv* ]]; then
             # arm/aarch64 specific modules