diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-01 17:17:38 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-01 17:17:38 +0000 |
commit | 71db43485e0f1643932551bbdfed881d7ff2c7a8 (patch) | |
tree | 5931097cd4d33a8c04b5d51380a7d33029ad11b7 /v4l | |
parent | 1d77650f4c8ca8d7d6d5b84dce4f7e7d841ad6c2 (diff) | |
download | mediapointer-dvb-s2-71db43485e0f1643932551bbdfed881d7ff2c7a8.tar.gz mediapointer-dvb-s2-71db43485e0f1643932551bbdfed881d7ff2c7a8.tar.bz2 |
ioctls cleanups.
From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
- Now, all internal ioctls are at v4l2-common.h
- removed unused ioctl at saa6752hs.h
- all debug ioctl code moved to v4l2-common.c
- removed duplicated stuff from other cards
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 05b8a1499..ffeb81b2a 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,51 @@ +2006-01-01 16:59 mchehab + + * linux/drivers/media/video/bttv-cards.c: + * linux/drivers/media/video/bttv-driver.c: (bttv_do_ioctl): + * linux/drivers/media/video/bttv-i2c.c: + * linux/drivers/media/video/cx88/cx88-blackbird.c: (mpeg_do_ioctl): + * linux/drivers/media/video/cx88/cx88-core.c: + * linux/drivers/media/video/cx88/cx88-dvb.c: + * linux/drivers/media/video/cx88/cx88-i2c.c: + * linux/drivers/media/video/cx88/cx88-video.c: (video_do_ioctl), + (cx88_do_ioctl), (radio_do_ioctl): + * linux/drivers/media/video/cx88/cx88.h: + * linux/drivers/media/video/em28xx/em28xx-core.c: + * linux/drivers/media/video/em28xx/em28xx-i2c.c: + * linux/drivers/media/video/em28xx/em28xx-video.c: + * linux/drivers/media/video/em28xx/em28xx.h: + * linux/drivers/media/video/saa7134/saa7134-cards.c: + * linux/drivers/media/video/saa7134/saa7134-core.c: + * linux/drivers/media/video/saa7134/saa7134-dvb.c: + * linux/drivers/media/video/saa7134/saa7134-empress.c: + (ts_do_ioctl): + * linux/drivers/media/video/saa7134/saa7134-i2c.c: + * linux/drivers/media/video/saa7134/saa7134-oss.c: + (saa7134_oss_print_ioctl), (dsp_ioctl), (mixer_ioctl): + * linux/drivers/media/video/saa7134/saa7134-video.c: + (video_do_ioctl), (radio_do_ioctl): + * linux/drivers/media/video/saa7134/saa7134.h: + * linux/drivers/media/video/tda9887.c: + * linux/drivers/media/video/tuner-core.c: (tuner_command): + * linux/drivers/media/video/tvaudio.c: + * linux/drivers/media/video/v4l2-common.c: (v4l_printk_ioctl): + * linux/include/linux/video_decoder.h: + * linux/include/linux/videodev2.h: + * linux/include/media/audiochip.h: + * linux/include/media/saa6752hs.h: + * linux/include/media/tuner.h: + * linux/include/media/v4l2-common.h: + - ioctls cleanups. + - Now, all internal ioctls are at v4l2-common.h + - removed unused ioctl at saa6752hs.h + - all debug ioctl code moved to v4l2-common.c + - removed duplicated stuff from other cards + + From: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2006-01-01 17:05 mkrufky * linux/drivers/media/dvb/dvb-usb/cxusb.c: |