Bug#795839: initramfs-tools: When adding i8042 also add psmouse as some keyboards are behind the mouse

2015-12-09 Thread Ben Hutchings
Control: tag -1 pending

On Mon, 17 Aug 2015 11:36:29 +0100 Andy Whitcroft  wrote:
> 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).

Applied, thanks.

Ben.

-- 
Ben Hutchings
I'm always amazed by the number of people who take up solipsism because
they heard someone else explain it. - E*Borg on alt.fan.pratchett

signature.asc
Description: This is a digitally signed message part


Bug#795839: initramfs-tools: When adding i8042 also add psmouse as some keyboards are behind the mouse

2015-08-17 Thread Andy Whitcroft
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