public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCHES FOR 2.6.39] Make the UVC API public (and bug fixes)
@ 2011-02-27 17:36 Laurent Pinchart
  2011-03-21 19:39 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 4+ messages in thread
From: Laurent Pinchart @ 2011-02-27 17:36 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

These patches move the uvcvideo.h header file from drivers/media/video/uvc
to include/linux, making the UVC API public.

Martin Rubli has committed support for the public API to libwebcam, so
userspace support is up to date.

The following changes since commit 9e650fdb12171a5a5839152863eaab9426984317:

  [media] drivers:media:radio: Update Kconfig and Makefile for wl128x FM driver (2011-02-27 07:50:42 -0300)

are available in the git repository at:
  git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-next

Laurent Pinchart (6):
      uvcvideo: Deprecate UVCIOC_CTRL_{ADD,MAP_OLD,GET,SET}
      uvcvideo: Rename UVC_CONTROL_* flags to UVC_CTRL_FLAG_*
      uvcvideo: Include linux/types.h in uvcvideo.h
      uvcvideo: Move uvcvideo.h to include/linux
      uvcvideo: Fix descriptor parsing for video output devices
      v4l: videobuf2: Typo fix

Martin Rubli (2):
      uvcvideo: Add UVCIOC_CTRL_QUERY ioctl
      uvcvideo: Add driver documentation

Stephan Lachowsky (1):
      uvcvideo: Fix uvc_fixup_video_ctrl() format search

 Documentation/feature-removal-schedule.txt         |   23 ++
 Documentation/ioctl/ioctl-number.txt               |    2 +-
 Documentation/video4linux/uvcvideo.txt             |  239 ++++++++++++++
 drivers/media/video/uvc/uvc_ctrl.c                 |  334 ++++++++++++--------
 drivers/media/video/uvc/uvc_driver.c               |   11 +-
 drivers/media/video/uvc/uvc_isight.c               |    3 +-
 drivers/media/video/uvc/uvc_queue.c                |    3 +-
 drivers/media/video/uvc/uvc_status.c               |    3 +-
 drivers/media/video/uvc/uvc_v4l2.c                 |   45 +++-
 drivers/media/video/uvc/uvc_video.c                |   17 +-
 include/linux/Kbuild                               |    1 +
 .../media/video/uvc => include/linux}/uvcvideo.h   |   43 ++-
 include/media/videobuf2-core.h                     |    2 +-
 13 files changed, 550 insertions(+), 176 deletions(-)
 create mode 100644 Documentation/video4linux/uvcvideo.txt
 rename {drivers/media/video/uvc => include/linux}/uvcvideo.h (95%)

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-22  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-27 17:36 [GIT PATCHES FOR 2.6.39] Make the UVC API public (and bug fixes) Laurent Pinchart
2011-03-21 19:39 ` Mauro Carvalho Chehab
2011-03-22  9:17   ` Laurent Pinchart
2011-03-22  9:55     ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox