linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v3.16] uvcvideo fixes
@ 2014-05-09 12:15 Laurent Pinchart
  2014-05-09 13:33 ` William Manley
  0 siblings, 1 reply; 7+ messages in thread
From: Laurent Pinchart @ 2014-05-09 12:15 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

The following changes since commit 393cbd8dc532c1ebed60719da8d379f50d445f28:

  [media] smiapp: Use %u for printing u32 value (2014-04-23 16:05:06 -0300)

are available in the git repository at:

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

for you to fetch changes up to 4d576e85f1d7e11190652619156b9a136d4c4a98:

  uvcvideo: Fix clock param realtime setting (2014-05-09 14:10:37 +0200)

----------------------------------------------------------------
Anton Leontiev (1):
      uvcvideo: Fix marking buffer erroneous in case of FID toggling

Olivier Langlois (1):
      uvcvideo: Fix clock param realtime setting

 drivers/media/usb/uvc/uvc_video.c | 36 +++++++++++++++++++++++++-----------
 1 file changed, 25 insertions(+), 11 deletions(-)

-- 
Regards,

Laurent Pinchart


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

* Re: [GIT PULL FOR v3.16] uvcvideo fixes
  2014-05-09 12:15 [GIT PULL FOR v3.16] uvcvideo fixes Laurent Pinchart
@ 2014-05-09 13:33 ` William Manley
  2014-05-12 22:43   ` Laurent Pinchart
  0 siblings, 1 reply; 7+ messages in thread
From: William Manley @ 2014-05-09 13:33 UTC (permalink / raw)
  To: Laurent Pinchart, linux-media

Hi Laurent

Any chance of my patch fixing manual exposure mode for the Logitech
C920[1] going in for 3.16?

[1]: https://patchwork.linuxtv.org/patch/23047/

Thanks

Will

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

* Re: [GIT PULL FOR v3.16] uvcvideo fixes
  2014-05-09 13:33 ` William Manley
@ 2014-05-12 22:43   ` Laurent Pinchart
  2014-06-05  9:12     ` William Manley
  0 siblings, 1 reply; 7+ messages in thread
From: Laurent Pinchart @ 2014-05-12 22:43 UTC (permalink / raw)
  To: William Manley; +Cc: linux-media

Hi William,

On Friday 09 May 2014 14:33:57 William Manley wrote:
> Hi Laurent
> 
> Any chance of my patch fixing manual exposure mode for the Logitech
> C920[1] going in for 3.16?

I know I've been largely unresponsive regarding this patch, and I'm really 
ashamed for that.

I would have liked to get feedback from Logitech on the issue, but they've 
been mostly silent so far. I'll thus apply your patch even though I'm still 
bothered by the issue, we can always revisit it later if needed.

> [1]: https://patchwork.linuxtv.org/patch/23047/

-- 
Regards,

Laurent Pinchart


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

* Re: [GIT PULL FOR v3.16] uvcvideo fixes
  2014-05-12 22:43   ` Laurent Pinchart
@ 2014-06-05  9:12     ` William Manley
  2014-06-05 12:24       ` Laurent Pinchart
  0 siblings, 1 reply; 7+ messages in thread
From: William Manley @ 2014-06-05  9:12 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-media

Hi Laurant

On 12/05/14 23:43, Laurent Pinchart wrote:
> Hi William,
> 
> On Friday 09 May 2014 14:33:57 William Manley wrote:
>> Hi Laurent
>>
>> Any chance of my patch fixing manual exposure mode for the Logitech
>> C920[1] going in for 3.16?
> 
> I know I've been largely unresponsive regarding this patch, and I'm really 
> ashamed for that.
> 
> I would have liked to get feedback from Logitech on the issue, but they've 
> been mostly silent so far. I'll thus apply your patch even though I'm still 
> bothered by the issue, we can always revisit it later if needed.

Now the 3.16 merge window is open can you confirm whether this is going
in.  I've not seen it appear in linus' tree yet, but I'm not sure what
the process is.

Thanks

Will

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

* Re: [GIT PULL FOR v3.16] uvcvideo fixes
  2014-06-05  9:12     ` William Manley
@ 2014-06-05 12:24       ` Laurent Pinchart
  2014-08-21 12:43         ` William Manley
  0 siblings, 1 reply; 7+ messages in thread
From: Laurent Pinchart @ 2014-06-05 12:24 UTC (permalink / raw)
  To: William Manley; +Cc: linux-media

Hi William,

On Thursday 05 June 2014 10:12:38 William Manley wrote:
> On 12/05/14 23:43, Laurent Pinchart wrote:
> > On Friday 09 May 2014 14:33:57 William Manley wrote:
> >> Hi Laurent
> >> 
> >> Any chance of my patch fixing manual exposure mode for the Logitech
> >> C920[1] going in for 3.16?
> > 
> > I know I've been largely unresponsive regarding this patch, and I'm really
> > ashamed for that.
> > 
> > I would have liked to get feedback from Logitech on the issue, but they've
> > been mostly silent so far. I'll thus apply your patch even though I'm
> > still bothered by the issue, we can always revisit it later if needed.
> 
> Now the 3.16 merge window is open can you confirm whether this is going
> in.  I've not seen it appear in linus' tree yet, but I'm not sure what
> the process is.

The patch had slipped through the cracks, I've just asked Mauro to push it to 
v3.16.  I'm sorry for the delay, it's my fault :-/

-- 
Regards,

Laurent Pinchart


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

* Re: [GIT PULL FOR v3.16] uvcvideo fixes
  2014-06-05 12:24       ` Laurent Pinchart
@ 2014-08-21 12:43         ` William Manley
  2014-08-21 14:31           ` Laurent Pinchart
  0 siblings, 1 reply; 7+ messages in thread
From: William Manley @ 2014-08-21 12:43 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-media

Hi Laurent

On 05/06/14 13:24, Laurent Pinchart wrote:
> On Thursday 05 June 2014 10:12:38 William Manley wrote:
>> On 12/05/14 23:43, Laurent Pinchart wrote:
>>> On Friday 09 May 2014 14:33:57 William Manley wrote:
>>>> Hi Laurent
>>>>
>>>> Any chance of my patch fixing manual exposure mode for the Logitech
>>>> C920[1] going in for 3.16?
>>>
>>> I know I've been largely unresponsive regarding this patch, and I'm really
>>> ashamed for that.
>>>
>>> I would have liked to get feedback from Logitech on the issue, but they've
>>> been mostly silent so far. I'll thus apply your patch even though I'm
>>> still bothered by the issue, we can always revisit it later if needed.
>>
>> Now the 3.16 merge window is open can you confirm whether this is going
>> in.  I've not seen it appear in linus' tree yet, but I'm not sure what
>> the process is.
> 
> The patch had slipped through the cracks, I've just asked Mauro to push it to 
> v3.16.  I'm sorry for the delay, it's my fault :-/

I notice the patch isn't in Linus' tree just yet.  Where can I look to
find out the status of the patch?

Thanks

Will

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

* Re: [GIT PULL FOR v3.16] uvcvideo fixes
  2014-08-21 12:43         ` William Manley
@ 2014-08-21 14:31           ` Laurent Pinchart
  0 siblings, 0 replies; 7+ messages in thread
From: Laurent Pinchart @ 2014-08-21 14:31 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: William Manley, linux-media

On Thursday 21 August 2014 13:43:21 William Manley wrote:
> On 05/06/14 13:24, Laurent Pinchart wrote:
> > On Thursday 05 June 2014 10:12:38 William Manley wrote:
> >> On 12/05/14 23:43, Laurent Pinchart wrote:
> >>> On Friday 09 May 2014 14:33:57 William Manley wrote:
> >>>> Hi Laurent
> >>>> 
> >>>> Any chance of my patch fixing manual exposure mode for the Logitech
> >>>> C920[1] going in for 3.16?
> >>> 
> >>> I know I've been largely unresponsive regarding this patch, and I'm
> >>> really ashamed for that.
> >>> 
> >>> I would have liked to get feedback from Logitech on the issue, but
> >>> they've been mostly silent so far. I'll thus apply your patch even
> >>> though I'm still bothered by the issue, we can always revisit it later
> >>> if needed.
> >> 
> >> Now the 3.16 merge window is open can you confirm whether this is going
> >> in.  I've not seen it appear in linus' tree yet, but I'm not sure what
> >> the process is.
> > 
> > The patch had slipped through the cracks, I've just asked Mauro to push it
> > to v3.16.  I'm sorry for the delay, it's my fault :-/
> 
> I notice the patch isn't in Linus' tree just yet.  Where can I look to
> find out the status of the patch?

Mauro, what happened to that patch ? I've posted it on 05/06/2014 as "[PATCH 
ATTN] uvcvideo: Work around buggy Logitech C920 firmware".

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2014-08-21 14:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-09 12:15 [GIT PULL FOR v3.16] uvcvideo fixes Laurent Pinchart
2014-05-09 13:33 ` William Manley
2014-05-12 22:43   ` Laurent Pinchart
2014-06-05  9:12     ` William Manley
2014-06-05 12:24       ` Laurent Pinchart
2014-08-21 12:43         ` William Manley
2014-08-21 14:31           ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).