summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDirk2014-04-13 22:24:55 +0200
committerDirk2014-04-13 22:24:55 +0200
commit183792ae03092af3ad29a494da147ae3760647a5 (patch)
tree84d7eb84e8bd5aab367846839a4709e4665cbcc7 /src
parentDemuxer fixes ... (diff)
downloadcore-183792ae03092af3ad29a494da147ae3760647a5.tar.gz
core-183792ae03092af3ad29a494da147ae3760647a5.tar.xz
core-183792ae03092af3ad29a494da147ae3760647a5.zip
Requirement for additional module to load for usb keyboard
Diffstat (limited to 'src')
-rwxr-xr-xsrc/initramfs/scripts/bin/hwautocfg4
1 files 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