Package: initramfs-tools Version: 0.99 Tags: patch Initramfs for the 3.2 linux kernels doesn't include hid-logitech-dj module, rendering certain Logitech keyboards unusable. Patch attached.
-- Vadim Solomin
--- hook-functions.orig 2011-05-13 13:56:12.000000000 +0400 +++ hook-functions 2012-01-31 00:58:58.260399997 +0400 @@ -406,9 +406,9 @@ case "${1:-}" in base) for x in ehci-hcd ohci-hcd uhci-hcd usbhid xhci xhci-hcd \ - hid-apple hid-cherry hid-logitech hid-microsoft hid-sunplus \ - btrfs ext2 ext3 ext4 ext4dev isofs jfs nfs reiserfs udf xfs \ - af_packet atkbd i8042 virtio_pci; do + hid-apple hid-cherry hid-logitech hid-logitech-dj \ + hid-microsoft hid-sunplus btrfs ext2 ext3 ext4 ext4dev isofs \ + jfs nfs reiserfs udf xfs af_packet atkbd i8042 virtio_pci; do manual_add_modules "${x}" done ;;