[GIT PATCHES FOR 2.6.35] Updates for the uvcvideo driver

2010-07-05 Thread Laurent Pinchart
The following changes since commit 41c5f984b67b331064e69acc9fca5e99bf73d400:

  Merge tag 'v2.6.35-rc2' into HEAD (2010-06-09 00:05:54 -0300)

are available in the git repository at:

  git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-stable

Laurent Pinchart (1):
  uvcvideo: Power line frequency control doesn't support GET_MIN/MAX/RES

 drivers/media/video/uvc/uvc_ctrl.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

The change fixes the Apple iSight 2.6.34 -> 2.6.35-rc regression reported by 
Johannes Berg on the linux-media mailing list ("macbook webcam no longer works 
on .35-rc").

-- 
Regards,

Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PATCHES FOR 2.6.35] Updates for the uvcvideo driver

2010-04-30 Thread Laurent Pinchart
The following changes since commit b88a1e83c9bfa5afbe1dd7481ea15fbea5ad9e55:
  Hans Verkuil (1):
V4L/DVB: v4l spec: document new events

are available in the git repository at:

  git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo

Laurent Pinchart (3):
  uvcvideo: Add support for V4L2_PIX_FMT_Y16
  uvcvideo: Flag relative controls as write-only
  uvcvideo: Prevent division by 0 when control step value is 0

 drivers/media/video/uvc/uvc_ctrl.c   |   30 ++
 drivers/media/video/uvc/uvc_driver.c |7 ++-
 drivers/media/video/uvc/uvcvideo.h   |4 +++-
 3 files changed, 27 insertions(+), 14 deletions(-)

-- 
Regards,

Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PATCHES FOR 2.6.35] Updates for the uvcvideo driver

2010-04-30 Thread Laurent Pinchart
The following changes since commit b88a1e83c9bfa5afbe1dd7481ea15fbea5ad9e55:
  Hans Verkuil (1):
V4L/DVB: v4l spec: document new events

are available in the git repository at:

  git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo

Laurent Pinchart (3):
  uvcvideo: Add support for V4L2_PIX_FMT_Y16
  uvcvideo: Flag relative controls as write-only
  uvcvideo: Prevent division by 0 when control step value is 0

 drivers/media/video/uvc/uvc_ctrl.c   |   30 ++
 drivers/media/video/uvc/uvc_driver.c |7 ++-
 drivers/media/video/uvc/uvcvideo.h   |4 +++-
 3 files changed, 27 insertions(+), 14 deletions(-)

-- 
Regards,

Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PATCHES FOR 2.6.35] Updates for the uvcvideo driver

2010-04-01 Thread Laurent Pinchart
The following changes since commit 975b06b6c01ba2da4d26a7ba6ea783d5f670aa7d:
  Jonathan Corbet (1):
V4L/DVB: ov7670: silence some compiler warnings

are available in the git repository at:

  git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo

Laurent Pinchart (5):
  uvcvideo: Add support for unbranded Arkmicro 18ec:3290 webcams
  uvcvideo: Add support for Packard Bell EasyNote MX52 integrated webcam
  v4l: Add V4L2_CID_IRIS_ABSOLUTE and V4L2_CID_IRIS_RELATIVE controls
  uvcvideo: Support iris absolute and relative controls
  uvcvideo: Use POLLOUT and POLLWRNORM for output devices

 Documentation/DocBook/v4l/compat.xml  |   11 +++
 Documentation/DocBook/v4l/controls.xml|   19 +++
 Documentation/DocBook/v4l/videodev2.h.xml |3 +++
 drivers/media/video/uvc/uvc_ctrl.c|   20 
 drivers/media/video/uvc/uvc_driver.c  |   18 ++
 drivers/media/video/uvc/uvc_queue.c   |8 ++--
 drivers/media/video/v4l2-common.c |3 +++
 include/linux/videodev2.h |3 +++
 8 files changed, 83 insertions(+), 2 deletions(-)

-- 
Regards,

Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html