From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:18542 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754574Ab0KMOSI (ORCPT ); Sat, 13 Nov 2010 09:18:08 -0500 Message-ID: <4CDE9E1A.5020409@redhat.com> Date: Sat, 13 Nov 2010 12:18:02 -0200 From: Mauro Carvalho Chehab MIME-Version: 1.0 To: Anca Emanuel CC: Jean-Francois Moine , linux-media@vger.kernel.org Subject: Re: [GIT PATCHES FOR 2.6.38] gspca for_2.6.38 References: <20101113104643.2b99e160@tele> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit List-ID: Sender: Em 13-11-2010 10:16, Anca Emanuel escreveu: > On Sat, Nov 13, 2010 at 11:46 AM, Jean-Francois Moine wrote: >> The following changes since commit >> af9f14f7fc31f0d7b7cdf8f7f7f15a3c3794aea3: >> >> [media] IR: add tv power scancode to rc6 mce keymap (2010-11-10 00:58:49 -0200) >> >> are available in the git repository at: >> git://linuxtv.org/jfrancois/gspca.git for_2.6.38 >> >> Jean-François Moine (16): >> gspca - ov519: Handle the snapshot on capture stop when CONFIG_INPUT=m >> gspca - ov519: Don't do USB exchanges after disconnection >> gspca - ov519: Change types '__xx' to 'xx' >> gspca - ov519: Reduce the size of some variables >> gspca - ov519: Define the sensor types in an enum >> gspca - ov519: Cleanup source >> gspca - ov519: Set their numbers in the ov519 and ov7670 register names >> gspca - ov519: Define the disabled controls in a table >> gspca - ov519: Propagate errors to higher level >> gspca - ov519: Clearer debug and error messages >> gspca - ov519: Check the disabled controls at start time only >> gspca - ov519: Simplify the LED control functions >> gspca - ov519: Change the ov519 start and stop sequences >> gspca - ov519: Initialize the ov519 snapshot register >> gspca - ov519: Re-initialize the webcam at resume time >> gspca - ov519: New sensor ov7660 with bridge ov530 (ov519) >> >> Nicolas Kaiser (1): >> gspca - cpia1: Fix error check >> >> drivers/media/video/gspca/cpia1.c | 2 +- >> drivers/media/video/gspca/ov519.c | 1671 +++++++++++++++++++++-------------- >> drivers/media/video/gspca/w996Xcf.c | 325 +++---- >> 3 files changed, 1131 insertions(+), 867 deletions(-) > > Some conflicts against mainline: Didn't get any conflict against branch staging/for_v2.6.38. Patches applied, thanks. Mauro