[GIT,PATCHES,FOR,2.6.40] gspca for_v2.6.40
Message ID | 20110521085933.485f77aa@tele (mailing list archive) |
---|---|
State | Superseded, archived |
Headers |
Return-path: <mchehab@pedra> Envelope-to: mchehab@pedra Delivery-date: Sat, 21 May 2011 07:20:44 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from <mchehab@pedra>) id 1QNjIa-0006We-ED for mchehab@pedra; Sat, 21 May 2011 07:20:44 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for <mchehab@localhost> (single-drop); Sat, 21 May 2011 07:20:44 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QNg9l-00024Y-1I; Sat, 21 May 2011 06:59:25 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752515Ab1EUG7J (ORCPT <rfc822; kmpark@infradead.org> + 1 other); Sat, 21 May 2011 02:59:09 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:42793 "EHLO smtp5-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752383Ab1EUG7H convert rfc822-to-8bit (ORCPT <rfc822;linux-media@vger.kernel.org>); Sat, 21 May 2011 02:59:07 -0400 Received: from tele (unknown [82.245.201.222]) by smtp5-g21.free.fr (Postfix) with ESMTP id E1806D4824B for <linux-media@vger.kernel.org>; Sat, 21 May 2011 08:59:00 +0200 (CEST) Date: Sat, 21 May 2011 08:59:33 +0200 From: Jean-Francois Moine <moinejf@free.fr> To: linux-media@vger.kernel.org Subject: [GIT PATCHES FOR 2.6.40] gspca for_v2.6.40 Message-ID: <20110521085933.485f77aa@tele> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: <linux-media.vger.kernel.org> X-Mailing-List: linux-media@vger.kernel.org Sender: <mchehab@pedra> |
Pull-request
git://linuxtv.org/jfrancois/gspca.git for_v2.6.40Message
Jean-Francois Moine
May 21, 2011, 6:59 a.m. UTC
The following changes since commit f9b51477fe540fb4c65a05027fdd6f2ecce4db3b: [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_v2.6.40 Jean-François Moine (9): gspca - cpia1: Fix some warnings. gspca - kinect: Remove __devinitdata gspca - stk014 / t613: Accept the index 0 in querymenu gspca - main: Version change to 2.13 gspca - main: Remove USB traces gspca - cpia1: Remove a bad conditional compilation instruction gspca: Unset debug by default gspca: Fix some warnings tied to 'no debug' gspca - sunplus: Fix some warnings and simplify code drivers/media/video/gspca/cpia1.c | 6 +-- drivers/media/video/gspca/gl860/gl860.c | 15 +---- drivers/media/video/gspca/gspca.c | 4 +- drivers/media/video/gspca/gspca.h | 6 +- drivers/media/video/gspca/kinect.c | 2 +- drivers/media/video/gspca/spca508.c | 5 +- drivers/media/video/gspca/stk014.c | 15 ++--- drivers/media/video/gspca/sunplus.c | 99 ++++++++++-------------------- drivers/media/video/gspca/t613.c | 17 ++---- drivers/media/video/gspca/zc3xx.c | 5 +- 10 files changed, 61 insertions(+), 113 deletions(-)
Comments
On Sat, 21 May 2011 08:59:33 +0200 Jean-Francois Moine <moinejf@free.fr> wrote: > The following changes since commit > f9b51477fe540fb4c65a05027fdd6f2ecce4db3b: > > [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200) > > are available in the git repository at: > git://linuxtv.org/jfrancois/gspca.git for_v2.6.40 > > Jean-François Moine (9): [...] > gspca - main: Remove USB traces OK, now I got it, thanks a lot :) BTW there are still a lot of messages using D_USBI and D_USBO in gspca subdrivers which are now muted unconditionally by that change, however I notice that they are mostly about telling what registers and values are being set and got, we could call that "device specific" messages and they are kind of independent form the USB transport indeed; do you think it is worth to have a new debug level to replace D_USB{I,O} in order to keep those messages? I am not sure about the name tho: D_COMM, D_DEV, D_REGS, D_IC, D_HW? Thanks, Antonio
Em 21-05-2011 03:59, Jean-Francois Moine escreveu: > The following changes since commit > f9b51477fe540fb4c65a05027fdd6f2ecce4db3b: > > [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09 05:47:20 +0200) > > are available in the git repository at: > git://linuxtv.org/jfrancois/gspca.git for_v2.6.40 It is a way better! Thanks for the comments. Applied, thanks! Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html