diff options
| author | Felix Endres | 2006-02-12 21:36:36 +0100 |
|---|---|---|
| committer | Felix Endres | 2006-02-12 21:36:36 +0100 |
| commit | abcf8ff1115bb89632ae4b46c37d09e482362620 (patch) | |
| tree | 35acf34d4edcc28032c86151fedef34085d15ddf /initrd/initrd-stuff/bin | |
| parent | Minor changes ... (diff) | |
| download | core-abcf8ff1115bb89632ae4b46c37d09e482362620.tar.gz core-abcf8ff1115bb89632ae4b46c37d09e482362620.tar.xz core-abcf8ff1115bb89632ae4b46c37d09e482362620.zip | |
Udevd-fix. Maus funktioniert nun.
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@73 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/bin')
| -rwxr-xr-x | initrd/initrd-stuff/bin/hwautocfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/initrd/initrd-stuff/bin/hwautocfg b/initrd/initrd-stuff/bin/hwautocfg index 819ffc75..29cf98b8 100755 --- a/initrd/initrd-stuff/bin/hwautocfg +++ b/initrd/initrd-stuff/bin/hwautocfg @@ -279,6 +279,10 @@ modprobe ${MODPRV} usbcore & [ -f /lib/modules/${KERNEL}/kernel/drivers/input/mouse/psmouse.ko ] && \ modprobe ${MODPRV} psmouse +# and map the mousehandler to /dev/input/mice +[ -f /lib/modules/${KERNEL}/kernel/drivers/input/mousedev.ko ] && \ + modprobe ${MODPRV} mousedev + # start the knoppix hardware autodetection tool ( hwsetup -v > /tmp/hwsetup.info && echo "hwsetup" > /tmp/hwrun1 ) & |
