From d52ce1e45c78c3208370c4da4683bdb929bdb3ce Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Mon, 26 Dec 2005 19:55:19 +0000 Subject: add compat_ioctl32.ko to insmod.sh Signed-off-by: Michael Krufky --- v4l/scripts/insmod.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'v4l/scripts') diff --git a/v4l/scripts/insmod.sh b/v4l/scripts/insmod.sh index 9f1dc0f6d..71cfc07db 100644 --- a/v4l/scripts/insmod.sh +++ b/v4l/scripts/insmod.sh @@ -12,6 +12,7 @@ case "$1" in # make sure input stuff is there for IR remote controls modprobe evdev # video4linux + insmod ./compat_ioctl32.ko insmod ./videodev.ko insmod ./v4l1-compat.ko insmod ./v4l2-common.ko @@ -126,6 +127,7 @@ case "$1" in modprobe crc32 modprobe firmware_class modprobe evdev + insmod ./compat_ioctl32.ko insmod ./videodev.ko insmod ./v4l1-compat.ko insmod ./v4l2-common.ko @@ -253,7 +255,7 @@ case "$1" in rmmod saa6752hs saa6588 btcx-risc tveeprom tvaudio tda9887 tuner \ ir-kbd-i2c ir-common cx25840 tvmixer cs53l32a wm8775 saa711x \ saa7146_vv saa7146 video-buf-dvb video-buf \ - v4l2-common v4l1-compat dvb-core videodev + v4l2-common v4l1-compat dvb-core videodev compat_ioctl32 echo ;; -- cgit v1.2.3