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 /linux/drivers/media/video/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 'linux/drivers/media/video/Makefile')
| -rw-r--r-- | linux/drivers/media/video/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Makefile b/linux/drivers/media/video/Makefile index 49aae8a54..dd2489690 100644 --- a/linux/drivers/media/video/Makefile +++ b/linux/drivers/media/video/Makefile @@ -10,6 +10,8 @@ zr36067-objs := zoran_procfs.o zoran_device.o \ zoran_driver.o zoran_card.o tuner-objs := tuner-core.o tuner-simple.o mt20xx.o tda8290.o tea5767.o +msp3400-objs := msp3400-driver.o msp3400-kthreads.o + obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-common.o v4l1-compat.o compat_ioctl32.o obj-$(CONFIG_VIDEO_BT848) += bttv.o msp3400.o tvaudio.o \ |
