From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35965 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753039Ab2K2N4C (ORCPT ); Thu, 29 Nov 2012 08:56:02 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qATDu1QQ032355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 29 Nov 2012 08:56:01 -0500 Received: from shalem.localdomain (vpn1-4-237.ams2.redhat.com [10.36.4.237]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qATDtxu3029598 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 29 Nov 2012 08:56:00 -0500 Message-ID: <50B769EC.8020707@redhat.com> Date: Thu, 29 Nov 2012 14:58:04 +0100 From: Hans de Goede MIME-Version: 1.0 To: Linux Media Mailing List Subject: [GIT FIXES FOR 3.8] Various USB webcam fixes Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-media-owner@vger.kernel.org List-ID: Hi Mauro, Please pull from my tree for some assorted USB webcam fixes for 3.8 The following changes since commit d8658bca2e5696df2b6c69bc5538f8fe54e4a01e: [media] omap3isp: Replace cpu_is_omap3630() with ISP revision check (2012-11-28 10:54:46 -0200) are available in the git repository at: git://linuxtv.org/hgoede/gspca.git media-for_v3.8 for you to fetch changes up to 325b64b6cb9090c1bc7cda5444f84b2c00acf926: Documentation/media: Remove docs for obsoleted and removed v4l1 drivers (2012-11-29 11:29:48 +0100) ---------------------------------------------------------------- Hans de Goede (3): gspca-pac207: Add a led_invert module parameter stk-webcam: Add an upside down dmi table, and add the Asus G1 to it Documentation/media: Remove docs for obsoleted and removed v4l1 drivers Jean-François Moine (1): gspca - stv06xx: Fix a regression with the bridge/sensor vv6410 Documentation/video4linux/et61x251.txt | 315 ---------------- Documentation/video4linux/ibmcam.txt | 323 ---------------- Documentation/video4linux/m5602.txt | 12 - Documentation/video4linux/ov511.txt | 288 -------------- Documentation/video4linux/se401.txt | 54 --- Documentation/video4linux/stv680.txt | 53 --- Documentation/video4linux/w9968cf.txt | 458 ----------------------- Documentation/video4linux/zc0301.txt | 270 ------------- drivers/media/usb/gspca/pac207.c | 32 +- drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c | 4 + drivers/media/usb/stkwebcam/stk-webcam.c | 56 ++- 11 files changed, 76 insertions(+), 1789 deletions(-) delete mode 100644 Documentation/video4linux/et61x251.txt delete mode 100644 Documentation/video4linux/ibmcam.txt delete mode 100644 Documentation/video4linux/m5602.txt delete mode 100644 Documentation/video4linux/ov511.txt delete mode 100644 Documentation/video4linux/se401.txt delete mode 100644 Documentation/video4linux/stv680.txt delete mode 100644 Documentation/video4linux/w9968cf.txt delete mode 100644 Documentation/video4linux/zc0301.txt Thanks & Regards, Hans