Hi Mauro,
These patches move the uvcvideo.h header file from drivers/media/video/uvc
to include/linux, making the UVC API public. Support for the old API is kept
and will be removed in 2.6.42.
The following changes since commit a4761a092fd3b6bf8b5f9cfe361670c86cdcc8ca:
[media] tm6000: fix vbuf may be used uninitialized (2011-04-19 21:13:59 -0300)
are available in the git repository at:
git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-next
Laurent Pinchart (5):
uvcvideo: Deprecate UVCIOC_CTRL_{ADD,MAP_OLD,GET,SET}
uvcvideo: Rename UVC_CONTROL_* flags to UVC_CTRL_FLAG_*
uvcvideo: Make the API public
uvcvideo: Add support for V4L2_PIX_FMT_RGB565
uvcvideo: Add support for JMicron USB2.0 XGA WebCam
Martin Rubli (2):
uvcvideo: Add UVCIOC_CTRL_QUERY ioctl
uvcvideo: Add driver documentation
Documentation/feature-removal-schedule.txt | 23 ++
Documentation/ioctl/ioctl-number.txt | 2 +-
Documentation/video4linux/uvcvideo.txt | 239 ++++++++++++++++++++
drivers/media/video/uvc/uvc_ctrl.c | 332 +++++++++++++++++-----------
drivers/media/video/uvc/uvc_driver.c | 14 ++
drivers/media/video/uvc/uvc_v4l2.c | 51 ++++-
drivers/media/video/uvc/uvcvideo.h | 57 ++++--
include/linux/Kbuild | 1 +
include/linux/uvcvideo.h | 69 ++++++
9 files changed, 625 insertions(+), 163 deletions(-)
create mode 100644 Documentation/video4linux/uvcvideo.txt
create mode 100644 include/linux/uvcvideo.h
--
Regards,
Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html