[PATCH] Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices

2010-04-11 Thread Klaus Schmidinger
The enum fe_caps provides flags that allow an application to detect whether a device is capable of handling various modulation types etc. A flag for detecting PSK_8, however, is missing. This patch adds the flag FE_CAN_PSK_8 to frontend.h and implements it for the gp8psk-fe.c and cx24116.c driver (

Re: webcam problem after suspend/hibernate

2010-04-11 Thread Laurent Pinchart
On Sunday 04 April 2010 21:34:06 Pavel Machek wrote: > Hi! > > > > If unload/reload of uvcvideo helps, it is most likely problem in that. > > > > > > If unload/reload of ehci_hcd is needed, it is most likely ehci problem. > > > > My testing shows that: > > 1. If I remove uvcvideo BEFORE suspend

Re: cx18: "missing audio" for analog recordings

2010-04-11 Thread Andy Walls
On Sun, 2010-04-11 at 00:56 -0400, Andy Walls wrote: > On Sat, 2010-04-10 at 23:21 -0400, Mark Lord wrote: > > On 10/04/10 06:54 PM, Andy Walls wrote: > > > > > > Hmmm. Darren's having problems (loss of video/black screen) with my > > > patches under my cx18-audio repo, but I'm not quite convinced

Re: Kworld Plus TV Hybrid PCI (DVB-T 210SE)

2010-04-11 Thread 0123peter
on Tue, 30 Mar 2010 07:52 am in the Usenet newsgroup gmane.linux.drivers.video-input-infrastructure hermann pitton wrote: > Hi Peter, > > Am Montag, den 29.03.2010, 23:10 +1100 schrieb 0123pe...@gmail.com: > >> >> Hi Hermann, >> >> I've been "fixing" my PC to the state that it stopped workin

Re: cx18: "missing audio" for analog recordings

2010-04-11 Thread Mark Lord
On 11/04/10 07:47 AM, Andy Walls wrote: On Sun, 2010-04-11 at 00:56 -0400, Andy Walls wrote: Try this: http://linuxtv.org/hg/~awalls/cx18-audio2 this waits 1.5 seconds after an input/channel change to see if the audio standard micrcontroller can detect the standard. If it can't, the d

[GIT PATCHES FOR 2.6.35] - Adding OMAP2/3 V4l2 display driver

2010-04-11 Thread Muralidharan Karicheri
Hi Mauro, Please pull from:- The following changes since commit 184b7c85f31583632ad00c062a295b622759eef3: Mauro Carvalho Chehab (1): ir-core: Fix the delete logic are available in the git repository at: git://linuxtv.org/mkaricheri/vpfe-vpbe-video.git for_upstream_04_11 Vaibhav Hir

Re: webcam problem after suspend/hibernate

2010-04-11 Thread Pavel Machek
Hi! > > > My testing shows that: > > > 1. If I remove uvcvideo BEFORE suspend and reinsert it after resume, > > > > > > it works. However, I cannot always rmmod uvcvideo before suspend > > > as it may be in use. ... > > > I think uvcvideo is failing to reinitialize the camera on resume

Re: cx18: "missing audio" for analog recordings

2010-04-11 Thread Andy Walls
On Sun, 2010-04-11 at 09:24 -0400, Mark Lord wrote: > On 11/04/10 07:47 AM, Andy Walls wrote: > > On Sun, 2010-04-11 at 00:56 -0400, Andy Walls wrote: > >> Try this: > >> > >>http://linuxtv.org/hg/~awalls/cx18-audio2 > >> > >> this waits 1.5 seconds after an input/channel change to see if the a

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: WARNINGS

2010-04-11 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sun Apr 11 19:04:25 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14561:7c0b887911cf git master:

Re: cx18: "missing audio" for analog recordings

2010-04-11 Thread Darren Blaber
Andy Walls wrote: On Sat, 2010-04-10 at 23:21 -0400, Mark Lord wrote: On 10/04/10 06:54 PM, Andy Walls wrote: Hmmm. Darren's having problems (loss of video/black screen) with my patches under my cx18-audio repo, but I'm not quite convinced he doesn't have some other PCI bus problem eit

Re: cx18: "missing audio" for analog recordings

2010-04-11 Thread Mark Lord
On 11/04/10 03:01 PM, Andy Walls wrote: .. I can always throw the other reset patches back in I guess, but this latest patch set should dominate the behavior of the microcontroller (if I didn't miss something because I was tired). I would be interested in hearing how frequent these patches show

[PATCH] stv090x Fix kernel oops when plugging two cards

2010-04-11 Thread Guy Martin
Hi linux-media, This patch fix initialization of the TT s2-1600 card when plugging two of them in the same box. The frontend relies on the fact that state->config->tuner_sleep is set to put the tuner sleep. However the config struct is shared amongst all cards. The patch adds a check for fe->tune

[PATCH] TT S2-1600 allow more current for diseqc

2010-04-11 Thread Guy Martin
Hi linux-media, The following patch increases the current limit for the isl6423 chip on the TT S2-1600 card. This allows DiSEqC to work with more complex and current demanding configurations. Signed-off-by: Guy Martin Regards, Guydiff -r 7c0b887911cf linux/drivers/media/dvb/ttpci/budget.c --

Re: [PATCH] Fix default state Beholder H6 tuner.

2010-04-11 Thread Dmitri Belimov
Hi Mauro > Em 01-04-2010 01:33, Dmitri Belimov escreveu: > > Hi Hermann > > > >> Hi Dimitry, > >> > >> Am Mittwoch, den 31.03.2010, 13:14 +1000 schrieb Dmitri Belimov: > >>> Hi Hermann > >>> > Hi, > > Am Dienstag, den 30.03.2010, 16:02 +1000 schrieb Dmitri Belimov: > > Hi > >>>

saa7134 only one MPEG device

2010-04-11 Thread Dmitri Belimov
Hi Now saa7134 can support only one MPEG device. It can be MPEG2 encoder or DVB frontend. struct saa7134_dev->mops. But our TV card has two different MPEG devices: encoder and DVB frontend. I make some chandes for support both. But pointer to MPEG ops is only one. This is dmesh log with my chan