diff options
author | Gerd Knorr <devnull@localhost> | 2004-09-23 13:58:19 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-09-23 13:58:19 +0000 |
commit | 2f9202097e4418d085a0d6ef636de1d0b0fb84dd (patch) | |
tree | 346e618d5502ac1f9abce855416aad2bb0b20a47 /v4l | |
parent | 953f8692136acd6aa9201f9388697a7005756894 (diff) | |
download | mediapointer-dvb-s2-2f9202097e4418d085a0d6ef636de1d0b0fb84dd.tar.gz mediapointer-dvb-s2-2f9202097e4418d085a0d6ef636de1d0b0fb84dd.tar.bz2 |
- make video-bufg don't touch struct file any more, pass through
a void ptr instead of a file ptr everythere.
- add cx22702 fe driver,
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/Makefile | 2 | ||||
-rw-r--r-- | v4l/scripts/update | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index c3a6c5174..b96b3c781 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -31,7 +31,7 @@ list-multi := bttv.o saa7134.o cx88xx.o cx8800.o cx8801.o cx8802.o obj-m := video-buf.o v4l1-compat.o v4l2-common.o obj-$(CONFIG_VIDEO_BTTV) += btcx-risc.o ir-common.o bttv.o obj-$(CONFIG_VIDEO_CX88) += btcx-risc.o cx88xx.o cx8800.o cx8801.o cx8802.o \ - cx88-blackbird.o cx88-dvb.o + cx88-blackbird.o cx88-dvb.o cx22702.o obj-$(CONFIG_VIDEO_SAA7134) += saa7134.o saa6752hs.o obj-$(CONFIG_VIDEO_IR) += ir-common.o obj-$(CONFIG_VIDEO_TUNER) += tuner.o tda9887.o diff --git a/v4l/scripts/update b/v4l/scripts/update index 78aefb860..2b7e5cc99 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -29,6 +29,7 @@ xrmmod cx8802 xrmmod cx8801 xrmmod cx8800 xrmmod cx88xx +xrmmod cx22702 # saa7134 xrmmod saa7134 @@ -67,7 +68,8 @@ test -f ir-kbd-i2c.ko && xinsmod ir-kbd-i2c debug=0 test -f ir-kbd-gpio.ko && xinsmod ir-kbd-gpio debug=0 # cx88 -xinsmod cx88xx core_debug=0 audio_debug=0 i2c_debug=1 +xinsmod cx22702 debug=0 +xinsmod cx88xx core_debug=0 audio_debug=0 i2c_debug=0 xinsmod cx8800 video_debug=0 xinsmod cx8801 xinsmod cx8802 |