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,
[…]
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
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
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
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
---
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
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
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
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
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/
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
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
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
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
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
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
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
> 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
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
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
---
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 ++
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
==
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
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
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
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
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.
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
28 matches
Mail list logo