summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/scripts')
-rw-r--r--v4l/scripts/insmod.sh4
1 files changed, 3 insertions, 1 deletions
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
;;