Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.

2011-01-01 Thread Dan Carpenter
On Fri, Dec 31, 2010 at 11:43:30PM -0800, Justin P. Mattock wrote: On 12/31/2010 10:48 PM, Finn Thain wrote: -/* BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable. */ +/* BIT[8-9] is for SW

Re: [PATCH 01/18] Altera FPGA firmware download module.

2011-01-01 Thread Igor M. Liplianin
В сообщении от 31 декабря 2010 12:53:16 автор Mauro Carvalho Chehab написал: Em 31-12-2010 03:26, Igor M. Liplianin escreveu: It uses STAPL files and programs Altera FPGA through JTAG. Interface to JTAG must be provided from main device module, for example through cx23885 GPIO.

[PATCH 02/18] Altera FPGA based CI driver module.

2011-01-01 Thread Igor M. Liplianin
An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card. Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx23885/Kconfig |9 + drivers/media/video/cx23885/Makefile|1 + drivers/media/video/cx23885/altera-ci.c | 837 +++

[PATCH 04/18] xc5000: add support for DVB-C tuning.

2011-01-01 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/common/tuners/xc5000.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media/common/tuners/xc5000.c index 76ac5cd..e3218c9 100644 ---

[PATCH 05/18] Initial commit to support NetUP Dual DVB-T/C CI RF card.

2011-01-01 Thread Igor M. Liplianin
The card based on cx23885 PCI-e brige. Altera FPGA for CI, multistandard demods stv0367 from STM for QAM OFDM, Xcieve xc5000 tuners and additional cx25840 for second analog input. Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx23885/Kconfig |3 +-

[PATCH 06/18] cx23885: implement tuner_bus parameter for cx23885_board structure.

2011-01-01 Thread Igor M. Liplianin
There is two external I2C buses in cx23885 chip. Currently, analog tuners supported for second I2C bus only In NetUP Dual DVB-T/C CI RF card tuners connected to first bus So, in order to support analog tuners sitting on first bus we need modifications. Signed-off-by: Igor M. Liplianin

[PATCH 07/18] cx23885: implement num_fds_portb, num_fds_portc parameters for cx23885_board structure.

2011-01-01 Thread Igor M. Liplianin
This is needed for multifrontend support. NetUP Dual DVB-T/C CI RF card has frontends connected to port B C Each frontend has two switchable cores - DVB-T DVB-C Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx23885/cx23885-cards.c |2 ++

[PATCH 09/18] stv0367: Fix potential divide error

2011-01-01 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/dvb/frontends/stv0367.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index 0575741..e6bee7f 100644 ---

[PATCH 12/18] stv0367: implement uncorrected blocks counter.

2011-01-01 Thread Abylay Ospan
Signed-off-by: Abylay Ospan aos...@netup.ru --- drivers/media/dvb/frontends/stv0367.c | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index 9439388..aaa2b44 100644 ---

[PATCH 13/18] stv0367: coding style corrections

2011-01-01 Thread Igor M. Liplianin
--- drivers/media/dvb/frontends/stv0367.c | 68 1 files changed, 34 insertions(+), 34 deletions(-) diff --git a/drivers/media/dvb/frontends/stv0367.c b/drivers/media/dvb/frontends/stv0367.c index aaa2b44..67301a3 100644 ---

[PATCH 14/18] cx25840: Fix subdev registration in cx25840-core.c

2011-01-01 Thread Igor M. Liplianin
On my system, cx23885 based card reports default volume value above 7. So, register cx25840 subdev fails. Although, the card don't have a/v inputs it needs a/v firmware to be loaded. Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx25840/cx25840-core.c |2 ++

[PATCH 14/18] cx25840: Fix subdev registration in cx25840-core.c

2011-01-01 Thread Igor M. Liplianin
On my system, cx23885 based card reports default volume value above 7. So, register cx25840 subdev fails. Although, the card don't have a/v inputs it needs a/v firmware to be loaded. Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx25840/cx25840-core.c |2 ++

dvb_usb_dib0700 driver woes with Pinnacle 72e stick

2011-01-01 Thread Alfredo Braunstein
Hi happy new year, I recently bought a Pinnacle 72e USB stick, (lsusb says: Bus 002 Device 011: ID 2304:0236 Pinnacle Systems, Inc. [hex]. The stick says pinnacle on front and 72e and 1100 on the back) which seemed to be supported by the dvb_usb_dib0700 driver. Indeed, the module seems to load

Re: [PATCH 04/18] xc5000: add support for DVB-C tuning.

2011-01-01 Thread Benny Amorsen
It is always good to see more DVB-C devices supported... Do you happen to know some devices which have DVB-C support and use this chip? /Benny -- 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

Re: [PATCH 14/18] cx25840: Fix subdev registration in cx25840-core.c

2011-01-01 Thread Andy Walls
Igor, The proper fix is here: https://patchwork.kernel.org/patch/376612/ So, NAK on your particular patch. Mauro, I do not see the above patch at linux next. And I couldn't find it in your kernel.org tree. What is its status? This fixes a regression that is known to break cx23885 hardware

[PATCH 15/18] cx23885: disable MSI for NetUP cards, otherwise CI is not working

2011-01-01 Thread Igor M. Liplianin
Signed-off-by: Igor M. Liplianin liplia...@netup.ru --- drivers/media/video/cx23885/cx23885-core.c |4 drivers/media/video/cx23885/cx23885-reg.h |1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885-core.c

[PATCH 16/18] Fix CI code for NetUP Dual DVB-T/C CI RF card

2011-01-01 Thread Abylay Ospan
CI reset takes several seconds on some CAM, so there is no need to lock mutex all that time. Also we need not to preserve CI's reset bits in CIBUSCTRL register, they are handled automatically by FPGA. Set it to 0 explicitly in order to not reset wrong CAM. Signed-off-by: Abylay Ospan

[PATCH 17/18] Force xc5000 firmware loading for NetUP Dual DVB-T/C CI RF card

2011-01-01 Thread Abylay Ospan
Two xc5000 tuners connected to same i2c bus. Experiments shows that situation when one tuner is not initialized while other is tuned to channel causes TS errors. Signed-off-by: Abylay Ospan aos...@netup.ru --- drivers/media/video/cx23885/cx23885-dvb.c |5 - 1 files changed, 4

[PATCH 18/18] cx23885, altera-ci: enable all PID's less than 0x20 in hardware PID filter.

2011-01-01 Thread Igor M. Liplianin
It takes too long time to scan due to low symbol rate PID's like PAT, PMT, CAT, NIT. For that matter we enabled permanently all PID's less 0x20 in hardware PID filter for NetUP Dual DVB-T/C CI RF card to combine rates. Signed-off-by: Igor M. Liplianin liplia...@netup.ru ---

Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.

2011-01-01 Thread Justin P. Mattock
On 01/01/2011 01:09 AM, Dan Carpenter wrote: On Fri, Dec 31, 2010 at 11:43:30PM -0800, Justin P. Mattock wrote: On 12/31/2010 10:48 PM, Finn Thain wrote: -/* BIT[8-9] is for SW Antenna Diversity. Only the value EEPROM_SW_AD_ENABLE means enable, other values are diable.

Blackgold BGT3620 DVB-T2 Dual Tuner PCI-E Card...development?

2011-01-01 Thread Another Sillyname
Hi Guys Blackgold have just started shipping the BGT3620 Dual Tuner PCI-E DVB-T2 card, as far as I know this is the first DVB-T2 card actually shipping. The link to the page is here. http://shop.blackgold.tv/BGT3620 Is there any chance of getting some development of a Linux driver

[cron job] v4l-dvb daily build: WARNINGS

2011-01-01 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:Sat Jan 1 19:00:13 CET 2011 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version:

RFC: Move the deprecated et61x251 and sn9c102 to staging

2011-01-01 Thread Hans Verkuil
The subject says it all: If there are no objections, then I propose that the deprecated et61x251 and sn9c102 are moved to staging for 2.6.38 and marked for removal in 2.6.39. If there are no objections, then I'll make a patch for this. Regards, Hans -- Hans Verkuil - video4linux

S2API documentation

2011-01-01 Thread Mark Zimmerman
Greetings: Is there any sort of documentation yet for S2API? The wiki still references DVB API 3.2. -- Mark -- 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

V4L2 spec behavior for G_TUNER and T_STANDBY

2011-01-01 Thread Devin Heitmueller
I have been doing some application conformance for VLC, and I noticed something interesting with regards to the G_TUNER call. If you have a tuner which supports sleeping, making a G_TUNER call essentially returns garbage. === r...@devin-laptop2:~# v4l2-ctl -d /dev/video1 --get-tuner Tuner:

Re: V4L2 spec behavior for G_TUNER and T_STANDBY

2011-01-01 Thread Devin Heitmueller
Hi Hans, Thanks for the feedback. On Sat, Jan 1, 2011 at 4:18 PM, Hans Verkuil hverk...@xs4all.nl wrote: This basically means that a video tuner will bail out, which sounds good because the rest of the function supposedly assumes a radio device.  However, as a result the has_signal() call

Re: V4L2 spec behavior for G_TUNER and T_STANDBY

2011-01-01 Thread Hans Verkuil
On Saturday, January 01, 2011 22:25:04 Devin Heitmueller wrote: Hi Hans, Thanks for the feedback. On Sat, Jan 1, 2011 at 4:18 PM, Hans Verkuil hverk...@xs4all.nl wrote: This basically means that a video tuner will bail out, which sounds good because the rest of the function supposedly

Silver Crest VG2000 USB 2.0 Video Grabber, USB-Id: eb1a:2863 - does not work

2011-01-01 Thread Martin Seekatz
Hello, in December 2009, I bought an USB Stick as Video-Grabber in order to convert my old VCR video tapes to digital files. The Grabber means that this is only converting analog video and audio signals to digital streams - without any TV or Radio receiver. After installing the actual v4l-dvb

Support for TV Tuner Prolink PixelView PlayTV 400 USB

2011-01-01 Thread Lucian Iuga-Popescu
Hi! More than 4 years ago (long time, eh? :) ), there was a discussion thread on the linuxtv mailing list about supporting the tuner PixelView PlayTV 400 USB. It was here: http://www.linuxtv.org/pipermail/linux-dvb/2006-November/thread.html#14322 I was involved in that thread, but had to