diff options
| author | Hans Verkuil <devnull@localhost> | 2006-01-02 17:25:19 +0000 |
|---|---|---|
| committer | Hans Verkuil <devnull@localhost> | 2006-01-02 17:25:19 +0000 |
| commit | f591fa75d8325a9732e155b7db70d8aec349d183 (patch) | |
| tree | 5403b7c4d66ac052d4925705cdf156ce0a9f8caa /v4l/Makefile | |
| parent | 2836ed0680c21cf74204d651b4257b130debfd26 (diff) | |
| download | mediapointer-dvb-s2-f591fa75d8325a9732e155b7db70d8aec349d183.tar.gz mediapointer-dvb-s2-f591fa75d8325a9732e155b7db70d8aec349d183.tar.bz2 | |
Split msp3400.c into msp3400-driver.c and msp3400-kthreads.c
- Split msp3400.c into msp3400-driver.c and msp3400-kthreads.c.
- Removed experimental DFPREG ioctls. If this is really needed one
day then it should be implemented using VIDIOC_G/S_REGISTER.
- Added missing BALANCE control info for VIDIOC_QUERYCTRL.
- Still more cleanup, clarified some kernel messages.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l/Makefile')
| -rw-r--r-- | v4l/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 985bf1b39..f96c7de85 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -30,6 +30,7 @@ cx88xx-objs := cx88-cards.o cx88-core.o cx88-i2c.o cx88-tvaudio.o \ cx8800-objs := cx88-video.o cx88-vbi.o cx8802-objs := cx88-mpeg.o tuner-objs := tuner-core.o tuner-simple.o mt20xx.o tda8290.o tea5767.o +msp3400-objs := msp3400-driver.o msp3400-kthreads.o list-multi := bttv.o saa7134.o cx88xx.o cx8800.o cx88-alsa.o cx8802.o em28xx-objs := em28xx-video.o em28xx-i2c.o em28xx-cards.o em28xx-core.o \ em28xx-input.o |
