[PATCH 1/3] m88brs2000 DVB-S frontend and tuner module.

2012-01-22 Thread Malcolm Priestley
Support for m88brs2000 chip used in lmedm04 driver. Note there are still lock problems. Slow channel change due to the large block of registers sent in set_frontend. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/media/dvb/frontends/Kconfig |7 +

[PATCH 2/3] lmedm04 ver 1.95 support m88rs2000 demodulator/tuner

2012-01-22 Thread Malcolm Priestley
Support for m88rs2000 module. Driver also defaults PID filter to off due to problems. The driver also attempts to overcome problems with occasional lock problems. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/media/dvb/dvb-usb/lmedm04.c | 218

[PATCH 3/3] lmedm04 m88rs2000 Firmware details

2012-01-22 Thread Malcolm Priestley
Firmware details RS2000 Note: Firmware needs to be patched to return from cold boot with correct ID. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- Documentation/dvb/lmedm04.txt | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git

Re: DVB-S2 multistream support

2012-01-22 Thread Christian Prähauser
Hello Mauro, Am 22.01.2012 um 03:13 schrieb Mauro Carvalho Chehab: Hi Christian, Em 27-12-2011 08:12, Christian Prähauser escreveu: Yes, I'm meaning something like what it was described there. I think that the code written by Christian were never submitted upstream. Hello Mauro,

720p webcam providing VDPAU-compatible video stream?

2012-01-22 Thread Csillag Kristof
Dear linux-media users, I have stopped following the advancements in Linux video (and video hw in general) a while ago, so I am no longer up to date with the current technologies, therefore I seek your advice. I am looking for for a webcam that - works properly under GNU/Linux (without

cron job: media_tree daily build: ERRORS

2012-01-22 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:Sun Jan 22 19:00:18 CET 2012 git hash:9e5e3097a3febbf317abc6d1b07bc6c33b20c279 gcc version: i686-linux-gcc

Re: [PATCH v2] media i.MX27 camera: properly detect frame loss.

2012-01-22 Thread Guennadi Liakhovetski
A small addendum On Sun, 22 Jan 2012, Guennadi Liakhovetski wrote: Hi Javier Please, excuse my curiosity and bear with my lack of understanding :-) On Wed, 11 Jan 2012, Javier Martin wrote: As V4L2 specification states, frame_count must also regard lost frames so that the user can

[PATCH] af9015: fix i2c failures for dual-tuner devices

2012-01-22 Thread Gordon Hecker
The i2c failures were caused by enabling both i2c gates at the same time while putting the tuners asleep. This patch removes the init() and sleep() callbacks from the tuner, to prevent frontend.c from calling i2c_gate_ctrl tuner init / sleep i2c_gate_ctrl without holding the lock. tuner

problems with building newest media_build.git commit 17f42a807d5d6e7e783f0498916411a5e595edb6

2012-01-22 Thread Daniel Schroll
Hi all, I am trying to build the last driver-set in order to get my dvbc USB-Stick Terratec Cinergy HTC Stick HD running. output of lsusb Bus 001 Device 009: ID 0ccd:00b2 TerraTec Electronic GmbH I followed the instructions on

openSUSE 12.1

2012-01-22 Thread Janusz Rawski
Hi. I'm from Poland. Sorry for my english. I can't install drivers via git on my openSUSE 12.1 My kernel is 3.1.0-1.2. Message from ./build script: eo@linux-7udx:~/media_build ./build Checking if the needed tools for openSUSE 12.1 (i586) are available ERROR: please install Proc::ProcessTable,

Re: openSUSE 12.1

2012-01-22 Thread Masaru Nomiya
Hello, In the Message; Subject: openSUSE 12.1 Message-ID : 4f1cfc85.5010...@wp.pl Date Time: Mon, 23 Jan 2012 07:21:57 +0100 [Janusz] == Janusz Rawski janusz.raw...@wp.pl has written: Janusz I can't install drivers via git on my openSUSE 12.1 Janusz My kernel is 3.1.0-1.2. Janusz

[RFCv2 PATCH 0/2] New driver for the Keene USB FM Transmitter

2012-01-22 Thread Hans Verkuil
Hi all, Here is a V4L2 driver for the Keene USB FM Transmitter: http://www.amazon.co.uk/Keene-Electronics-USB-FM-Transmitter/dp/B003GCHPDY Changes from v1: Incorporated comments from Oliver Neukum: - Use kmalloc to allocate the DMA buffer - Check the product name in the keene driver as well

[RFCv2 PATCH 2/2] hid-core: ignore the Keene FM transmitter.

2012-01-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com The Keene FM transmitter USB device has the same USB ID as the Logitech AudioHub Speaker, but it should ignore the hid. Check if the name is that of the Keene device. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/hid/hid-core.c | 10

[RFCv2 PATCH 1/2] radio-keene: add a driver for the Keene FM Transmitter.

2012-01-22 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/radio/Kconfig | 10 + drivers/media/radio/Makefile |1 + drivers/media/radio/radio-keene.c | 437 + 3 files changed, 448