Hi Mauro,
Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-drvid for the
following:
- v4l2: debugging API changed to match against driver name instead of ID.
- v4l2-dbg: fix --list-symbols
I've added a 'size' field to v4l2_dbg_register and it is set whenever
G_REGISTER is called. At the moment it is not used by S_REGISTER. I also
didn't modify v4l2-dbg to start to use it.
It might need some fine-tuning but I wanted to get this big change in.
I've also prefixed all the types used by these three ioctls with 'v4l2_dbg_'
to prevent any confusion by the application writers that this is really for
debugging only.
You can also expect additional changes to v4l2-subdev.c since we can
implement this in a much more elegant manner using v4l2_subdev.
And we should also check the remaining places where the driver ID is used
and plan for their removal.
Thanks,
Hans
diffstat:
linux/Documentation/video4linux/v4l2-framework.txt | 2
linux/drivers/media/video/bt8xx/bttv-driver.c | 9
linux/drivers/media/video/cafe_ccic.c | 7
linux/drivers/media/video/cs5345.c | 13 -
linux/drivers/media/video/cs53l32a.c | 2
linux/drivers/media/video/cx18/cx18-i2c.c | 28 --
linux/drivers/media/video/cx18/cx18-i2c.h | 1
linux/drivers/media/video/cx18/cx18-ioctl.c | 41 +--
linux/drivers/media/video/cx23885/cx23885-video.c | 8
linux/drivers/media/video/cx25840/cx25840-core.c | 13 -
linux/drivers/media/video/cx88/cx88-video.c | 13 -
linux/drivers/media/video/em28xx/em28xx-video.c | 28 +-
linux/drivers/media/video/ivtv/ivtv-driver.c | 7
linux/drivers/media/video/ivtv/ivtv-ioctl.c | 21 +-
linux/drivers/media/video/m52790.c | 13 -
linux/drivers/media/video/msp3400-driver.c | 2
linux/drivers/media/video/mt9m001.c | 19 -
linux/drivers/media/video/mt9m111.c | 19 -
linux/drivers/media/video/mt9v022.c | 19 -
linux/drivers/media/video/ov7670.c | 2
linux/drivers/media/video/ov772x.c | 7
linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c | 11 -
linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h | 4
linux/drivers/media/video/pvrusb2/pvrusb2-v4l2.c | 6
linux/drivers/media/video/saa7115.c | 13 -
linux/drivers/media/video/saa7127.c | 13 -
linux/drivers/media/video/saa7134/saa6752hs.c | 2
linux/drivers/media/video/saa7134/saa7134-empress.c | 14 -
linux/drivers/media/video/saa7134/saa7134-video.c | 9
linux/drivers/media/video/saa717x.c | 9
linux/drivers/media/video/soc_camera.c | 6
linux/drivers/media/video/tvaudio.c | 2
linux/drivers/media/video/tvp5150.c | 13 -
linux/drivers/media/video/upd64031a.c | 13 -
linux/drivers/media/video/upd64083.c | 13 -
linux/drivers/media/video/usbvision/usbvision-video.c | 9
linux/drivers/media/video/v4l2-common.c | 29 +-
linux/drivers/media/video/v4l2-compat-ioctl32.c | 3
linux/drivers/media/video/v4l2-ioctl.c | 15 -
linux/drivers/media/video/v4l2-subdev.c | 2
linux/drivers/media/video/vp27smpx.c | 2
linux/drivers/media/video/wm8739.c | 2
linux/drivers/media/video/wm8775.c | 2
linux/include/linux/videodev2.h | 49 +++-
linux/include/media/soc_camera.h | 6
linux/include/media/v4l2-chip-ident.h | 4
linux/include/media/v4l2-common.h | 6
linux/include/media/v4l2-int-device.h | 2
linux/include/media/v4l2-ioctl.h | 6
linux/include/media/v4l2-subdev.h | 6
v4l2-apps/test/ioctl-test.c | 8
v4l2-apps/util/Makefile | 11 -
v4l2-apps/util/cx18-ctl.c | 12 -
v4l2-apps/util/ivtv-ctl.c | 12 -
v4l2-apps/util/v4l2-compliance.cpp | 36 +--
v4l2-apps/util/v4l2-dbg.cpp | 186
++++++------------
56 files changed, 388 insertions(+), 422 deletions(-)
--
Hans Verkuil - video4linux developer - sponsored by TANDBERG
_______________________________________________
v4l-dvb-maintainer mailing list
v4l-dvb-maintainer@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/v4l-dvb-maintainer
[Linux Media]
[Older V4L]
[Linux DVB]
[Video Disk Recorder]
[Asterisk]
[Photo]
[DCCP]
[Netdev]
[Xorg]
[Util Linux NG]
[Xfree86]
[Free Photo Albums]
[Fedora Users]
[Fedora Women]
[ALSA Users]
[ALSA Devel]
[SSH]
[Linux USB]
 |
 |
-->