The patch number 10141 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[email protected]
------
From: Hans Verkuil <[email protected]>
v4l2: debugging API changed to match against driver name instead of ID.
Since the i2c driver ID will be removed in the near future we have to
modify the v4l2 debugging API to use the driver name instead of driver ID.
Note that this API is not used in applications other than v4l2-dbg.cpp
as it is for debugging and testing only.
Should anyone use the old VIDIOC_G_CHIP_IDENT, then this will be logged
with a warning that it is deprecated and will be removed in 2.6.30.
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
---
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 | 25 -
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 | 53 +-
linux/drivers/media/video/cx23885/cx23885-video.c | 8
linux/drivers/media/video/cx25840/cx25840-core.c | 25 -
linux/drivers/media/video/cx88/cx88-video.c | 15
linux/drivers/media/video/em28xx/em28xx-video.c | 34 -
linux/drivers/media/video/ivtv/ivtv-driver.c | 7
linux/drivers/media/video/ivtv/ivtv-ioctl.c | 33 -
linux/drivers/media/video/m52790.c | 29 -
linux/drivers/media/video/msp3400-driver.c | 2
linux/drivers/media/video/mt9m001.c | 37 +
linux/drivers/media/video/mt9m111.c | 31 -
linux/drivers/media/video/mt9t031.c | 36 -
linux/drivers/media/video/mt9v022.c | 37 +
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 | 19 -
linux/drivers/media/video/saa7127.c | 19 -
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 | 25 -
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 | 19 -
linux/drivers/media/video/tw9910.c | 6
linux/drivers/media/video/upd64031a.c | 31 -
linux/drivers/media/video/upd64083.c | 31 -
linux/drivers/media/video/usbvision/usbvision-video.c | 9
linux/drivers/media/video/v4l2-common.c | 33 +
linux/drivers/media/video/v4l2-compat-ioctl32.c | 3
linux/drivers/media/video/v4l2-ioctl.c | 17
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 | 55 ++
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 | 16
v4l2-apps/util/ivtv-ctl.c | 16
v4l2-apps/util/v4l2-compliance.cpp | 38 +-
v4l2-apps/util/v4l2-dbg.cpp | 189 +++-------
58 files changed, 517 insertions(+), 550 deletions(-)
<diff discarded since it is too big>
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/4cc8ed11e2e0b5a64b64fba016e9da0640fdaece
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits