Package: initramfs-tools
Version: 0.120
Severity: normal

hook-functions/auto_add_modules: include psmouse as some keyboards are
connected to the "pass-thru" port on the PS2 mouse port (because that is
such a good idea).

-apw
>From 7d8426c44a92c8d58bf5e60611582302fb14c1e8 Mon Sep 17 00:00:00 2001
From: Andy Whitcroft <a...@canonical.com>
Date: Tue, 13 May 2014 18:32:00 +0100
Subject: [PATCH] When adding i8042 also add psmouse as some keyboards are
 behind the mouse.  LP: #1314764

 * hook-functions/auto_add_modules: include psmouse as some keyboards
   are connected to the "pass-thru" port on the PS2 mouse port because
   that is such a good idea). (LP: #1314764)

Signed-off-by: Andy Whitcroft <a...@canonical.com>
---
 hook-functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hook-functions b/hook-functions
index ee1c205..3eb781d 100644
--- a/hook-functions
+++ b/hook-functions
@@ -524,7 +524,7 @@ auto_add_modules()
 			modules="$modules btrfs ext2 ext3 ext4 ext4dev "
 			modules="$modules isofs jfs reiserfs udf xfs"
 			modules="$modules nfs nfsv2 nfsv3 nfsv4"
-			modules="$modules af_packet atkbd i8042"
+			modules="$modules af_packet atkbd i8042 psmouse"
 			modules="$modules virtio_pci virtio_mmio"
 
 			# Include all HID drivers unless we're sure they
-- 
2.5.0

Reply via email to