diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/Makefile | 4 | ||||
-rw-r--r-- | v4l/scripts/update | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 38b3603a3..49fc4a59e 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -30,9 +30,9 @@ list-multi := bttv.o saa7134.o cx88xx.o cx8800.o cx8801.o cx8802.o # what to build obj-m := video-buf.o v4l1-compat.o v4l2-common.o -obj-$(CONFIG_VIDEO_BTTV) += btcx-risc.o ir-common.o bttv.o #bt878-db.o +obj-$(CONFIG_VIDEO_BTTV) += btcx-risc.o ir-common.o bttv.o tveeprom.o obj-$(CONFIG_VIDEO_CX88) += btcx-risc.o cx88xx.o cx8800.o cx8801.o cx8802.o \ - cx88-blackbird.o + cx88-blackbird.o tveeprom.o obj-$(CONFIG_VIDEO_SAA7134) += saa7134.o saa7134-empress.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 47f0f23d5..14b977776 100644 --- a/v4l/scripts/update +++ b/v4l/scripts/update @@ -55,6 +55,7 @@ xrmmod tuner xrmmod msp3400 xrmmod tvaudio xrmmod tda9887 +xrmmod tveeprom ########################################################################## # reload @@ -68,7 +69,8 @@ v4l2basic #xrmmod v4l1-compat #xinsmod v4l1-compat debug=1 -xinsmod dvb-pll debug=0 +xinsmod tveeprom debug=0 +xinsmod dvb-pll debug=1 xinsmod btcx-risc debug=0 xinsmod ir-common debug=1 repeat=0 xinsmod tuner debug=0 @@ -90,7 +92,7 @@ xinsmod cx8802 xinsmod cx88-blackbird # saa7134 -xinsmod saa7134 audio_debug=0 i2c_scan=0 i2c_debug=1 $saopt +xinsmod saa7134 audio_debug=0 i2c_scan=0 i2c_debug=0 $saopt xinsmod saa7134-empress # dvb stuff |