[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-12-16 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 6 changesets: 01/06: uvcvideo: Fix controls blacklisting http://linuxtv.org/hg/~pinchartl/uvcvideo/?cmd=changeset;node=0826158f044c 02/06: uvcvideo: Switch to a monotonic clock for V4L2 buffers timestamps http:

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-11-25 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 5 changesets: uvcvideo: Add support for Genius eFace 2025 webcams uvcvideo: Merge iterms, oterms and units linked lists uvcvideo: Fix extension units parsing uvcvideo: Refactor chain scan uvcvideo: Factorize com

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-11-04 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 4 changesets: uvcvideo: Add support for MSI StarCam 370i webcams uvcvideo: Ignore the FIX_BANDWIDTH for compressed video uvcvideo: Return -EINVAL instead of -ENODEV in read() uvcvideo: Fix compilation warning wi

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-10-11 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 8 changesets: uvcvideo: Handle V4L2_CTRL_TYPE_BUTTON control type in VIDIOC_QUERYCTRL uvcvideo: Add a new UVC_TRACE_VIDEO trace level uvcvideo: Don't acquire privileges in VIDIOC_TRY_FMT uvcvideo: Dismiss privil

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-08-01 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 3 changesets: uvcvideo: Restructure the driver to support multiple simultaneous streams. uvcvideo: Multiple streaming interfaces support uvcvideo: Avoid flooding the kernel log with "unknown event type" messages

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-07-21 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 2 changesets: uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 device uvcvideo: Don't apply the FIX_BANDWIDTH quirk to all ViMicro devices uvc_driver.c | 25 ++--- uvc_video.c

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-07-05 Thread Mauro Carvalho Chehab
Em Fri, 3 Jul 2009 17:37:35 +0200 Laurent Pinchart escreveu: > Mauro, > > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ > > for the following 5 changesets: > > uvcvideo: Use class-specific descriptor types from usb/ch9.h > uvcvideo: Prefix all UVC constants with UVC_ > uvcvideo:

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-07-03 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 5 changesets: uvcvideo: Use class-specific descriptor types from usb/ch9.h uvcvideo: Prefix all UVC constants with UVC_ uvcvideo: Remove unused Logitech-specific constants uvcvideo: Move UVC definitions to linux

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-06-09 Thread Trent Piepho
On Tue, 9 Jun 2009, Mauro Carvalho Chehab wrote: > Em Tue, 9 Jun 2009 18:08:38 +0200 > Hans Verkuil escreveu: > > > > > > Should I submit a patch that implement VIDIOC_S_JPEGCOMP support in the > > > > UVC driver and implement a JPEG compression quality control later, or > > > > would you prefer t

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-06-09 Thread Mauro Carvalho Chehab
Em Tue, 9 Jun 2009 18:08:38 +0200 Hans Verkuil escreveu: > > > Should I submit a patch that implement VIDIOC_S_JPEGCOMP support in the > > > UVC driver and implement a JPEG compression quality control later, or > > > would you prefer the driver not to implement VIDIOC_S_JPEGCOMP at all ? > > > A

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-06-09 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 5 changesets: uvcvideo: Add generic control blacklist. uvcvideo: Don't accept to change the format when buffers are allocated. uvcvideo: Add support for Aveo Technology webcams uvcvideo: Add support for FSC V30S

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-06-09 Thread Hans Verkuil
On Tuesday 09 June 2009 17:56:01 Mauro Carvalho Chehab wrote: > Em Tue, 9 Jun 2009 17:29:58 +0200 > > Laurent Pinchart escreveu: > > > Since uvc is part of the kernel, in fact, it is uvcvideo that is > > > adding more exceptions to the Kernel style. > > > > Damn, I hoped you wouldn't notice that ;

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-06-09 Thread Mauro Carvalho Chehab
Em Tue, 9 Jun 2009 17:29:58 +0200 Laurent Pinchart escreveu: > > > Since uvc is part of the kernel, in fact, it is uvcvideo that is adding > > more exceptions to the Kernel style. > > Damn, I hoped you wouldn't notice that ;-) :) > > I find the > > if ((ret = function()) < 0) > > more compa

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-06-09 Thread Laurent Pinchart
Hi Mauro, On Tuesday 09 June 2009 17:01:14 Mauro Carvalho Chehab wrote: > Em Mon, 8 Jun 2009 16:15:57 +0200 > > Laurent Pinchart escreveu: > > On Monday 08 June 2009 03:52:12 Mauro Carvalho Chehab wrote: > > > ERROR: do not use assignment in if condition > > > #64: FILE: linux/drivers/media/video

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-06-09 Thread Mauro Carvalho Chehab
Em Mon, 8 Jun 2009 16:15:57 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > On Monday 08 June 2009 03:52:12 Mauro Carvalho Chehab wrote: > > Em Thu, 4 Jun 2009 14:39:52 +0200 > > > > Laurent Pinchart escreveu: > > > Mauro, > > > > > > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-06-08 Thread Laurent Pinchart
Hi Mauro, On Monday 08 June 2009 03:52:12 Mauro Carvalho Chehab wrote: > Em Thu, 4 Jun 2009 14:39:52 +0200 > > Laurent Pinchart escreveu: > > Mauro, > > > > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ > > > > for the following 3 changesets: > > > > uvcvideo: Add generic control bl

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-06-07 Thread Mauro Carvalho Chehab
Em Thu, 4 Jun 2009 14:39:52 +0200 Laurent Pinchart escreveu: > Mauro, > > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ > > for the following 3 changesets: > > uvcvideo: Add generic control blacklist. > uvcvideo: Don't accept to change the format when buffers are allocated. > uvc

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-06-04 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 3 changesets: uvcvideo: Add generic control blacklist. uvcvideo: Don't accept to change the format when buffers are allocated. uvcvideo: Implement VIDIOC_[GS]_JPEGCOMP uvc_ctrl.c | 35 +++--

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-05-19 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 4 changesets: uvcvideo: Parse frame descriptors with non-continuous indexes. uvcvideo: Add missing whitespaces to multi-line format strings. uvcvideo: Start status polling on device open uvcvideo: Add Lenovo Thi

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-04-21 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 3 changesets: uvcvideo: Prevent invormation loss with removing implicit casting uvcvideo: fill reserved fields with zero of VIDIOC_QUERYMENU uvcvideo: fix uvc resume failed uvc_v4l2.c | 10 -- uvc_v

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-03-30 Thread Mauro Carvalho Chehab
On Mon, 30 Mar 2009 23:16:09 +0200 Laurent Pinchart wrote: > Hi Mauro, > > On Monday 30 March 2009 05:49:36 Mauro Carvalho Chehab wrote: > > Hi Laurent, > > > > On Sun, 29 Mar 2009 14:45:07 +0200 > > > > Laurent Pinchart wrote: > > > uvcvideo: Add support for Syntek cameras found in JAOtech Sma

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-03-30 Thread Laurent Pinchart
Hi Mauro, On Monday 30 March 2009 05:49:36 Mauro Carvalho Chehab wrote: > Hi Laurent, > > On Sun, 29 Mar 2009 14:45:07 +0200 > > Laurent Pinchart wrote: > > uvcvideo: Add support for Syntek cameras found in JAOtech Smart Terminals > > Please prefer using "make commit" to commit your patches. It w

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-03-29 Thread Mauro Carvalho Chehab
Hi Laurent, On Sun, 29 Mar 2009 14:45:07 +0200 Laurent Pinchart wrote: > uvcvideo: Add support for Syntek cameras found in JAOtech Smart Terminals Please prefer using "make commit" to commit your patches. It will run some sanity scripts that will help you to not forget something. This time, yo

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-03-29 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 2 changesets: uvcvideo: Add support for Syntek cameras found in JAOtech Smart Terminals uvcvideo: Add zero fill for VIDIOC_ENUM_FMT uvc_driver.c |9 + uvc_v4l2.c |6 ++ 2 files changed, 1

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-02-17 Thread Laurent Pinchart
Hi Mauro, On Tuesday 17 February 2009 03:54:48 Mauro Carvalho Chehab wrote: > On Mon, 16 Feb 2009 21:44:58 +0100 > > Laurent Pinchart wrote: > > Mauro, > > > > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ > > > > for the following 3 changesets: > > > > uvcvideo: Initialize streamin

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-02-16 Thread Mauro Carvalho Chehab
On Mon, 16 Feb 2009 21:44:58 +0100 Laurent Pinchart wrote: > Mauro, > > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ > > for the following 3 changesets: > > uvcvideo: Initialize streaming parameters with the probe control value Hmm... I suspect that this is not part of this ch

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-02-16 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 3 changesets: uvcvideo: Initialize streaming parameters with the probe control value uvcvideo: Ignore empty bulk URBs uvcvideo: Add quirk to override wrong bandwidth value for Vimicro devices Kconfig |

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo

2009-01-22 Thread Mauro Carvalho Chehab
On Mon, 19 Jan 2009 10:38:45 +0100 Laurent Pinchart wrote: > On Monday 19 January 2009, Mauro Carvalho Chehab wrote: > > On Sun, 18 Jan 2009 21:49:13 +0100 > > > > Laurent Pinchart wrote: > > > Mauro, > > > > > > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ > > > > > > for the fol

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo

2009-01-22 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 4 changesets: uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}. uvcvideo: Add support for the Alcor Micro AU3820 chipset. uvcvideo: Retry URB buffers allocation when the system is low on memory. uvcvideo: Fix

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo

2009-01-19 Thread Laurent Pinchart
On Monday 19 January 2009, Mauro Carvalho Chehab wrote: > On Sun, 18 Jan 2009 21:49:13 +0100 > > Laurent Pinchart wrote: > > Mauro, > > > > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ > > > > for the following 3 changesets: > > > > uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo

2009-01-18 Thread Mauro Carvalho Chehab
On Sun, 18 Jan 2009 21:49:13 +0100 Laurent Pinchart wrote: > Mauro, > > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ > > for the following 3 changesets: > > uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}. Hmm... instead of this: + phys = kasprintf(GFP_KERNEL, "usb-%s

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo

2009-01-18 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 3 changesets: uvcvideo: replace strn{cpy,cat} with strl{cpy,cat}. uvcvideo: Add support for the Alcor Micro AU3820 chipset. uvcvideo: Retry URB buffers allocation when the system is low on memory. uvc_ctrl.c