Re: How I must report that a driver has been broken?

2012-05-12 Thread Hans de Goede
Hi, On 05/12/2012 09:26 PM, Alfredo Jesús Delaiti wrote: Hi Thanks for your response Hans and Patrick Maybe I doing wrong this, because it reports twice: http://www.mail-archive.com/linux-media@vger.kernel.org/msg45199.html http://www.mail-archive.com/linux-media@vger.kernel.org/msg44846.html

Re: How I must report that a driver has been broken?

2012-05-12 Thread Patrick Dickey
I'm not an expert (or anywhere near one), but I'm guessing that the reason you didn't get a response to your two previous (actually three or four previous) emails is because you "submitted" a patch that was already in the kernel. You were intending to show that the patch breaks something, yet inst

Re: [PATCH/RFC v4 10/12] V4L: Add auto focus targets to the selections API

2012-05-12 Thread Sakari Ailus
Hi Sylwester, On Tue, May 08, 2012 at 12:46:15PM +0200, Sylwester Nawrocki wrote: > Hi Sakari! > > On 05/06/2012 08:22 PM, Sakari Ailus wrote: > > Hi Sylwester, > > > > Thanks for the patch. > > > > Sylwester Nawrocki wrote: > >> The camera automatic focus algorithms may require setting up > >>

atsc_epg 64-bit bug / fault tolerance

2012-05-12 Thread Mike Slegeir
I was looking at using the dvb-apps when I had a hangup with atsc_epg. This issue had been previously reported from what I found at http://www.mail-archive.com/linux-media@vger.kernel.org/msg44661.html but had not been resolved from what I could tell. Below I'm including a patch to fix the segf

Re: [PATCH 1/5] rtl2832 ver 0.3: suport for RTL2832 demodulator revised version

2012-05-12 Thread poma
On 05/12/2012 08:08 PM, Thomas Mair wrote: > Changes compared to version 0.2: > - removed reading of signal strength for tuners FC0012,FC0013 (is now > supported by fc0012,fc0013 driver) > - moved definition of register names to rtl2832_priv.h > - cleaned up demod private structure > - replaced rt

Re: [PATCH 5/5] rtl28xxu: support Terratec Noxon DAB/DAB+ stick

2012-05-12 Thread Thomas Mair
The patch contains two small errors that prevent its application. This is the fixed version. Signed-off-by: Hans-Frieder Vogt Signed-off-by: Thomas Mair --- drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 + drivers/media/dvb/dvb-usb/rtl28xxu.c| 27 ++- 2 files cha

Re: How I must report that a driver has been broken?

2012-05-12 Thread Alfredo Jesús Delaiti
Hi Thanks for your response Hans and Patrick Maybe I doing wrong this, because it reports twice: http://www.mail-archive.com/linux-media@vger.kernel.org/msg45199.html http://www.mail-archive.com/linux-media@vger.kernel.org/msg44846.html and I have not had any response. Thanks again, Alfredo

RE: marvell-ccic: lacks of some features

2012-05-12 Thread Guennadi Liakhovetski
Hi Albert On Fri, 11 May 2012, Albert Wang wrote: > Hi, Jonathan > > Nice to meet you! > > We must clarify that it's not our target to replace your marvell-ccic by > our mv_camera in the tree > > We just hope you can help to review our mv_camera patches and discuss if > can put it in tree, b

[PATCH 5/5] rtl28xxu: support Terratec Noxon DAB/DAB+ stick

2012-05-12 Thread Thomas Mair
Signed-off-by: Hans-Frieder Vogt Signed-off-by: Thomas Mair --- drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 + drivers/media/dvb/dvb-usb/rtl28xxu.c| 27 ++- 2 files changed, 27 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b

[PATCH 4/5] rtl28xxu: support G-Tek Electronics Group Lifeview LV5TDLX DVB-T

2012-05-12 Thread Thomas Mair
Signed-off-by: Thomas Mair --- drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 + drivers/media/dvb/dvb-usb/rtl28xxu.c| 11 ++- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h index fd3

[PATCH 3/5] rtl28xxu: renamed rtl2831_rd/rtl2831_wr to rtl28xx_rd/rtl28xx_wr

2012-05-12 Thread Thomas Mair
Signed-off-by: Thomas Mair --- drivers/media/dvb/dvb-usb/rtl28xxu.c | 102 +- 1 files changed, 51 insertions(+), 51 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/rtl28xxu.c b/drivers/media/dvb/dvb-usb/rtl28xxu.c index a2b3d73..86304c6 100644 --- a/drivers/

[PATCH 2/5] rtl28xxu: support for the rtl2832 demod driver

2012-05-12 Thread Thomas Mair
This only adds support for the Terratec Cinergy T Stick Black device. Signed-off-by: Thomas Mair --- drivers/media/dvb/dvb-usb/Kconfig |3 + drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 + drivers/media/dvb/dvb-usb/rtl28xxu.c| 431 +-- 3 files changed

[PATCH 1/5] rtl2832 ver 0.3: suport for RTL2832 demodulator revised version

2012-05-12 Thread Thomas Mair
Changes compared to version 0.2: - removed reading of signal strength for tuners FC0012,FC0013 (is now supported by fc0012,fc0013 driver) - moved definition of register names to rtl2832_priv.h - cleaned up demod private structure - replaced rtl2832_log2 function with intlog2 from dvb_math Signed-

[PATCH 0/5] support rtl2832 demodulator

2012-05-12 Thread Thomas Mair
This series of patches contains the rtl2832 demodulator driver. In order to work the fc0012 and fc0013 driver from Hans-Frieder Vogt have to be applied first. The current version includes all the comments on the previous patches. I currently only own a Cinergy Terratec T Stick Black (rev 1) device,

Re: [PATCH 2/2] au0828: Move under dvb

2012-05-12 Thread Devin Heitmueller
On Fri, May 11, 2012 at 11:08 PM, Ismael Luceno wrote: > On Fri, 11 May 2012 08:04:59 -0400 > Devin Heitmueller wrote: > ... >> What is the motivation for moving these files? > > Well, the device was on the wrong Kconfig section, and while thinking > about changing that, I just thought to move it

Re: [PATCH] fc0012 ver. 0.6: introduction of get_rf_strength function

2012-05-12 Thread Thomas Mair
On 12.05.2012 11:11, Hans-Frieder Vogt wrote: > Changes compared to version 0.5 of driver (sent 6 May): > - Initial implementation of get_rf_strength function. > > Signed-off-by: Hans-Frieder Vogt > > fc0012.c | 72 > ++- > 1 file c

[PATCH] fc0013 ver. 0.2: introduction of get_rf_strength function

2012-05-12 Thread Hans-Frieder Vogt
Changes compared to version 0.1 of driver (sent 6 May): - Initial implementation of get_rf_strength function. - Introduction of a warning message Signed-off-by: Hans-Frieder Vogt fc0013.c | 74 ++- 1 file changed, 73 insertions(+), 1

[PATCH] fc0012 ver. 0.6: introduction of get_rf_strength function

2012-05-12 Thread Hans-Frieder Vogt
Changes compared to version 0.5 of driver (sent 6 May): - Initial implementation of get_rf_strength function. Signed-off-by: Hans-Frieder Vogt fc0012.c | 72 ++- 1 file changed, 71 insertions(+), 1 deletion(-) diff -up --new-file --

Re: How I must report that a driver has been broken?

2012-05-12 Thread Hans de Goede
Hi On 05/12/2012 06:26 AM, Alfredo Jesús Delaiti wrote: Hi New features of the driver has left a card does not work. How I must report that a driver has been broken? Well this list would be a good place for starters, please send a *detailed* bug report to this list, including things like what