diff options
author | Michael Krufky <devnull@localhost> | 2005-12-26 19:55:19 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-12-26 19:55:19 +0000 |
commit | d52ce1e45c78c3208370c4da4683bdb929bdb3ce (patch) | |
tree | 88c45a22ca0fc3eb9c686b499e9d8f3689d0c847 /v4l/scripts | |
parent | 68165d728dc07adfcf364d738cd5aaddc6a6c6da (diff) | |
download | mediapointer-dvb-s2-d52ce1e45c78c3208370c4da4683bdb929bdb3ce.tar.gz mediapointer-dvb-s2-d52ce1e45c78c3208370c4da4683bdb929bdb3ce.tar.bz2 |
add compat_ioctl32.ko to insmod.sh
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l/scripts')
-rw-r--r-- | v4l/scripts/insmod.sh | 4 |
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 ;; |