Re: [PATCH] tm6000 fix i2c

2010-04-26 Thread Bee Hock Goh
wiki is your best friend. :) http://www.linuxtv.org/wiki/index.php/Maintaining_Git_trees http://www.linuxtv.org/wiki/index.php/Using_a_git_driver_development_tree On Tue, Apr 27, 2010 at 1:15 PM, Dmitri Belimov wrote: > On Mon, 26 Apr 2010 20:58:24 +0800 > Bee Hock Goh wrote: > >> thanks. This

Re: [PATCH] tm6000 fix i2c

2010-04-26 Thread Dmitri Belimov
On Mon, 26 Apr 2010 20:58:24 +0800 Bee Hock Goh wrote: > thanks. This is work fine on my tm5600. Good news. > btw, can you use the git tree? There is some codes update from Stefan > there for the tm6000-i2c that is still not sync with hg. no problemm. Give me access and URL. With my best reg

[PATCH] Add Elgato EyeTV Diversity to dibcom driver

2010-04-26 Thread Wolfram Sang
From: Michael Müller This patch introduces support for DVB-T for the following dibcom based card: Elgato EyeTV Diversity (USB-ID: 0fd9:0011) Support for the Elgato silver IR remote is added too (set parameter dvb_usb_dib0700_ir_proto=0) [wsa: rebased to current linuxtv-master] Signed-off-by: M

Re: [Bugme-new] [Bug 15826] New: WARNING: at fs/proc/generic.c:317 __xlate_proc_name+0xbd/0xe0()

2010-04-26 Thread Andrew Morton
(switched to email. Please respond via emailed reply-to-all, not via the bugzilla web interface). On Wed, 21 Apr 2010 12:21:18 GMT bugzilla-dae...@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=15826 > >Summary: WARNING: at fs/proc/generic.c:317 >

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

2010-04-26 Thread hermann pitton
Am Montag, den 26.04.2010, 21:51 +1000 schrieb 0123pe...@gmail.com: [snip] > >> >> > > >> >> > If it is a additional new regression, then mercurial bisect can find > >> >> > the > >> >> > patch in question fairly quick. > >> >> > >> >> That sounds like something that I should be able to do, if

Re: tuner XC5000 race condition??

2010-04-26 Thread Timothy D. Lenz
On 4/26/2010 11:57 AM, Timothy D. Lenz wrote: On 4/25/2010 6:00 PM, Andy Walls wrote: On Mon, 2010-04-26 at 10:44 +1000, Dmitri Belimov wrote: Hi Sometimes tuner XC5000 crashed on boot. This PC is dual-core. It can be race condition or multi-core depend problem. Add mutex for solve this p

Re: faulty pac3711

2010-04-26 Thread Sigmund Skjelnes
Cheese did the job perfectly, thanks a lot. Regards, Sigmund Hans de Goede wrote: Hi, make sure you're using the camera together with apps which are using libv4l, such as cheese. Regards, Hans On 04/25/2010 08:39 PM, skjel...@robin.no wrote: Hi! I'd have an Exibel snakescope TF2808 which

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

2010-04-26 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:Mon Apr 26 19:00:20 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14592:b438301e588f git master:

HDPVR Poor quality S-Video Capture

2010-04-26 Thread Mark Goldberg
Using the 20100401 snapshot kernel modules from ATrpms on F12, I've noticed that the quality of video capture from the HDPVR is significantly worse than that from a PVRUSB2, using the S-Video input. It is less sharp and has jaggier edges on things like on screen displays from the video source (sat

Re: av7110 and budget_av are broken!

2010-04-26 Thread VDR User
On Mon, Apr 26, 2010 at 6:35 AM, Mauro Carvalho Chehab wrote: > You need to ask Douglas about -hg issues. He is the actual maintainer of that > tree. > It is probably a good idea to merge also from fixes.git tree, but this may > make > his sync process more complicated, so, it is up to him to de

Re: Xawtv sparc 64bit fix

2010-04-26 Thread Guy Martin
Hi Mauro, Thanks for the feedback. Here is the fixed version. Cheers, Guy On Sun, 25 Apr 2010 13:55:44 -0300 Mauro Carvalho Chehab wrote: > Guy Martin wrote: > > > > Hi, > > > > Here is an old patch of mine which I tried to submit in 2006 but > > never got it. I didn't really know who was

[PATCH] Read MAC for TeVii S470 PCI-e DVB-S2 card

2010-04-26 Thread pierre.gronlier
This patch retrieve the correct mac address from the eeprom for TeVii S470 card. Signed-off-by: Pierre Gronlier diff --git a/linux/drivers/media/video/cx23885/cx23885-dvb.c b/linux/drivers/media/video/cx23885/cx23885-dvb.c --- a/linux/drivers/media/video/cx23885/cx23885-dvb.c +++ b/linux/drive

Re: [PATCH 06/15] [RFC] msp3400: convert to the new control framework

2010-04-26 Thread David Ellingsworth
On Mon, Apr 26, 2010 at 3:33 AM, Hans Verkuil wrote: > Signed-off-by: Hans Verkuil > --- >  drivers/media/video/msp3400-driver.c   |  248 +++ >  drivers/media/video/msp3400-driver.h   |   16 ++- >  drivers/media/video/msp3400-kthreads.c |   16 +- >  3 files changed, 10

Re: [PATCH 05/15] [RFC] saa7115: convert to the new control framework

2010-04-26 Thread David Ellingsworth
On Mon, Apr 26, 2010 at 3:33 AM, Hans Verkuil wrote: > Signed-off-by: Hans Verkuil > --- >  drivers/media/video/saa7115.c |  180 > ++--- >  1 files changed, 80 insertions(+), 100 deletions(-) > > diff --git a/drivers/media/video/saa7115.c b/drivers/media/video

Re: [PATCH] tm6000: Properly set alternate when preparing to stream

2010-04-26 Thread Stefan Ringel
Am 26.04.2010 16:24, schrieb Mauro Carvalho Chehab: > Although the code is getting the better alternates, it is not really using > it. Get the interface/alternate numbers and use it where needed. > > This patch implements also one small fix at the last_line set, as > proposed by Bee Hock Goh . > >

RE: Ticket #5744: Initial tuning to an analogue station fault

2010-04-26 Thread Michael PARKER
All, I could really do with someone able to interpret the following descriptions into a bugfix picking this issue up. Attached to bug: > CloseChannel here is called with with the only file descriptor open on the > video device. On certain tv cards at least, > closing that single connection >

[PATCH] tm6000: Properly set alternate when preparing to stream

2010-04-26 Thread Mauro Carvalho Chehab
Although the code is getting the better alternates, it is not really using it. Get the interface/alternate numbers and use it where needed. This patch implements also one small fix at the last_line set, as proposed by Bee Hock Goh . Signed-off-by: Mauro Carvalho Chehab -- Cheers, Mauro diff -

Re: av7110 and budget_av are broken!

2010-04-26 Thread Mauro Carvalho Chehab
VDR User wrote: > On Wed, Apr 21, 2010 at 2:44 AM, Oliver Endriss wrote: >>> It's merged in Mauro's fixes tree, but I don't think those pending patches >>> have been pushed upstream yet. Mauro, can you verify this? They should be >>> pushed to 2.6.34! >> What about the HG driver? >> The v4l-dvb HG

Re: [PATCH] tm6000 fix i2c

2010-04-26 Thread Mauro Carvalho Chehab
Hi Dmitri, Dmitri Belimov wrote: > Hi > > Rework last I2C patch. > Set correct limit for I2C packet. > Use different method for the tm5600/tm6000 and tm6010 to read word. > > Try this patch. > > diff -r 7c0b887911cf linux/drivers/staging/tm6000/tm6000-i2c.c > --- a/linux/drivers/staging/tm6000

Re: [PATCH] tm6000 fix i2c

2010-04-26 Thread Bee Hock Goh
thanks. This is work fine on my tm5600. btw, can you use the git tree? There is some codes update from Stefan there for the tm6000-i2c that is still not sync with hg. On Mon, Apr 26, 2010 at 8:25 AM, Dmitri Belimov wrote: > Hi > > Rework last I2C patch. > Set correct limit for I2C packet. > Use

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

2010-04-26 Thread 0123peter
on Fri, 16 Apr 2010 09:50 am in the Usenet newsgroup gmane.linux.drivers.video-input-infrastructure hermann pitton wrote: > Hi Peter, > > Am Donnerstag, den 15.04.2010, 23:30 +1000 schrieb 0123pe...@gmail.com: >> on Thu, 15 Apr 2010 01:32 pm >> in the Usenet newsgroup gmane.linux.drivers.video-i

Re: [PATCH v3 2/3] v4l: videobuf: Add support for V4L2_BUF_FLAG_ERROR

2010-04-26 Thread Laurent Pinchart
Hi Pavel, On Thursday 22 April 2010 11:35:35 Pawel Osciak wrote: > >Laurent Pinchart > >On Wednesday 21 April 2010 13:39:44 Pawel Osciak wrote: > >> @@ -679,23 +682,20 @@ int videobuf_dqbuf(struct videobuf_queue *q, > >> > >>switch (buf->state) { > >> > >>case VIDEOBUF_ERROR: > >>

Re: Re: Fw: PROBLEM: linux server halts while restarting VLC

2010-04-26 Thread Alexander Kolesnik
Hello. > The issue happens if VLC process hasn't been unloaded before executing > another instance. In this case killall command did not work as > supposed. This appears not to be true. Today the server halted while starting VLC first time. Will try to reload bttv modules before starti

Re: Doing a stable v4l-utils release

2010-04-26 Thread Hans Verkuil
On Monday 26 April 2010 09:35:23 Hans de Goede wrote: > Hi all, > > Currently v4l-utils is at version 0.7.91, which as the version > suggests is meant as a beta release. > > As this release seems to be working well I would like to do > a v4l-utils-0.8.0 release soon. This is a headsup, to give >

Re: faulty pac3711

2010-04-26 Thread Hans de Goede
Hi, make sure you're using the camera together with apps which are using libv4l, such as cheese. Regards, Hans On 04/25/2010 08:39 PM, skjel...@robin.no wrote: Hi! I'd have an Exibel snakescope TF2808 which dont make any picure on Linux. It worked ok on windows, but I do not have windows ins

Re: Xawtv version 3.96

2010-04-26 Thread Hans de Goede
Hi, On 04/23/2010 05:18 PM, Chicken Shack wrote: It would make much more sense to complete (or at least try to complete) xawtv 4.0 pre instead of fixing bugs in 3.96. Reasons why? 1. 4.0 pre contains more innovation, new ideas. 2. 3.96 s analogue only, not DVB. 3. Both the analogue AND the DV

[PATCH 15/15] [RFC] ivtv: convert to the new control framework

2010-04-26 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- drivers/media/video/ivtv/ivtv-controls.c | 275 -- drivers/media/video/ivtv/ivtv-controls.h |6 +- drivers/media/video/ivtv/ivtv-driver.c | 18 ++- drivers/media/video/ivtv/ivtv-driver.h |5 +- drivers/media/video/ivtv/ivt

[PATCH 13/15] [RFC] wm8739: convert to the new control framework

2010-04-26 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- drivers/media/video/wm8739.c | 176 ++ 1 files changed, 59 insertions(+), 117 deletions(-) diff --git a/drivers/media/video/wm8739.c b/drivers/media/video/wm8739.c index b572ce2..fe77086 100644 --- a/drivers/media/video/wm8

[PATCH 14/15] [RFC] ivtv: convert gpio subdev to new control framework.

2010-04-26 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- drivers/media/video/ivtv/ivtv-driver.c |1 + drivers/media/video/ivtv/ivtv-driver.h |1 + drivers/media/video/ivtv/ivtv-gpio.c | 77 +++- 3 files changed, 38 insertions(+), 41 deletions(-) diff --git a/drivers/media/video/iv

[PATCH 12/15] [RFC] cs53l32a: convert to new control framework.

2010-04-26 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- drivers/media/video/cs53l32a.c | 107 +-- 1 files changed, 68 insertions(+), 39 deletions(-) diff --git a/drivers/media/video/cs53l32a.c b/drivers/media/video/cs53l32a.c index 80bca8d..c405d05 100644 --- a/drivers/media/video/c

[PATCH 11/15] [RFC] wm8775: convert to the new control framework

2010-04-26 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- drivers/media/video/wm8775.c | 79 ++--- 1 files changed, 50 insertions(+), 29 deletions(-) diff --git a/drivers/media/video/wm8775.c b/drivers/media/video/wm8775.c index f1f261a..9a8e3ad 100644 --- a/drivers/media/video/wm877

[PATCH 10/15] [RFC] cx2341x: convert to the control framework

2010-04-26 Thread Hans Verkuil
Since this module is also used by drivers that are not yet converted, the old and new code have to co-exist. The source is split into three parts: a common part at the top, which is used by both old and new code, then the old code followed by the new control framework implementation. This new code

[PATCH 09/15] [RFC] cx25840: convert to the new control framework

2010-04-26 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- drivers/media/video/cx25840/cx25840-audio.c | 144 +++--- drivers/media/video/cx25840/cx25840-core.c | 178 ++- drivers/media/video/cx25840/cx25840-core.h | 15 ++- 3 files changed, 91 insertions(+), 246 deletions(-) d

[PATCH 07/15] [RFC] saa717x: convert to the new control framework

2010-04-26 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- drivers/media/video/saa717x.c | 323 ++-- 1 files changed, 81 insertions(+), 242 deletions(-) diff --git a/drivers/media/video/saa717x.c b/drivers/media/video/saa717x.c index 6818df5..79c8957 100644 --- a/drivers/media/video/sa

[PATCH 08/15] [RFC] cx25840/ivtv: replace ugly priv control with s_config

2010-04-26 Thread Hans Verkuil
The cx25840 used a private control CX25840_CID_ENABLE_PVR150_WORKAROUND to be told whether to enable a workaround for certain pvr150 cards. This is really config data that it needs to get at load time. Implemented this in cx25840 and ivtv. Signed-off-by: Hans Verkuil --- drivers/media/video/cx

[PATCH 06/15] [RFC] msp3400: convert to the new control framework

2010-04-26 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- drivers/media/video/msp3400-driver.c | 248 +++ drivers/media/video/msp3400-driver.h | 16 ++- drivers/media/video/msp3400-kthreads.c | 16 +- 3 files changed, 108 insertions(+), 172 deletions(-) diff --git a/drivers/media/vide

[PATCH 05/15] [RFC] saa7115: convert to the new control framework

2010-04-26 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- drivers/media/video/saa7115.c | 180 ++--- 1 files changed, 80 insertions(+), 100 deletions(-) diff --git a/drivers/media/video/saa7115.c b/drivers/media/video/saa7115.c index 72eaa66..8db056f 100644 --- a/drivers/media/video/s

[PATCH 04/15] [RFC] v4l: hook up the new control framework into the core framework

2010-04-26 Thread Hans Verkuil
Add the calls needed to automatically merge subdev controls into a bridge control handler. Hook up the control framework in __video_ioctl2. Signed-off-by: Hans Verkuil --- drivers/media/video/v4l2-device.c |7 + drivers/media/video/v4l2-ioctl.c | 46 ++

Doing a stable v4l-utils release

2010-04-26 Thread Hans de Goede
Hi all, Currently v4l-utils is at version 0.7.91, which as the version suggests is meant as a beta release. As this release seems to be working well I would like to do a v4l-utils-0.8.0 release soon. This is a headsup, to give people a chance to notify me of any bugs they would like to see fixed

[PATCH 03/15] [RFC] Documentation: add v4l2-controls.txt documenting the new controls API.

2010-04-26 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- Documentation/video4linux/v4l2-controls.txt | 543 +++ 1 files changed, 543 insertions(+), 0 deletions(-) create mode 100644 Documentation/video4linux/v4l2-controls.txt diff --git a/Documentation/video4linux/v4l2-controls.txt b/Documenta

[PATCH 02/15] [RFC] v4l2-ctrls: reorder 'case' statements to match order in header.

2010-04-26 Thread Hans Verkuil
To make it easier to determine whether all controls are added in v4l2-ctrls.c the case statements inside the switch are re-ordered to match the header. Signed-off-by: Hans Verkuil --- drivers/media/video/v4l2-ctrls.c | 30 +- 1 files changed, 17 insertions(+), 13 de

[PATCH 00/15] [RFC] New control handling framework

2010-04-26 Thread Hans Verkuil
This RFC patch series adds the control handling framework and implements it in ivtv and all subdev drivers used by ivtv. It is a bare-bones implementation, so no sysfs or debugfs enhancements. Any comments are welcome. Once this is in then we can start migrating all subdev drivers to this framew

[GIT PATCHES FOR 2.6.35] gspca for_2.6.35

2010-04-26 Thread Jean-Francois Moine
Hi Mauro, The following changes since commit 1fa9d4c07f3ddee1c054a751cd78e53e8b9050b4: Mauro Carvalho Chehab (1): V4L/DVB: videobuf-dma-sg: Avoid using a wrong size are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.35 Jean-François Moine (9):