diff options
author | Gerd Knorr <devnull@localhost> | 2004-11-30 17:00:13 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-11-30 17:00:13 +0000 |
commit | 3ab65e59d64a1ab37ad62acd54af78b4f559d990 (patch) | |
tree | 6809d45697c5a78a30af1e378fc7d81c39fc2344 /v4l | |
parent | cec65069b7466d850408a58576dbff9a0ddbf782 (diff) | |
download | mediapointer-dvb-s2-3ab65e59d64a1ab37ad62acd54af78b4f559d990.tar.gz mediapointer-dvb-s2-3ab65e59d64a1ab37ad62acd54af78b4f559d990.tar.bz2 |
- new cx88-based dvb card by Christopher Pascoe.
- cx88: IR support by Christopher Pascoe and me.
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/Makefile | 3 | ||||
-rw-r--r-- | v4l/scripts/update | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index e726cad6d..7460af72f 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -21,7 +21,8 @@ bttv-objs := bttv-driver.o bttv-cards.o bttv-risc.o bttv-if.o \ saa7134-objs := saa7134-core.o saa7134-i2c.o saa7134-video.o \ saa7134-vbi.o saa7134-tvaudio.o saa7134-oss.o \ saa7134-cards.o saa7134-ts.o saa7134-input.o -cx88xx-objs := cx88-cards.o cx88-core.o cx88-i2c.o cx88-tvaudio.o +cx88xx-objs := cx88-cards.o cx88-core.o cx88-i2c.o cx88-tvaudio.o \ + cx88-input.o cx8800-objs := cx88-video.o cx88-vbi.o cx8801-objs := cx88-alsa.o cx8802-objs := cx88-mpeg.o diff --git a/v4l/scripts/update b/v4l/scripts/update index 9689bade1..91244a6c3 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -65,7 +65,7 @@ xinsmod video-buf debug=0 #xinsmod v4l1-compat debug=1 xinsmod btcx-risc debug=0 -xinsmod ir-common debug=0 repeat=0 +xinsmod ir-common debug=1 repeat=0 xinsmod tuner debug=0 xinsmod tda9887 debug=0 xinsmod msp3400 debug=0 @@ -77,7 +77,8 @@ xinsmod bttv bttv_debug=0 vbi_debug=0 irq_debug=0 \ xinsmod ir-kbd-gpio debug=0 # cx88 -xinsmod cx88xx core_debug=0 audio_debug=0 i2c_debug=1 i2c_scan=1 +xinsmod cx88xx core_debug=0 audio_debug=0 ir_debug=1 \ + i2c_debug=1 i2c_scan=1 xinsmod cx8800 video_debug=0 vbi_debug=0 xinsmod cx8801 xinsmod cx8802 |