On Friday 06 March 2009 15:09:32 Hans Verkuil wrote: > Hi Mauro, > > Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the > following: > > - tvmixer: remove last remaining references to this deleted module. > - videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLD > - zl10036: fix compile warning on kernel 2.6.23. > - vivi: fix compile warning. > - tea575x-tuner: compile fixes for older kernels. > - v4l2: fix compile warnings when printing u64 value. > - stv0900: fix some compile warnings on 64-bit systems. > - bttv: fix compile warnings for kernels < 2.6.20. > - cx88-alsa: fix compile warning for kernels <=2.6.20. > - v4l-dvb: fix make v4l2-spec/dvb-spec I've added two more: - tlv320aic23b: use v4l2-i2c-drv.h instead of drv-legacy.h - v4l2-ioctl: fix partial-copy code. The last one fixes an ivtv regression caused by this change: changeset: 10811:0a0eba8e64d5 user: Trent Piepho <xyzzy@xxxxxxxxxxxxx> date: Tue Mar 03 20:21:02 2009 -0800 summary: videodev: only copy needed part of RW ioctl's parameter The fix is simple: switch on the full ioctl command instead of just the NR field. Thanks to Martin Dauskardt for doing the bisect and tracing the breakage to this change. Regards, Hans > > All small stuff, mostly fixes for the daily build. > > If you pull these changes, then please also apply Stefan Richter's > firedtv printk fix that was posted yesterday. That should fix the > remaining firedtv warning. > > Thanks, > > Hans > > diffstat: > Makefile | 8 ++++++ > linux/Documentation/video4linux/bttv/Insmod-options | 10 -------- > linux/drivers/media/dvb/frontends/stv0900_core.c | 24 > ++++++++++---------- linux/drivers/media/dvb/frontends/zl10036.c > | 1 > linux/drivers/media/video/Makefile | 1 > linux/drivers/media/video/adv7170.c | 7 +++-- > linux/drivers/media/video/adv7175.c | 5 ++-- > linux/drivers/media/video/bt819.c | 5 ++-- > linux/drivers/media/video/bt856.c | 2 - > linux/drivers/media/video/bt866.c | 2 - > linux/drivers/media/video/bt8xx/bttv-cards.c | 4 +++ > linux/drivers/media/video/bt8xx/bttv-i2c.c | 4 +++ > linux/drivers/media/video/cx88/cx88-alsa.c | 6 ++++- > linux/drivers/media/video/ks0127.c | 4 +-- > linux/drivers/media/video/saa7110.c | 2 - > linux/drivers/media/video/v4l2-compat-ioctl32.c | 1 > linux/drivers/media/video/v4l2-ioctl.c | 5 ---- > linux/drivers/media/video/vivi.c | 2 - > linux/drivers/media/video/vpx3220.c | 2 - > linux/include/linux/videodev2.h | 10 -------- > linux/sound/i2c/other/tea575x-tuner.c | 12 +--------- > v4l/scripts/release.sh | 2 - > v4l2-apps/test/ioctl-test.c | 2 - > 23 files changed, 54 insertions(+), 67 deletions(-) -- Hans Verkuil - video4linux developer - sponsored by TANDBERG -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html