Re: How fix driver for this USB camera (MT9T031 sensor and Cypress FX2LP USB bridge)

2012-05-16 Thread Jean-Francois Moine
On Wed, 16 May 2012 22:14:48 + (UTC) Simon Gustafsson wrote: > 2) Where should I begin? My gut feeling is to go for > media/video/gspca/ov519.c, > since it has the code for talking to the USB bridge chip (BRIDGE_OVFX2), and Hi Simon, The FX2 is a processor, and, in ov519, used as a bridge,

Re: [PATCH v4 1/5] rtl2832 ver. 0.4: removed signal statistics

2012-05-16 Thread poma
[…] v4-1-5-rtl2832-ver.-0.4-v2.diff --- v4-1-5-rtl2832-ver.-0.4-removed-signal-statistics.patch.orig 2012-05-17 05:17:16.732328539 +0200 +++ v4-1-5-rtl2832-ver.-0.4-removed-signal-statistics.patch 2012-05-17 05:17:35.999265106 +0200 @@ -24,7 +24,7 @@ obj-$(CONFIG_DVB_A8293) += a8293.o obj-$(CO

Re: [PATCH v4 1/5] rtl2832 ver. 0.4: removed signal statistics

2012-05-16 Thread poma
On 05/17/2012 12:13 AM, Thomas Mair wrote: > Changelog for ver. 0.3: > - removed statistics as their calculation was wrong > - fixed bug in Makefile > - indentation and code style improvements > > Signed-off-by: Thomas Mair > --- > drivers/media/dvb/frontends/Kconfig|7 + > drivers/m

Re: Kernel Display and Video API Consolidation mini-summit at ELC 2012 - Notes

2012-05-16 Thread Jun Nie
Is there any discussion on HDCP on the summit? It is tightly coupled with HDMI and DVI and should be managed together with the transmitter. But there is not code to handle HDCP in DRM/FB/V4L in latest kernel. Any thoughts on HDCP? Or you guys think there is risk to support it in kernel? Thanks

Re: PCTV 520e - DVB-C not working

2012-05-16 Thread Antti Palosaari
On 07.05.2012 22:44, Antti Palosaari wrote: On 05.05.2012 15:24, Per Wetterberg wrote: Hi, I have problem getting the PCTV 520e to work with DVB-C on Linux. The video output stream is full of defects. "drxk: SCU_RESULT_INVPAR while sending cmd 0x0203 with params" is printed to the dmesg log w

[PATCH 3/3] renamings and global parms removed

2012-05-16 Thread André Roth
--- lib/include/dvb-fe.h |2 +- lib/include/libsat.h | 10 +- lib/libdvbv5/dvb-fe.c |4 ++-- lib/libdvbv5/libsat.c | 22 +++--- utils/dvb/dvbv5-scan.c |4 ++-- utils/dvb/dvbv5-zap.c |4 ++-- 6 files changed, 23 insertions(+), 23 deletions(-) diff

How fix driver for this USB camera (MT9T031 sensor and Cypress FX2LP USB bridge)

2012-05-16 Thread Simon Gustafsson
Bought a rare webcam, which doesn't work in Linux, and would appreciate some pointers of how to fix that. 1) Is someone already working on this (camera information at the bottom) 2) Where should I begin? My gut feeling is to go for media/video/gspca/ov519.c, since it has the code for talking to t

[PATCH v4 5/5] rtl28xxu: support Terratec Noxon DAB/DAB+ stick

2012-05-16 Thread Thomas Mair
Signed-off-by: Hans-Frieder Vogt Signed-off-by: Thomas Mair --- drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 + drivers/media/dvb/dvb-usb/rtl28xxu.c| 27 ++- 2 files changed, 27 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b

[PATCH v4 4/5] rtl28xxu: support G-Tek Electronics Group Lifeview LV5TDLX DVB-T

2012-05-16 Thread Thomas Mair
Signed-off-by: Thomas Mair --- drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 + drivers/media/dvb/dvb-usb/rtl28xxu.c| 11 ++- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h index fd3

[PATCH v4 3/5] rtl28xxu: renamed rtl2831_rd/rtl2831_wr to rtl28xx_rd/rtl28xx_wr

2012-05-16 Thread Thomas Mair
Signed-off-by: Thomas Mair --- drivers/media/dvb/dvb-usb/rtl28xxu.c | 102 +- 1 files changed, 51 insertions(+), 51 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/rtl28xxu.c b/drivers/media/dvb/dvb-usb/rtl28xxu.c index bb66771..6817ef7 100644 --- a/drivers/

[PATCH v4 2/5] rtl28xxu: support for the rtl2832 demod driver

2012-05-16 Thread Thomas Mair
This only adds support for the Terratec Cinergy T Stick Black device. Signed-off-by: Thomas Mair --- drivers/media/dvb/dvb-usb/Kconfig |3 + drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 + drivers/media/dvb/dvb-usb/rtl28xxu.c| 431 +-- 3 files changed

[PATCH v4 1/5] rtl2832 ver. 0.4: removed signal statistics

2012-05-16 Thread Thomas Mair
Changelog for ver. 0.3: - removed statistics as their calculation was wrong - fixed bug in Makefile - indentation and code style improvements Signed-off-by: Thomas Mair --- drivers/media/dvb/frontends/Kconfig|7 + drivers/media/dvb/frontends/Makefile |1 + drivers/media/dvb

[PATCH v4 0/5] support for rtl2832

2012-05-16 Thread Thomas Mair
This is the new version of the patch series to add support for the rtl2832 demodulator driver. Before applying the patches you need to add the fc0012/fc0013 driver from Hans-Frider Vogt. The changes from the privious version of the patches are manly in the rtl2832 demod driver to fix code style is

[PATCH 0/3] gspca: kinect cleanup, ov534 port to control framework

2012-05-16 Thread Antonio Ospite
Hi, the first patch just removes traces of the gspca control handling mechanism from the kinect driver; this driver does not have any controls. The change is trivial and can be applied right away, or postponed to when the gspca_main code is removed, you decide. The second patch removes the depend

[PATCH 3/3] gspca_ov534: Convert to the control framework

2012-05-16 Thread Antonio Ospite
Signed-off-by: Antonio Ospite --- drivers/media/video/gspca/ov534.c | 569 + 1 file changed, 267 insertions(+), 302 deletions(-) diff --git a/drivers/media/video/gspca/ov534.c b/drivers/media/video/gspca/ov534.c index c16bd1b..9f0f93c 100644 --- a/drivers/me

[PATCH 2/3] gspca_ov534: make AGC and AWB controls independent

2012-05-16 Thread Antonio Ospite
Even if the best results are indeed achieved with both AGC and AWB enabled, the webcam is capable of setting these independently, and the user can see the difference of any of the 4 combinations of these two boolean controls. Removing the dependency from one another simplifies the code and gives m

[PATCH 1/3] gspca_kinect: remove traces of the gspca control mechanism

2012-05-16 Thread Antonio Ospite
This driver has no controls, so there is no need to convert it to the control framework. Signed-off-by: Antonio Ospite --- drivers/media/video/gspca/kinect.c |9 - 1 file changed, 9 deletions(-) diff --git a/drivers/media/video/gspca/kinect.c b/drivers/media/video/gspca/kinect.c in

Re: [PATCH 5/8] added m4 directory to gitignore

2012-05-16 Thread André Roth
> On 5/13/12 2:17 PM, André Roth wrote: > > configure > > +m4 > > aclocal.m4 > > autom4te.cache > > build-aux > > The m4 directory also contains files that *are* under version control. > Changes to these files will be undetected if the directory is being ignored. this is not correct. with gi

Re: [PATCH] mmp-camera: specify XO-1.75 clock speed

2012-05-16 Thread Daniel Drake
On Wed, May 16, 2012 at 3:12 PM, Jonathan Corbet wrote: > On Tue, 15 May 2012 20:43:31 +0100 (BST) > Daniel Drake wrote: > >> Jon, is it OK to assume that XO-1.75 is the only mmp-camera user? > > It's the only one I know of at the moment, certainly. > > Even so, I think it would be a lot better t

Re: [PATCH] mmp-camera: specify XO-1.75 clock speed

2012-05-16 Thread Jonathan Corbet
On Tue, 15 May 2012 20:43:31 +0100 (BST) Daniel Drake wrote: > Jon, is it OK to assume that XO-1.75 is the only mmp-camera user? It's the only one I know of at the moment, certainly. Even so, I think it would be a lot better to put this parameter into the mmp_camera_platform_data structure inst

[PATCH 1/2] renamings and librarization

2012-05-16 Thread André Roth
--- lib/include/dvb-fe.h |4 ++-- lib/include/dvb-file.h | 12 ++-- lib/include/dvb-frontend.h |2 +- lib/include/libsat.h | 22 -- lib/libdvbv5/dvb-file.c|2 +- lib/libdvbv5/libsat.c | 20 ++

Re: patch for Asus My Cinema PS3-100 (1043:48cd)

2012-05-16 Thread remi schwartz
Ok, I used your patch against the last media-build tree. Here are the results. * first, I added these lines to the patch to get the modules compiled : ### Signed-off-by: Remi Schwartz Index: patchwork/include/media/rc-map.h ==

cron job: media_tree daily build: ERRORS

2012-05-16 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Wed May 16 19:00:23 CEST 2012 git hash:61282daf505f3c8def09332ca337ac257b792029 gcc version: i686-linux-gcc (GC

Re: Status of gstreamer video capture/encoding

2012-05-16 Thread Enrico
On Wed, May 16, 2012 at 2:26 AM, Simon Knopp wrote: > Hi all, > > I am trying to understand the current state of video capture and encoding > using gstreamer for kernels >= 2.6.39 on an OMAP3530. > > Currently on 2.6.34 (omap3-2.6.34-caspapx) I use essentially: >        v4l2src ! TIVidenc1 codecN

[PATCH 2/2] media_build: disable VIDEO_SMIAPP driver on kernels older than 2.6.34

2012-05-16 Thread Gianluca Gennari
The new 'smiapp' driver requires 'gpio_request_one': media_build/v4l/smiapp-core.c:2333: error: implicit declaration of function 'gpio_request_one' that was first introduced in kernel 2.6.34, so let's disable it on older kernels. Signed-off-by: Gianluca Gennari http://vger.kernel.org/majordomo

[PATCH 1/2] media_build: add SET_SYSTEM_SLEEP_PM_OPS definition to compat.h

2012-05-16 Thread Gianluca Gennari
Old kernels are missing the definition of SET_SYSTEM_SLEEP_PM_OPS in linux/pm.h: media_build/v4l/msp3400-driver.c:871:2: error: implicit declaration of function 'SET_SYSTEM_SLEEP_PM_OPS' [-Werror=implicit-function-declaration] media_build/v4l/msp3400-driver.c:872:1: error: initializer element is

[PATCH 0/2] media_build: fix compilation on old kernels (<2.6.34)

2012-05-16 Thread Gianluca Gennari
This patches fix compilation of the media_build tree on kernels older than 2.6.34. Tested on kernel 2.6.32 (Ubuntu 10.04). Gianluca Gennari (2): media_build: add SET_SYSTEM_SLEEP_PM_OPS definition to compat.h media_build: disable VIDEO_SMIAPP driver on kernels older than 2.6.34 v4l/compat.

Re: [PATCH 03/23] V4L: Add an extended camera white balance control

2012-05-16 Thread Sylwester Nawrocki
Hi Sakari, On 05/16/2012 08:57 AM, Sakari Ailus wrote: ... + + + >>> spanname="id">V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE  + enum v4l2_auto_n_preset_white_balance + Sets white balance to automatic, +manual or a preset. The presets determine color temperature of the