summaryrefslogtreecommitdiffstats
path: root/boot-env/preboot
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-06-20 17:41:26 +0200
committerDirk von Suchodoletz2009-06-20 17:41:26 +0200
commitf5edc3be1c298323cc9b464cac4dc868e43bf29c (patch)
tree696ed57d9b751f7dd836eeece7df6082bdd47878 /boot-env/preboot
parentvery bad bug detected ;-( and eliminated ... I guess that's what trunk is for (diff)
downloadcore-f5edc3be1c298323cc9b464cac4dc868e43bf29c.tar.gz
core-f5edc3be1c298323cc9b464cac4dc868e43bf29c.tar.xz
core-f5edc3be1c298323cc9b464cac4dc868e43bf29c.zip
Trying to fix the #468 bug ... (hid_bright in Ubuntu 9.NN)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2978 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/preboot')
-rwxr-xr-xboot-env/preboot/uclib-rootfs/init3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot-env/preboot/uclib-rootfs/init b/boot-env/preboot/uclib-rootfs/init
index ed2c22ae..92882f79 100755
--- a/boot-env/preboot/uclib-rootfs/init
+++ b/boot-env/preboot/uclib-rootfs/init
@@ -91,7 +91,8 @@ done
dialog --infobox "Starting OpenSLX preboot environment ..." 3 65
# load usb keyboard and network adaptor modules
-for mod in ${ramfs_nicmods} af_packet unix hid usbhid uhci-hcd ohci-hcd ; do
+for mod in ${ramfs_nicmods} af_packet unix hid hid_bright usbhid \
+ uhci-hcd ohci-hcd ; do
if [ x != x$(find /lib/modules -name ${mod}.ko) ]; then
modprobe $mod || \
dialog --infobox "Module $mod did not load for some reason." 3 65