Re: AverMedia HD Duet (White Box) A188WB drivers

2016-03-04 Thread Manu Abraham
and many people are using that > tree with good success. If that could integrated into the tree, I'm > sure the community can help to iron out any possible issues existing > there still. > > Cheers, > -olli > > On 7 December 2015 at 14:06, Manu Abraham wrote: >>

Re: AverMedia HD Duet (White Box) A188WB drivers

2015-12-07 Thread Manu Abraham
Hi Jemma, I am having a downtime, the development machine in a recovery process. If things go well, expecting the system next week. Regards, Manu On Mon, Dec 7, 2015 at 3:52 PM, Jemma Denson wrote: > Hi Manu, > > On 08/10/15 17:28, Manu Abraham wrote: >> >> Hi, >>

Re: AverMedia HD Duet (White Box) A188WB drivers

2015-10-08 Thread Manu Abraham
Hi, I just got back at work again. Will set things up this weekend/next week. On Thu, Oct 8, 2015 at 3:38 AM, David Nelson wrote: > It's been a while since I originally asked you about this has there > been any progress? > > On Fri, Jun 12, 2015 at 11:21 PM, Manu Abraham w

Re: AverMedia HD Duet (White Box) A188WB drivers

2015-06-12 Thread Manu Abraham
Hi David, The saa7160 chipset is supported by the saa716x driver. I wrote a driver for it, which is over here. http://git.linuxtv.org/cgit.cgi/manu/saa716x_new.git I do have the A188 card and documentation also with me, thanks to Avermedia. The card is not yet supported in the above tree, so clo

Re: Upstreaming SAA716x driver to the media_tree

2014-02-26 Thread Manu Abraham
Hi Luis, On Wed, Feb 26, 2014 at 3:57 AM, Luis Alves wrote: > Hi Manu, > > How's the progress going? > Looking forward to finally see this driver in the tree :D Just got back setting things back to normalcy. This weekend, I have plans to do more work for that. Regards, Manu -- To unsubscribe f

Re: [patch] [media] stv090x: remove indent levels

2014-02-20 Thread Manu Abraham
On Thu, Feb 20, 2014 at 2:55 PM, Dan Carpenter wrote: > Guys, what Manu is saying is purest nonsense. The "lock" variable is a > stack variable, it's not a "demodulator Read-modify-Write register". > The implications of changing "if (!lock)" to "if (lock)" are simple and > obvious. Sorry, you mi

Re: [patch] [media] stv090x: remove indent levels

2014-02-19 Thread Manu Abraham
On Wed, Feb 19, 2014 at 1:14 PM, Dan Carpenter wrote: > On Wed, Feb 19, 2014 at 10:52:32AM +0530, Manu Abraham wrote: >> On Tue, Feb 18, 2014 at 2:26 PM, Dan Carpenter >> wrote: >> > On Tue, Feb 18, 2014 at 09:25:36AM +0530, Manu Abraham wrote: >> >> Hi Dan,

Re: [patch] [media] stv090x: remove indent levels

2014-02-18 Thread Manu Abraham
On Tue, Feb 18, 2014 at 2:26 PM, Dan Carpenter wrote: > On Tue, Feb 18, 2014 at 09:25:36AM +0530, Manu Abraham wrote: >> Hi Dan, >> >> On Thu, Feb 6, 2014 at 2:58 PM, Dan Carpenter >> wrote: >> > 1) We can flip the "if (!lock)" check to "if

Re: [patch] [media] stv090x: remove indent levels

2014-02-17 Thread Manu Abraham
Hi Dan, On Thu, Feb 6, 2014 at 2:58 PM, Dan Carpenter wrote: > 1) We can flip the "if (!lock)" check to "if (lock) return lock;" and >then remove a big chunk of indenting. > 2) There is a redundant "if (!lock)" which we can remove since we >already know that lock is zero. This removes an

Re: Upstreaming SAA716x driver to the media_tree

2014-02-11 Thread Manu Abraham
On Tue, Feb 11, 2014 at 7:14 PM, Luis Alves wrote: > Hi, > > Any update on this? I need to address the issues Mauro pointed out, prior to the merge. Will address the issues during the next week. Have been a bit busy restoring the system at my end after a crash. Regards, Manu -- To unsubscribe f

Re: [PATCH] [media] stb0899: Fix DVB-S2 support for TechniSat SkyStar 2 HD CI USB ID 14f7:0002

2014-02-07 Thread Manu Abraham
On Sat, Feb 8, 2014 at 2:41 AM, Antti Palosaari wrote: > On 07.02.2014 22:54, Manu Abraham wrote: >> >> On Sat, Feb 8, 2014 at 1:19 AM, David Jedelsky >> wrote: >>>> >>>> That changes I2C functionality from STOP + START to repeated START. >>

Re: [PATCH] [media] stb0899: Fix DVB-S2 support for TechniSat SkyStar 2 HD CI USB ID 14f7:0002

2014-02-07 Thread Manu Abraham
On Sat, Feb 8, 2014 at 1:19 AM, David Jedelsky wrote: >> That changes I2C functionality from STOP + START to repeated START. >> Current functionality looks also very weird, as there is 5 messages sent, >> all with STOP condition. I am not surprised if actually bug is still in >> adapter... Somehow

Re: Driver for KWorld UB435Q Version 3 (ATSC) USB id: 1b80:e34c

2014-02-07 Thread Manu Abraham
On Sat, Feb 8, 2014 at 12:09 AM, Steven Toth wrote: > On Fri, Feb 7, 2014 at 1:23 PM, The Bit Pit wrote: >> Last May I started writing a driver for a KWorld UB435Q Version 3 >> tuner. I was able to make the kernel recognize the device, light it's >> LED, and try to enable the decoder and tuner.

Re: [PATCH] [media] stb0899: Fix DVB-S2 support for TechniSat SkyStar 2 HD CI USB ID 14f7:0002

2014-02-06 Thread Manu Abraham
Hi David, On Thu, Feb 6, 2014 at 3:15 PM, David Jedelsky wrote: > > My TechniSat SkyStar 2 HD CI USB ID 14f7:0002 wasn't tuning DVB-S2 channels. > Investigation revealed that it doesn't read DVB-S2 registers out of stb0899. > Comparison with usb trafic of the Windows driver showed the correct >

Re: Upstreaming SAA716x driver to the media_tree

2014-01-22 Thread Manu Abraham
On Wed, Jan 22, 2014 at 3:29 AM, Steven Toth wrote: > On Mon, Jan 13, 2014 at 10:35 PM, Manu Abraham wrote: >> On Tue, Jan 14, 2014 at 12:20 AM, Steven Toth wrote: >>>>> Manu, do you see any inconvenience in sending your driver to the >>>>> linux_media

Re: Upstreaming SAA716x driver to the media_tree

2014-01-13 Thread Manu Abraham
On Tue, Jan 14, 2014 at 12:20 AM, Steven Toth wrote: >>> Manu, do you see any inconvenience in sending your driver to the >>> linux_media tree? >>> I'm available to place some effort on this task. >> >> >> I can push the 716x driver and whatever additional changes that I have >> later on this week

Re: Upstreaming SAA716x driver to the media_tree

2014-01-07 Thread Manu Abraham
Hi Luis, On Tue, Jan 7, 2014 at 5:28 PM, Luis Alves wrote: > Hi, > > I'm finishing a new frontend driver for one of my dvb cards, but the > pcie bridge uses the (cursed) saa716x. > As far as I know the progress to upstream Manu's driver to the > media_tree has stalled. > > In CC I've placed some

Re: [PATCH 2/3] femon: Display SNR in dB

2013-11-24 Thread Manu Abraham
On Sun, Nov 24, 2013 at 11:32 PM, Chris Lee wrote: > This is a frustration of mine. Some report it in SNR others report it > in terms of % (current snr / (max_snr-min_snr)) others its completely > random. > > Seems many dvb-s report arbitrary % which is stupid and many atsc > report snr by 123 wou

Re: [PATCH 2/3] femon: Display SNR in dB

2013-11-24 Thread Manu Abraham
Hi Jean, Sorry, that I came upon this patch quite late. On Mon, Jun 3, 2013 at 8:51 PM, Jean Delvare wrote: > SNR is supposed to be reported by the frontend drivers in dB, so print > it that way for drivers which implement it properly. Not all frontends do report report the SNR in dB. Well, Yo

Re: [PATCHv2 dvb-apps] Silence last warnings in dvbscan.c

2013-11-23 Thread Manu Abraham
On Sat, Nov 23, 2013 at 4:25 PM, Hans Verkuil wrote: > Hi Mike, > > This is the revised version of the patch I mailed earlier. As you requested > I now use #if 0 instead of commenting out line to silence the warnings. > > Regards, > > Hans > > Signed-off-by: Hans Verkuil > > diff -r 7161f

Re: [PATCH 3/8] Montage M88DS3103 DVB-S/S2 demodulator driver

2013-11-08 Thread Manu Abraham
On Sat, Nov 9, 2013 at 8:18 AM, Antti Palosaari wrote: > On 09.11.2013 04:35, Manu Abraham wrote: >> >> On Wed, Nov 6, 2013 at 11:27 PM, Antti Palosaari wrote: > > > >>> +/* >>> + * Driver implements own I2C-adapter for tuner I2C access. That's si

Re: [PATCH 3/8] Montage M88DS3103 DVB-S/S2 demodulator driver

2013-11-08 Thread Manu Abraham
On Wed, Nov 6, 2013 at 11:27 PM, Antti Palosaari wrote: > --- > drivers/media/dvb-frontends/Kconfig |7 + > drivers/media/dvb-frontends/Makefile |1 + > drivers/media/dvb-frontends/m88ds3103.c | 1293 > ++ > drivers/media/dvb-frontends/m88ds3

Re: [PATCH 8/9] [media] pci: bt878: Remove redundant pci_set_drvdata

2013-09-30 Thread Manu Abraham
On Fri, Sep 20, 2013 at 2:06 PM, Sachin Kamat wrote: > Driver core sets driver data to NULL upon failure or remove. > > Signed-off-by: Sachin Kamat Acked-by: Manu Abraham > --- > drivers/media/pci/bt8xx/bt878.c |1 - > 1 file changed, 1 deletion(-) > > diff --git a

Re: [PATCH 4/9] [media] pci: mantis: Remove redundant pci_set_drvdata

2013-09-30 Thread Manu Abraham
On Fri, Sep 20, 2013 at 2:06 PM, Sachin Kamat wrote: > Driver core sets driver data to NULL upon failure or remove. > > Signed-off-by: Sachin Kamat > Cc: Manu Abraham Acked-by: Manu Abraham > --- > drivers/media/pci/mantis/mantis_pci.c |2 -- > 1 file changed, 2

Re: Correct scan file format?

2013-09-11 Thread Manu Abraham
On Wed, Sep 11, 2013 at 6:19 PM, Simon Liddicott wrote: > What form should T2 multiplexes take in the DVB scan files? > > In the uk-CrystalPalace scan file > > the PLP_ID and System_ID are included before the frequency

Re: [PATCH 2/2] stv090x: on tuning lock return correct tuned paramaters like freq/sr/fec/rolloff/etc

2013-08-24 Thread Manu Abraham
On Wed, Jul 24, 2013 at 9:38 PM, Chris Lee wrote: > > If you need it broken up more just let me know, I look forward to comments, > thanks > Sorry about the late comments, have been a bit too busy .. I have a bit hard time, understanding the need for some of the changes. Comments, inline. > C

Re: Proposed modifications to dvb_frontend_ops

2013-07-23 Thread Manu Abraham
On Wed, Jul 24, 2013 at 2:57 AM, Chris Lee wrote: >> Nitpick: tuner doesn't have anything to do with FEC, it just provides IQ >> outputs to the demodulator. ;-) > > ya ya :) you knew what I meant, not what I said hehe > >> Demods support all FEC's relevant to their delivery systems. It's just that

Re: Proposed modifications to dvb_frontend_ops

2013-07-23 Thread Manu Abraham
On Tue, Jul 23, 2013 at 10:17 PM, Chris Lee wrote: > Not all tuners support all fec's Nitpick: tuner doesn't have anything to do with FEC, it just provides IQ outputs to the demodulator. ;-) That said; Demods support all FEC's relevant to their delivery systems. It's just that some devices like

Re: Proposed modifications to dvb_frontend_ops

2013-07-23 Thread Manu Abraham
On Sat, Jul 20, 2013 at 1:57 AM, Chris Lee wrote: > In frontend.h we have a struct called dvb_frontend_ops, in there we > have an element called delsys to show the delivery systems supported > by the tuner, Id like to propose we add onto that with delmod and > delfec. > > Its not a perfect solutio

Re: [GIT PULL for v3.11] media patches for v3.11

2013-07-01 Thread Manu Abraham
On Mon, Jul 1, 2013 at 11:12 PM, Mauro Carvalho Chehab wrote: > Em Mon, 1 Jul 2013 21:17:58 +0530 > Manu Abraham escreveu: > >> On Mon, Jul 1, 2013 at 9:05 PM, Mauro Carvalho Chehab >> wrote: >> > Em Mon, 1 Jul 2013 16:37:58 +0530 >> > Manu Abraham esc

Re: [GIT PULL for v3.11] media patches for v3.11

2013-07-01 Thread Manu Abraham
On Mon, Jul 1, 2013 at 9:05 PM, Mauro Carvalho Chehab wrote: > Em Mon, 1 Jul 2013 16:37:58 +0530 > Manu Abraham escreveu: > >> Mauro, >> >> On Mon, Jul 1, 2013 at 4:28 PM, Mauro Carvalho Chehab >> wrote: >> > Hi Linus, >> > >> > Please

Re: [GIT PULL for v3.11] media patches for v3.11

2013-07-01 Thread Manu Abraham
Mauro, On Mon, Jul 1, 2013 at 4:28 PM, Mauro Carvalho Chehab wrote: > Hi Linus, > > Please pull from: > git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media > v4l_for_linus > > For the media patches for Kernel v3.11. > > > Zoran Turalija (2): > [media] stb0899: allow minimu

Re: Status of the patches under review at LMML (32 patches)

2013-04-01 Thread Manu Abraham
On Sun, Mar 24, 2013 at 11:41 PM, Mauro Carvalho Chehab wrote: > This is the summary of the patches that are currently under review at > Linux Media Mailing List . > > Manu, > > Yet another patch adding IR support for mantis. It seems that this is > is a long waited feature, as from time to time,

Re: linux-dvb: scan util fix

2013-03-02 Thread Manu Abraham
On 2/28/13, j.uzy...@elproma.com.pl wrote: > Hi. > > I found a problem with scan and DVBS. When I research the transponder > S13E0, freq. ~11471MHz, polar. V, symrate 27500 (scan -c -a 3) I get > "WARNING: section too short: service_id == 0x669, section_length == 764, > descriptors_loop_len == 0"

Re: [PATCH] [media] stv090x: do not unlock unheld mutex in stv090x_sleep()

2013-02-19 Thread Manu Abraham
Hi, On Wed, Feb 20, 2013 at 12:28 AM, Alexey Khoroshilov wrote: > goto err and goto err_gateoff before mutex_lock(&state->internal->demod_lock) > lead to unlock of unheld mutex in stv090x_sleep(). Out of curiosity, what happens when you try to unlock an unlocked mutex ? Regards, Manu -- To unsu

Re: DVB_T2 Multistream support (PLP)

2013-02-15 Thread Manu Abraham
On Thu, Jan 31, 2013 at 7:57 PM, Michael Stilmant-Rovi wrote: > Hello, > > I would like to know the support status of Multiple PLPs in DVB-T2. > Is someone know if tests were performed in a broadcast with an > effective Multistream? (PLP Id: 0 and 1 for example) > > I'm out of range of such multip

Re: DVB: EOPNOTSUPP vs. ENOTTY in ioctl(FE_READ_UNCORRECTED_BLOCKS)

2013-02-14 Thread Manu Abraham
On Fri, Feb 15, 2013 at 12:46 AM, Antti Palosaari wrote: > On 02/14/2013 08:05 PM, Manu Abraham wrote: >> >> On Thu, Feb 14, 2013 at 9:22 PM, Antti Palosaari wrote: >>> >>> On 02/14/2013 03:12 PM, Klaus Schmidinger wrote: >>>>

Re: DVB: EOPNOTSUPP vs. ENOTTY in ioctl(FE_READ_UNCORRECTED_BLOCKS)

2013-02-14 Thread Manu Abraham
On Thu, Feb 14, 2013 at 9:22 PM, Antti Palosaari wrote: > On 02/14/2013 03:12 PM, Klaus Schmidinger wrote: >> >> In VDR I use an ioctl() call with FE_READ_UNCORRECTED_BLOCKS on a device >> (using stb0899). >> After this call I check 'errno' for EOPNOTSUPP to determine whether this >> device suppor

Re: [PATCH RFCv10 00/15] DVB QoS statistics API

2013-01-17 Thread Manu Abraham
On Fri, Jan 18, 2013 at 12:41 AM, Antti Palosaari wrote: > On 01/17/2013 08:50 PM, Mauro Carvalho Chehab wrote: >> >> Em Fri, 18 Jan 2013 00:07:17 +0530 >> Manu Abraham escreveu: >> >>> On Thu, Jan 17, 2013 at 11:57 PM, Antti Palosaari wrote: >>>

Re: [PATCH RFCv10 00/15] DVB QoS statistics API

2013-01-17 Thread Manu Abraham
On Thu, Jan 17, 2013 at 11:57 PM, Antti Palosaari wrote: > > > Resetting counters when user tunes channel sounds the only correct option. > This might not be correct, especially when we have true Multiple Input Streams. The tune might be single, but the filter setup would be different. In which

Re: [PATCH RFCv10 00/15] DVB QoS statistics API

2013-01-17 Thread Manu Abraham
On Thu, Jan 17, 2013 at 3:03 PM, Antti Palosaari wrote: > On 01/17/2013 05:40 AM, Manu Abraham wrote: >> >> On Thu, Jan 17, 2013 at 3:31 AM, Mauro Carvalho Chehab >> wrote: >>> >>> Em Wed, 16 Jan 2013 19:29:28 + >>> Simon Farnsworth escreveu

Re: [PATCH RFCv10 00/15] DVB QoS statistics API

2013-01-16 Thread Manu Abraham
On Thu, Jan 17, 2013 at 3:31 AM, Mauro Carvalho Chehab wrote: > Em Wed, 16 Jan 2013 19:29:28 + > Simon Farnsworth escreveu: > >> On Wednesday 16 January 2013 23:56:48 Manu Abraham wrote: >> > On Wed, Jan 16, 2013 at 10:51 PM, Mauro Carvalho Chehab >> >>

Re: [PATCH RFCv10 00/15] DVB QoS statistics API

2013-01-16 Thread Manu Abraham
On Thu, Jan 17, 2013 at 3:41 AM, Mauro Carvalho Chehab wrote: > Em Thu, 17 Jan 2013 03:07:21 +0530 > Manu Abraham escreveu: > >> With ISDB-T, with the 3 layers, you have BER/UNC for each of the layers, >> though >> the rate difference could be very little. > >

Re: [PATCH RFCv10 00/15] DVB QoS statistics API

2013-01-16 Thread Manu Abraham
On Thu, Jan 17, 2013 at 12:52 AM, Mauro Carvalho Chehab wrote: > Em Wed, 16 Jan 2013 23:56:48 +0530 > Manu Abraham escreveu: > >> Consider this simple situation: >> Your new API is using get_frontend and is polling the hardware, Now an >> existing application is a

Re: [PATCH RFCv10 00/15] DVB QoS statistics API

2013-01-16 Thread Manu Abraham
On Thu, Jan 17, 2013 at 12:59 AM, Simon Farnsworth wrote: > On Wednesday 16 January 2013 23:56:48 Manu Abraham wrote: >> On Wed, Jan 16, 2013 at 10:51 PM, Mauro Carvalho Chehab > >> > >> > It is a common sense that the existing API is broken. If my proposal >

Re: [PATCH RFCv10 00/15] DVB QoS statistics API

2013-01-16 Thread Manu Abraham
On Wed, Jan 16, 2013 at 10:51 PM, Mauro Carvalho Chehab wrote: >> If you have sufficient documentation, you can scale your demodulator >> statistics >> to fit in that window area. I had done something similarly with a MB86A16 >> demodulator. IIRC, some effort was done on the STV0900 and STV0903

Re: [PATCH RFCv10 00/15] DVB QoS statistics API

2013-01-16 Thread Manu Abraham
On Wed, Jan 16, 2013 at 7:26 PM, Mauro Carvalho Chehab wrote: > Em Wed, 16 Jan 2013 09:56:12 +0530 > Manu Abraham escreveu: > >> On Wed, Jan 16, 2013 at 2:07 AM, Antti Palosaari wrote: >> > On 01/15/2013 07:12 PM, Mauro Carvalho Chehab wrote: >> >> >

Re: [PATCH RFCv10 00/15] DVB QoS statistics API

2013-01-15 Thread Manu Abraham
On Wed, Jan 16, 2013 at 2:07 AM, Antti Palosaari wrote: > On 01/15/2013 07:12 PM, Mauro Carvalho Chehab wrote: >> >> Em Tue, 15 Jan 2013 17:26:17 +0200 >> Antti Palosaari escreveu: >> >>> On 01/15/2013 04:49 PM, Antti Palosaari wrote: I am a little bit lazy to read all those patches, bu

Re: Status of the patches under review at LMML (35 patches)

2013-01-15 Thread Manu Abraham
ed via email). > > > > == Manu Abraham == > > Those patches are there for a long time. I think I'll simply apply all of > them, if they're not reviewed on the next couple weeks: > > Mar,11 2012: [2/3] stv090x: use error counter 1 for BER estimation

Re: [PATCH RFCv10 00/15] DVB QoS statistics API

2013-01-15 Thread Manu Abraham
On Tue, Jan 15, 2013 at 8:00 AM, Mauro Carvalho Chehab wrote: > Add DVBv5 methods to retrieve QoS statistics. > > Those methods allow per-layer and global statistics. > > Implemented 2 QoS statistics on mb86a20s, one global only > (signal strengh), and one per layer (BER). > > Tested with a modifi

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/11/13, Jiri Slaby wrote: > On 01/10/2013 09:49 PM, Manu Abraham wrote: >> On 1/11/13, Jiri Slaby wrote: >>> On 01/10/2013 09:38 PM, Manu Abraham wrote: >>>> The format can be definitely changed. There's no issue to it. >>> >>> No you cann

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/11/13, Oliver Schinagl wrote: > On 01/10/13 21:32, Manu Abraham wrote: >> On 1/11/13, Mauro Carvalho Chehab wrote: >>> Em Fri, 11 Jan 2013 00:38:18 +0530 >>> Manu Abraham escreveu: >>> >>>> On 1/11/13, Jiri Slaby wrote: >>>>&

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/11/13, Jiri Slaby wrote: > On 01/10/2013 09:38 PM, Manu Abraham wrote: >> The format can be definitely changed. There's no issue to it. > > No you cannot. Applications depend on that, it's part of the dvb ABI. If > you changed that, you would do the same mis

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/11/13, Mauro Carvalho Chehab wrote: > Em Fri, 11 Jan 2013 01:55:34 +0530 > Manu Abraham escreveu: > >> On 1/11/13, Oliver Schinagl wrote: >> >> they can say anything what they want, which makes no sense at all. >> > Well there are a few apps that do u

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/11/13, Jiri Slaby wrote: > On 01/10/2013 09:25 PM, Manu Abraham wrote: >>> Also, purely out of curiousity, how are the scanfiles used during >>> development? >> >> The scanfiles what you call them are the configuration files for >> dvb-apps, >&g

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/11/13, Mauro Carvalho Chehab wrote: > Em Fri, 11 Jan 2013 00:38:18 +0530 > Manu Abraham escreveu: > >> On 1/11/13, Jiri Slaby wrote: >> > On 01/10/2013 07:46 PM, Manu Abraham wrote: >> >> The scan files and config files are very specific to dvb-apps, s

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/11/13, Oliver Schinagl wrote: >> they can say anything what they want, which makes no sense at all. > Well there are a few apps that do use the initial scanfile tree, but do > not use any of the dvb-apps. > > (tvheadend, kaffeine appearantly, i'm guessing VDR and MythTV aswell?) Only tvheade

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/11/13, Mauro Carvalho Chehab wrote: > Em Fri, 11 Jan 2013 00:38:18 +0530 > Manu Abraham escreveu: > >> On 1/11/13, Jiri Slaby wrote: >> > On 01/10/2013 07:46 PM, Manu Abraham wrote: >> >> The scan files and config files are very specific to dvb-apps, s

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/11/13, Jiri Slaby wrote: > On 01/10/2013 08:08 PM, Manu Abraham wrote: >> On 1/11/13, Jiri Slaby wrote: >>> On 01/10/2013 07:46 PM, Manu Abraham wrote: >>>> The scan files and config files are very specific to dvb-apps, some >>>> applications >

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/11/13, Jiri Slaby wrote: > On 01/10/2013 07:46 PM, Manu Abraham wrote: >> The scan files and config files are very specific to dvb-apps, some >> applications >> do rely on these config files. It doesn't really make sense to have >> split out config >&g

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/11/13, Michael Krufky wrote: > On Thu, Jan 10, 2013 at 1:46 PM, Manu Abraham > wrote: >> On 1/11/13, Jiri Slaby wrote: >>> On 01/10/2013 06:40 PM, Manu Abraham wrote: >>>> On 1/9/13, Mauro Carvalho Chehab wrote: >>>>> Em Wed, 9 Jan 20

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/11/13, Jiri Slaby wrote: > On 01/10/2013 06:40 PM, Manu Abraham wrote: >> On 1/9/13, Mauro Carvalho Chehab wrote: >>> Em Wed, 9 Jan 2013 06:08:44 -0500 >>> Michael Krufky escreveu: >>> >>>> On Wed, Jan 9, 2013 at 5:41 AM, Mauro Carvalho Che

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-10 Thread Manu Abraham
On 1/9/13, Mauro Carvalho Chehab wrote: > Em Wed, 9 Jan 2013 06:08:44 -0500 > Michael Krufky escreveu: > >> On Wed, Jan 9, 2013 at 5:41 AM, Mauro Carvalho Chehab >> wrote: >> > Em Wed, 09 Jan 2013 10:43:23 +0100 >> > Oliver Schinagl escreveu: >> > >> >> On 08-01-13 21:01, Johannes Stezenbach wr

Re: Status of the patches under review at LMML (35 patches)

2013-01-07 Thread Manu Abraham
ity of miss-interpreting a nec IR protocol. Comments? > Jul,26 2012: media: rc: Add support to decode Remotes using NECx IR protocol > http://patchwork.linuxtv.org/patch/13480 Ravi Kumar V > > > > == Manu Abraham == > > Those patches are there for

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-07 Thread Manu Abraham
On Mon, Jan 7, 2013 at 6:23 PM, Christoph Pfister wrote: > Okay guys, I think this is a good time to discuss scan file > maintenance [ should have taken care of it earlier, but well ...]. > > I've been updating the scan data for the past few years, but found > barely no time in the last (many!) mo

Re: [linux-media] Re: [PATCH RFCv3] dvb: Add DVBv5 properties for quality parameters

2013-01-03 Thread Manu Abraham
On Fri, Jan 4, 2013 at 10:33 AM, VDR User wrote: > On Thu, Jan 3, 2013 at 1:33 PM, Antti Palosaari wrote: >> I would not like to define exact units for BER and USB as those are quite >> hard to implement and also non-sense. User would like just to see if there >> is some (random) numbers and if t

Re: [PATCH RFCv3] dvb: Add DVBv5 properties for quality parameters

2013-01-03 Thread Manu Abraham
On Fri, Jan 4, 2013 at 2:09 AM, Antti Palosaari wrote: > > Manu, here is manual of the professional ISDB-T signal analyzer. Look > especially BER measurement picture from "Slide 10". Sure, it looks so. Just wondering what the TDM stuffing would do after the hierarchial combiner. Manu -- To unsu

Re: [PATCH RFCv3] dvb: Add DVBv5 properties for quality parameters

2013-01-03 Thread Manu Abraham
On Thu, Jan 3, 2013 at 6:50 PM, Mauro Carvalho Chehab wrote: > Em Wed, 2 Jan 2013 00:38:50 +0530 > Manu Abraham escreveu: > >> On Tue, Jan 1, 2013 at 10:59 PM, Mauro Carvalho Chehab >> wrote: >> > Em Tue, 1 Jan 2013 22:18:49 +0530 >> > Manu Abraham escrev

Re: [PATCH RFCv3] dvb: Add DVBv5 properties for quality parameters

2013-01-03 Thread Manu Abraham
On Fri, Jan 4, 2013 at 12:57 AM, Mauro Carvalho Chehab wrote: > Em Fri, 4 Jan 2013 00:39:25 +0530 > Manu Abraham escreveu: > >> Hi Antti, >> >> On Thu, Jan 3, 2013 at 9:04 PM, Antti Palosaari wrote: >> > On 01/01/2013 06:48 PM, Manu Abraham wrote: >&g

Re: [PATCH RFCv3] dvb: Add DVBv5 properties for quality parameters

2013-01-03 Thread Manu Abraham
Hi Antti, On Thu, Jan 3, 2013 at 9:04 PM, Antti Palosaari wrote: > On 01/01/2013 06:48 PM, Manu Abraham wrote: >> >> On Tue, Jan 1, 2013 at 8:30 PM, Mauro Carvalho Chehab >> wrote: >> >>> [RFCv4] dvb: Add DVBv5 properties for quality parameters >>>

Re: [PATCH RFCv3] dvb: Add DVBv5 properties for quality parameters

2013-01-01 Thread Manu Abraham
On Tue, Jan 1, 2013 at 10:59 PM, Mauro Carvalho Chehab wrote: > Em Tue, 1 Jan 2013 22:18:49 +0530 > Manu Abraham escreveu: > >> On Tue, Jan 1, 2013 at 8:30 PM, Mauro Carvalho Chehab >> wrote: >> >> > [RFCv4] dvb: Add DVBv5 properties for quality parameters &g

Re: [PATCH RFCv3] dvb: Add DVBv5 properties for quality parameters

2013-01-01 Thread Manu Abraham
On Tue, Jan 1, 2013 at 8:30 PM, Mauro Carvalho Chehab wrote: > [RFCv4] dvb: Add DVBv5 properties for quality parameters > > The DVBv3 quality parameters are limited on several ways: > - Doesn't provide any way to indicate the used measure; > - Userspace need to guess how to calcul

Re: Re: [GIT PULL] Disintegrate UAPI for media

2012-10-11 Thread Manu Abraham
On Thu, Oct 11, 2012 at 1:53 PM, Oliver Endriss wrote: > Mauro Carvalho Chehab wrote: >> Em Tue, 09 Oct 2012 14:30:24 +0100 >> David Howells escreveu: >> >> > Can you merge the following branch into the media tree please. >> > >> > This is to complete part of the Userspace API (UAPI) disintegrat

Re: STV0299: reading property DTV_FREQUENCY -- what am I expected to get?

2012-08-14 Thread Manu Abraham
Hi, On Tue, Aug 14, 2012 at 2:23 PM, Reinhard Nissl wrote: > Hi, > > it seems that my 9 years old LNBs got some drift over time, as tuning takes > quite a while until I get a lock. So I thought I could compensate this > offset by adjusting VDR's diseqc.conf. > > Therefore I first hacked some logg

Re: Copyright issues, do not copy code and add your own copyrights

2012-08-14 Thread Manu Abraham
Hi, On Tue, Aug 14, 2012 at 2:51 PM, Hans de Goede wrote: > Hi, > > > On 08/14/2012 11:10 AM, Manu Abraham wrote: >> >> Hi, >> >> The subject line says it. >> >> Please fix the offending Copyright header. >> >> Offending one. >&

Re: [git:v4l-dvb/for_v3.7] [media] mantis: Terratec Cinergy C PCI HD (CI)

2012-08-14 Thread Manu Abraham
On Tue, Aug 14, 2012 at 12:55 AM, Mauro Carvalho Chehab wrote: > Em 10-08-2012 20:55, Manu Abraham escreveu: >> Mauro, >> >> Please revert this patch. Patch is incorrect. There is the VP-20300, >> VP-20330, VP-2040, with differences in tuner types TDA10021, TDA10023, &

Re: [PATCH] DVB-S2 multistream support

2012-08-12 Thread Manu Abraham
On Mon, Aug 13, 2012 at 12:20 AM, Antti Palosaari wrote: > On 08/12/2012 09:33 PM, CrazyCat wrote: >> >> Ok, done :) Look like DTV_DVBT2_PLP_ID not implemented for CXD2820r ? > > > yes, true. It uses always PLP 0. I didn't have signal source that uses > multiple PLPs. I didn't even add that PLP ID

Re: [PATCH] DVB-S2 multistream support

2012-08-10 Thread Manu Abraham
On Sat, Aug 11, 2012 at 6:37 AM, Antti Palosaari wrote: > On 08/11/2012 03:31 AM, Manu Abraham wrote: >> >> On Sat, Aug 11, 2012 at 5:44 AM, Antti Palosaari wrote: >>> >>> On 08/11/2012 01:12 AM, Mauro Carvalho Chehab wrote: >>>> >

Re: [PATCH] DVB-S2 multistream support

2012-08-10 Thread Manu Abraham
On Sat, Aug 11, 2012 at 5:44 AM, Antti Palosaari wrote: > On 08/11/2012 01:12 AM, Mauro Carvalho Chehab wrote: >> >> Em 13-07-2012 20:15, CrazyCat escreveu: > > >>> #define DTV_ISDBS_TS_ID 42 >>> >>> #define DTV_DVBT2_PLP_ID 43 >>> +#define DTV_DVBS2_MIS_ID 43 >> >> >>

Re: [PATCH] DVB-S2 multistream support

2012-08-10 Thread Manu Abraham
On Sat, Aug 11, 2012 at 3:42 AM, Mauro Carvalho Chehab wrote: > Em 13-07-2012 20:15, CrazyCat escreveu: >> Now present DTV_DVBT2_PLP_ID property for DVB-T2, so i add alias >> DTV_DVBS2_MIS_ID (same feature for advanced DVB-S2). Now DVB-S2 multistream >> filtration supported for current STV090x d

Re: [git:v4l-dvb/for_v3.7] [media] mantis: Terratec Cinergy C PCI HD (CI)

2012-08-10 Thread Manu Abraham
Mauro, Please revert this patch. Patch is incorrect. There is the VP-20300, VP-20330, VP-2040, with differences in tuner types TDA10021, TDA10023, MK-I, MK-II and MK-III. I have detailed this issue in an earlier mail. Terratec Cinregy C is VP-2033 and not VP-2040. Thanks! On Sat, Aug 11, 2012 a

Re: [PATCH 3/3] [media] tuner, xc2028: add support for get_afc()

2012-08-06 Thread Manu Abraham
On Fri, Jul 6, 2012 at 1:40 AM, Mauro Carvalho Chehab wrote: > Em 05-07-2012 14:37, Bert Massop escreveu: >> On Thu, Jul 5, 2012 at 5:05 PM, Antti Palosaari wrote: >>> >>> On 07/05/2012 05:16 PM, Mauro Carvalho Chehab wrote: Implement API support to return AFC frequency shift, as this d

Re: [PATCH] [media] mantis: merge both vp2033 and vp2040 drivers

2012-08-06 Thread Manu Abraham
On Tue, Aug 7, 2012 at 1:50 AM, Mauro Carvalho Chehab wrote: > Em 06-08-2012 17:07, Manu Abraham escreveu: >> On Tue, Aug 7, 2012 at 12:32 AM, Mauro Carvalho Chehab >> wrote: >>> As noticed at: >>> >>> http://comments.gmane.org/gmane.linu

Re: tda18271 driver power consumption

2012-08-06 Thread Manu Abraham
On Tue, Aug 7, 2012 at 12:43 AM, Antti Palosaari wrote: .. I ran thinking that recently when looked how to > implement DVB SDR for V4L2 API... If you try to fit an apple into an orange, you run into that sort of a problem. If you are working with DVB, the Linux-DVB is the way to go, If you are w

Re: [PATCH] [media] mantis: merge both vp2033 and vp2040 drivers

2012-08-06 Thread Manu Abraham
d of forking the entire code, just > fork the vp3033_config struct, saving some space, and cleaning > up the Kernel. > > Reported-by: Igor M. Liplianin > Cc: Manu Abraham > Signed-off-by: Mauro Carvalho Chehab Nack. VP-2033 and 2040 are both different in terms of hardware. If so

Re: [PATCH] [V3] stv090x: variable 'no_signal' set but not used

2012-07-06 Thread Manu Abraham
On Thu, Jun 28, 2012 at 7:38 PM, Peter Senna Tschudin wrote: > Remove variable and ignore return value of stv090x_chk_signal(). > > Tested by compilation only. > > Signed-off-by: Peter Senna Tschudin Reviewed-by: Manu Abraham > --- > drivers/media/dvb/frontends/stv09

Re: [git:v4l-dvb/for_v3.6] [media] stv090x: variable 'no_signal' set but not used

2012-06-28 Thread Manu Abraham
Hi, On Wed, Jun 27, 2012 at 8:57 PM, Peter Senna Tschudin wrote: > > Manu, > > On Wed, Jun 27, 2012 at 9:59 AM, Manu Abraham wrote: > > Wonderful, instead of ignoring the return value, you ignored the whole > > function > > itself. Most of the demodulator regi

Re: [PATCH 1/3] stv090x: Fix typo in register macros

2012-05-15 Thread Manu Abraham
Hi Andreas, Sorry about the late reply. Which datasheet revision are you using ? I looked at RevG and found that the register ERRCNT22 @ 0xF59D, 0xF39D do have bitfields by name Px_ERR_CNT2 on Page 227. Did you overlook that by some chance ? Best Regards, Manu On Tue, Feb 28, 2012 at 2:12 AM,

Re: [PATCH] Terratec Cinergy C PCI HD (CI)

2012-05-15 Thread Manu Abraham
On Wed, May 9, 2012 at 4:53 PM, Igor M. Liplianin wrote: > This patch seems for rectifying a typo. But actually the difference between > mantis_vp2040.c and mantis_vp2033.c code is a card name only. > > Signed-off-by: Igor M. Liplianin Do you have a card with the tda10021 or the tda10023 ? -- To

Re: HVR 4000 hybrid card still producing multiple frontends for single adapter

2012-01-24 Thread Manu Abraham
On Tue, Jan 24, 2012 at 8:28 PM, Antti Palosaari wrote: > On 01/24/2012 04:49 PM, Devin Heitmueller wrote: >> >> On Tue, Jan 24, 2012 at 6:48 AM, Antti Palosaari  wrote: >>> >>> On 01/24/2012 06:41 AM, Hawes, Mark wrote: Hi, I have a HVR 4000 hybrid card  which provides bo

Re: [PATCH 0/9] dvb_frontend: Don't rely on drivers filling ops->info.type

2012-01-02 Thread Manu Abraham
On Mon, Jan 2, 2012 at 8:03 PM, Mauro Carvalho Chehab wrote: > On 02-01-2012 09:48, Manu Abraham wrote: >> On Mon, Jan 2, 2012 at 4:25 PM, Mauro Carvalho Chehab >> wrote: >>> On 02-01-2012 05:31, Manu Abraham wrote: >>>> On Mon, Jan 2, 2012 at 1:41 A

Re: [PATCH 0/9] dvb_frontend: Don't rely on drivers filling ops->info.type

2012-01-02 Thread Manu Abraham
On Mon, Jan 2, 2012 at 8:03 PM, Mauro Carvalho Chehab wrote: > On 02-01-2012 09:48, Manu Abraham wrote: >> On Mon, Jan 2, 2012 at 4:25 PM, Mauro Carvalho Chehab >> wrote: >>> On 02-01-2012 05:31, Manu Abraham wrote: >>>> On Mon, Jan 2, 2012 at 1:41 A

Re: [PATCH 0/9] dvb_frontend: Don't rely on drivers filling ops->info.type

2012-01-02 Thread Manu Abraham
On Mon, Jan 2, 2012 at 4:25 PM, Mauro Carvalho Chehab wrote: > On 02-01-2012 05:31, Manu Abraham wrote: >> On Mon, Jan 2, 2012 at 1:41 AM, Mauro Carvalho Chehab >> wrote: >>> This is likely the last patch series from my series of DVB cleanups. >>> I still inten

Re: [PATCH 0/9] dvb_frontend: Don't rely on drivers filling ops->info.type

2012-01-01 Thread Manu Abraham
On Mon, Jan 2, 2012 at 1:41 AM, Mauro Carvalho Chehab wrote: > This is likely the last patch series from my series of DVB cleanups. > I still intend to work on DRX-K frontend merge patch, but this will > need to wait until my return to my home town. Of course, if you're > hurry with this, patches

Re: [PATCH RFC 01/91] [media] dvb-core: allow demods to specify the supported delivery systems supported standards.

2012-01-01 Thread Manu Abraham
On Tue, Dec 27, 2011 at 10:36 PM, Mauro Carvalho Chehab wrote: > On 27-12-2011 12:33, Andreas Oberritter wrote: >> On 27.12.2011 14:28, Mauro Carvalho Chehab wrote: >>> On 27-12-2011 10:11, Andreas Oberritter wrote: On 27.12.2011 02:07, Mauro Carvalho Chehab wrote: > DVB-S and DVB-T, as t

Re: v4 [PATCH 06/10] DVB: Use a unique delivery system identifier for DVBC_ANNEX_C

2011-12-12 Thread Manu Abraham
On Tue, Dec 13, 2011 at 1:09 AM, Thomas Kernen wrote: > On 12/12/11 2:40 PM, Manu Abraham wrote: > >>>> or is it multiplied by a factor >>>> of 10 or was it 100 ? (Oh, my god my application Y uses a factor >>>> of 10, the X application uses 100 and the Z

Re: v4 [PATCH 06/10] DVB: Use a unique delivery system identifier for DVBC_ANNEX_C

2011-12-12 Thread Manu Abraham
On Mon, Dec 12, 2011 at 9:52 PM, Mauro Carvalho Chehab wrote: > On 12-12-2011 13:00, Manu Abraham wrote: >> >> On Mon, Dec 12, 2011 at 7:26 PM, Mauro Carvalho Chehab >>  wrote: >>> >>> On 12-12-2011 11:40, Manu Abraham wrote: >>>> >>>&

Re: v4 [PATCH 06/10] DVB: Use a unique delivery system identifier for DVBC_ANNEX_C

2011-12-12 Thread Manu Abraham
On Mon, Dec 12, 2011 at 7:26 PM, Mauro Carvalho Chehab wrote: > On 12-12-2011 11:40, Manu Abraham wrote: >> >> On Mon, Dec 12, 2011 at 6:49 PM, Mauro Carvalho Chehab > > >>> This also means that just doing an alias from FE_QAM and >>> SYS_DVBC_ANNEX_A

Re: v4 [PATCH 09/10] CXD2820r: Query DVB frontend delivery capabilities

2011-12-12 Thread Manu Abraham
On Mon, Dec 12, 2011 at 7:11 PM, Antti Palosaari wrote: > On 12/12/2011 02:55 PM, Manu Abraham wrote: >> >> On Mon, Dec 12, 2011 at 6:13 PM, Andreas Oberritter >>  wrote: >>> >>> On 12.12.2011 05:28, Manu Abraham wrote: >>>> >>&

Re: v4 [PATCH 06/10] DVB: Use a unique delivery system identifier for DVBC_ANNEX_C

2011-12-12 Thread Manu Abraham
On Mon, Dec 12, 2011 at 6:49 PM, Mauro Carvalho Chehab wrote: > On 12-12-2011 01:59, Manu Abraham wrote: >> >> On Sat, Dec 10, 2011 at 5:59 PM, Mauro Carvalho Chehab >>  wrote: >>> >>> On 10-12-2011 02:43, Manu Abraham wrote: >>> >>> >&

  1   2   3   4   >