From 183792ae03092af3ad29a494da147ae3760647a5 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sun, 13 Apr 2014 22:24:55 +0200 Subject: Requirement for additional module to load for usb keyboard --- src/initramfs/scripts/bin/hwautocfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/initramfs/scripts/bin/hwautocfg b/src/initramfs/scripts/bin/hwautocfg index 3548abaa..9871c881 100755 --- a/src/initramfs/scripts/bin/hwautocfg +++ b/src/initramfs/scripts/bin/hwautocfg @@ -1,6 +1,6 @@ #!/bin/sh # Copyright (c) 2003..2006 - RZ Uni Freiburg -# Copyright (c) 2006..2012 - OpenSLX GmbH +# Copyright (c) 2006..2014 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -27,7 +27,7 @@ done # no kernel messages, switch on hotplug via /sbin/mdev echo "0 0 0 0" >/proc/sys/kernel/printk echo "/sbin/mdev" >/proc/sys/kernel/hotplug -modprobe -a ${MODPRV} usbhid hid-bright 2>/dev/null & +modprobe -a ${MODPRV} usbhid hid-bright hid_generic 2>/dev/null & # check from vga= that the traditional framebuffer is needed e.g. for splashy # get information on the graphics adaptor if bootsplash or xserver plugins are # present and the new drm/kms infrastructure is present -- cgit v1.2.3-55-g7522