zr364xx: Aiptek DV8800 (neo): 08ca:2062: Fails on subsequent zr364xx_open()

2010-02-11 Thread thomas schorpp
Hi, Linux 2.6.30+32.x Great there's a driver but seems to be untested/stub for this device: usb 1-2: new high speed USB device using ehci_hcd and address 9 usb 1-2: New USB device found, idVendor=08ca, idProduct=2062 usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 1-2:

[PATCH] drivers/media/radio/si470x/radio-si470x-usb.c fix use after free

2010-02-11 Thread Darren Jenkins
In si470x_usb_driver_disconnect() radio-disconnect_lock is accessed after it is freed. This fixes the problem. Coverity CID: 2530 Signed-off-by: Darren Jenkins darrenrjenk...@gmail.com --- drivers/media/radio/si470x/radio-si470x-usb.c |4 +++- 1 files changed, 3 insertions(+), 1

Re: New Hauppauge HVR-2200 Revision?

2010-02-11 Thread Francis Barber
On 24/01/2010 3:26 PM, Francis Barber wrote: Using a03ea24beafc from www.kernellabs.com/hg/saa7164-stable pretty well, thanks very much for working on this quickly! As an aside, I'm interested as to why I should use the firmware from the older drivers. The only problem with it now is that

[no subject]

2010-02-11 Thread Giacomo
unsubscribe linux-media -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] Video : pwc : Fix regression in pwc_set_shutter_speed caused by bad constant = sizeof conversion.

2010-02-11 Thread Martin Fuzzey
Regression was caused by my commit 6b35ca0d3d586b8ecb8396821af21186e20afaf0 which determined message size using sizeof rather than hardcoded constants. Unfortunately pwc_set_shutter_speed reuses a 2 byte buffer for a one byte message too so the sizeof was bogus in this case. All other uses of

Re: New Hauppauge HVR-2200 Revision?

2010-02-11 Thread Francis Barber
On 11/02/2010 8:23 PM, Francis Barber wrote: On 24/01/2010 3:26 PM, Francis Barber wrote: Using a03ea24beafc from www.kernellabs.com/hg/saa7164-stable pretty well, thanks very much for working on this quickly! As an aside, I'm interested as to why I should use the firmware from the older

16APSK/32APSK

2010-02-11 Thread Abylai Ospan
Hello, We have tested 16APSK/32APSK on STV0900A. Small experimental change set created. 16APSK 2/3 (TS bit rate is 70Mbps) works fine: http://udev.netup.ru/cgi-bin/hgwebdir.cgi/v4l-dvb-aospan-stv0900aac Description added to linuxtv wiki:

Re: [linux-dvb] Twinhan dtv 3030 mantis

2010-02-11 Thread Manu Abraham
On Mon, Feb 1, 2010 at 12:23 AM, Niklas Claesson nicke.claes...@gmail.com wrote: Hi, I'm trying to use this tv-card with ubuntu 9.10. I've installed Manu's drivers from http://jusst.de/hg/mantis-v4l-dvb/ and did modprobe mantis which resulted in the following in /var/log/messages Jan 31

Re: [linux-dvb] Twinhan dtv 3030 mantis

2010-02-11 Thread Manu Abraham
On Thu, Feb 4, 2010 at 12:40 AM, listor li...@orresta.no-ip.com wrote: Hi, Starting with 2.6.33 the mantis driver is included in mainline kernel. I have a pre5 installation that works great. I run *buntu 9.10 as well but when I saw that the kernel had mantis support I compiled my own. Just

Re: zr364xx: Aiptek DV8800 (neo): 08ca:2062: Fails on subsequent zr364xx_open()

2010-02-11 Thread Antoine Jacquet
Hi Thomas, Looks like the device does not like to be fed with the (full) init METHOD2 on every open()... Since the VIDIOC_QUERYCAP worked it should not be the wrong METHOD. Someone reported similar behavior recently, and was apparently able to fix the issue by adding more delay between

Pull http://jusst.de/hg/mantis-v4l-dvb

2010-02-11 Thread Manu Abraham
Mauro, Please pull the following changes: changeset 14168 http://jusst.de/hg/mantis-v4l-dvb/rev/9804df36159c mantis, hopper: do not unregister modules twice changeset 14167 http://jusst.de/hg/mantis-v4l-dvb/rev/6f3e1db2432a Mantis, hopper: use MODULE_DEVICE_TABLE changeset 14166

Re: [PATCH] mfd: Add support for the timberdale FPGA.

2010-02-11 Thread Mauro Carvalho Chehab
Samuel Ortiz wrote: Now when the radio driver made it into the media tree, can I post an updated MFD which defines these drivers too? Is a complete MFD patch preferred, or just an incremental against the last one? Since the mfd driver is currently merged into Mauro's tree, you should make

Re: [Patch/Resend] Kworld 315U remote support

2010-02-11 Thread Franklin Meng
Mauro Carvalho Chehab wrote: Well, it is not a resend, since changes were made ;) Yup I guess that is true.. It also looks like I forgot to include the patch to actually enable the remote for the Kworld 315U device. I should have some time tonight to get that one line change sent out.

[PATCH] tm6000: bugfix firmware xc3028L-v36.fw used with Zarlink and DTV78 or DTV8 no shift

2010-02-11 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/media/common/tuners/tuner-xc2028.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/drivers/media/common/tuners/tuner-xc2028.c

Re: [linux-dvb] linuxtv.org server move Wed, 10 Feb 2pm CET

2010-02-11 Thread Johannes Stezenbach
On Wed, Feb 10, 2010 at 06:29:37PM +0100, Johannes Stezenbach wrote: On Mon, Feb 08, 2010 at 11:51:14PM +0100, Johannes Stezenbach wrote: the linuxtv.org server is going to be moved to a new location on Wednesday, around 2pm CET (UTC+1:00). As you might have noticed, that point in time

[PATCH] tm6000: add i2c bus id for tm6000

2010-02-11 Thread stefan . ringel
From: Stefan Ringel stefan.rin...@arcor.de Signed-off-by: Stefan Ringel stefan.rin...@arcor.de --- drivers/staging/tm6000/tm6000-i2c.c |2 -- include/linux/i2c-id.h |1 + 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-i2c.c

Re: DTV2000 H Plus issues

2010-02-11 Thread istva...@mailbox.hu
Update: the following patch, which should be applied after the previous ones, makes a few additional changes to the XC4000 driver: - adds support for DTV7 - implements power management - adds a mutex and locking for tuner operations - some unused or unneeded code has been removed On

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

2010-02-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:Thu Feb 11 19:01:22 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14197:095b1aec2354 gcc version:

Re: DTV2000 H Plus issues

2010-02-11 Thread Devin Heitmueller
Hi Istanv, On Thu, Feb 11, 2010 at 2:16 PM, istva...@mailbox.hu istva...@mailbox.hu wrote: Update: the following patch, which should be applied after the previous ones, makes a few additional changes to the XC4000 driver:  - adds support for DTV7  - implements power management  - adds a

Re: Pull http://jusst.de/hg/mantis-v4l-dvb

2010-02-11 Thread Mauro Carvalho Chehab
Manu Abraham wrote: changeset 14166 http://jusst.de/hg/mantis-v4l-dvb/rev/c2391fa88112 Mantis: Remote Control for Mantis + ir_input_init(rc_dev, rc_state, IR_TYPE_OTHER); ... +struct ir_scancode_table ir_codes_mantis_vp2040_table = { + .scan = ir_codes_mantis_vp2040, +

Re: Pull http://jusst.de/hg/mantis-v4l-dvb

2010-02-11 Thread Manu Abraham
On Thu, Feb 11, 2010 at 11:44 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Manu Abraham wrote: changeset 14166 http://jusst.de/hg/mantis-v4l-dvb/rev/c2391fa88112 Mantis: Remote Control for Mantis +       ir_input_init(rc_dev, rc_state, IR_TYPE_OTHER); ... +struct

[PATCH]Add support for SMT7020 to cx88

2010-02-11 Thread Helmut Auer
From: Helmut Auer hel...@helmutauer.de This patch (originally written by Dirk Herrendoerfer) adds support for the built-in dvb device of a Samsung SMT7020s (x86 based STB) to the cx88 family. (see http://www.linuxtv.org/pipermail/linux-dvb/2007-January/015208.html) Signed-off-by: Helmut Auer

Re: Fwd: Re: FM radio problem with HVR1120

2010-02-11 Thread ftape-jlc
Hi, Thank you for the information. I didn't tried regspy.exe yet. Perhaps part of dmesg output for hvr1120 could help someone : [ 27.785329] Linux video capture interface: v2.00 [ 27.999680] saa7130/34: v4l2 driver version 0.2.15 loaded [ 27.999767] saa7134 :05:00.0: PCI INT A - GSI 16

Re: Want to help in MSI TV VOX USB 2.0

2010-02-11 Thread Carlos Jenkins
Hi everyone :) Here the results, testing with Mplayer: shell$ sudo modprobe em28xx card=5 tuner=66 --first-time --verbose shell$ dmesg [ 2520.516403] usbcore: registered new interface driver em28xx [ 2520.516413] em28xx driver loaded [ 2526.068029] usb 1-6: new high speed USB device using

Re: [linux-dvb] Twinhan dtv 3030 mantis

2010-02-11 Thread Niklas Claesson
I can't compile, I fetched the latest source with hg clone http://jusst.de/hg/mantis-v4l-dvb; but there seems to be a file missing: mantis_input.h. CC [M] /home/niklas/hg/mantis-v4l-dvb/v4l/hopper_vp3028.o /home/niklas/hg/mantis-v4l-dvb/v4l/hopper_cards.c:43:26: error: mantis_input.h: No such

Re: [PATCH 1/2] soc-camera: add support for VIDIOC_S_PARM and VIDIOC_G_PARM ioctls

2010-02-11 Thread Kuninori Morimoto
Dear Guennadi Thank you for your hack + .vidioc_g_parm = soc_camera_g_parm, + .vidioc_s_parm = soc_camera_s_parm, If soc_camera_g_param was defined, VIDIOC_G_PARM operation will be changed in v4l2-ioctl.c :: __video_do_ioctl In fact, It was my anxiety. But this

[PATCH 1/5] go7007: driver id cleanup

2010-02-11 Thread Pete Eberlein
From: Pete Eberlein p...@sensoray.com Removed the I2C_DRIVERID_WIS usage from the device configurations, since the type parameter is all that is needed to probe the chip driver module. Eventually wis-i2c.h will be removed. Priority: normal Signed-off-by: Pete Eberlein p...@sensoray.com diff -r

[PATCH 0/5] go7007 staging changes

2010-02-11 Thread Pete Eberlein
Hello. This series moves most of the subdevice drivers used by the go7007 driver out of the staging directory. The sony-tuner, ov7640, tw2804 and tw9903 are converted to use the v4l2_subdev API, and the wis- versions are made obsolete. The wis-saa7113 and wis-saa7115 drivers are obsolete, and

[PATCH 3/5] tw2804: video decoder subdev conversion

2010-02-11 Thread Pete Eberlein
From: Pete Eberlein p...@sensoray.com This is a subdev conversion of wis-tw2804 video decoder from the staging go7007 directory. This obsoletes the wis-tw2804 driver. Priority: normal Signed-off-by: Pete Eberlein p...@sensoray.com diff -r f7edcbfeb63c -r 024987c00f06

Re: Driver crash on kernel 2.6.32.7. Interaction between cx8800 (DVB-S) and USB HVR Hauppauge 950q

2010-02-11 Thread Greg KH
On Wed, Feb 10, 2010 at 10:34:56AM -0500, Andy Walls wrote: On Tue, 2010-02-09 at 22:12 -0500, Devin Heitmueller wrote: On Tue, Feb 9, 2010 at 10:05 PM, Richard Lemieux rlem...@cooptel.qc.ca wrote: Andy, This is a great answer! Thanks very much. When I get into this situation

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

2010-02-11 Thread hermann pitton
Am Donnerstag, den 11.02.2010, 20:18 +0100 schrieb 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:Thu Feb 11 19:01:22 CET 2010 path:

[PATCH 2/5] sony-tuner: Subdev conversion from wis-sony-tuner

2010-02-11 Thread Pete Eberlein
From: Pete Eberlein p...@sensoray.com This is a subdev conversion of the go7007 wis-sony-tuner i2c driver, and places it with the other tuner drivers. This obsoletes the wis-sony-tuner driver in the go7007 staging directory. Priority: normal Signed-off-by: Pete Eberlein p...@sensoray.com diff

[PATCH 1/2] tm6000: only register after initialized

2010-02-11 Thread Mauro Carvalho Chehab
Udev calls an utility when it senses a v4l device. So, register needs to be delayed, otherwise it may cause block conditions. Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/staging/tm6000/tm6000-cards.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-)

[PATCH 2/2] tm6000: fix unlock unbalance

2010-02-11 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/staging/tm6000/tm6000-cards.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 8297801..c0159a1 100644 ---