[PATCH 3/3] dvb-usb-cxusb: Geniatech T230C support.

2017-02-07 Thread CrazyCat
Updated Geniatech DVB-T/T2 stick support. Signed-off-by: Evgeny Plehov --- drivers/media/usb/dvb-usb/cxusb.c | 139 +- 1 file changed, 138 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb/cxusb.c b/drivers/media/usb/dvb-usb/cxusb.c index 5

[PATCH 1/3] si2168: Si2168-D60 support.

2017-02-07 Thread CrazyCat
Support for new demod version. Signed-off-by: Evgeny Plehov --- drivers/media/dvb-frontends/si2168.c | 4 drivers/media/dvb-frontends/si2168_priv.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/drivers/media/dvb-frontends/si2168.c b/drivers/media/dvb-frontends/si2168.c index

[PATCH 2/3] si2157: Si2141/2151 tuner support.

2017-02-07 Thread CrazyCat
Support for new tuner version. Signed-off-by: Evgeny Plehov --- drivers/media/tuners/si2157.c | 70 ++ drivers/media/tuners/si2157_priv.h | 2 ++ 2 files changed, 66 insertions(+), 6 deletions(-) diff --git a/drivers/media/tuners/si2157.c b/drivers/medi

[PATCH 4/4] dvb-usb-cxusb: Geniatech Mygica T230C support.

2016-12-08 Thread CrazyCat
Updated Geniatech DVB-T/T2 stick support. Signed-off-by: CrazyCat --- drivers/media/usb/dvb-usb/cxusb.c | 136 ++ 1 file changed, 136 insertions(+) diff --git a/drivers/media/usb/dvb-usb/cxusb.c b/drivers/media/usb/dvb-usb/cxusb.c index 3edc30d..4bf4c68

[PATCH 1/4] dvb-usb-cxusb: New RC map for Geniatech Mygica T230.

2016-12-08 Thread CrazyCat
Updated RC map for Geniatech DVB-T/T2 sticks. Signed-off-by: CrazyCat --- drivers/media/usb/dvb-usb/cxusb.c | 42 +-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/drivers/media/usb/dvb-usb/cxusb.c b/drivers/media/usb/dvb-usb/cxusb.c index

[PATCH 2/4] si2168: Si2168-D60 support.

2016-12-08 Thread CrazyCat
Support for new demod version. Signed-off-by: CrazyCat --- drivers/media/dvb-frontends/si2168.c | 4 drivers/media/dvb-frontends/si2168_priv.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/drivers/media/dvb-frontends/si2168.c b/drivers/media/dvb-frontends/si2168.c index

[PATCH 3/4] si2157: Si2141/2151 tuner support.

2016-12-08 Thread CrazyCat
Support for new tuner version. Signed-off-by: CrazyCat --- drivers/media/tuners/si2157.c | 71 ++ drivers/media/tuners/si2157_priv.h | 2 ++ 2 files changed, 67 insertions(+), 6 deletions(-) diff --git a/drivers/media/tuners/si2157.c b/drivers/media

[PATCH] dvb-usb-cxusb: Geniatech T230 - resync TS FIFO after lock

2016-10-21 Thread CrazyCat
This patch fix streaming issue for Geniatech T230/PT360. Signed-off-by: CrazyCat --- drivers/media/usb/dvb-usb/cxusb.c | 26 ++ drivers/media/usb/dvb-usb/cxusb.h | 5 + 2 files changed, 31 insertions(+) diff --git a/drivers/media/usb/dvb-usb/cxusb.c b/drivers

Re: [PATCH 1/3] tuners: si2157: Si2148 support.

2014-11-20 Thread CrazyCat
No need, because si214x is same si215x without analog filter path. 20.11.2014, 22:10, "Olli Salonen" : > Crazycat, do you think you could change the firmware loading for Si2148 > as discussed here though and send a new patch? -- To unsubscribe from this list: send the line &q

Re: [PATCH 1/3] tuners: si2157: Si2148 support.

2014-11-14 Thread CrazyCat
2148 is 2158 without analog support. Same firmware. 15.11.2014, 03:02, "Antti Palosaari" : > I wonder if we should define own firmware for Si2148-A20 just for sure. > Olli? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.o

[PATCH 2/3] si2168: TS clock inversion control.

2014-11-14 Thread CrazyCat
TS clock polarity control implemented. Signed-off-by: Evgeny Plehov --- drivers/media/dvb-frontends/si2168.c | 7 +-- drivers/media/dvb-frontends/si2168.h | 4 drivers/media/dvb-frontends/si2168_priv.h | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/driv

[PATCH 3/3] cxusb: Geniatech T230 support.

2014-11-14 Thread CrazyCat
Geniatech Mygica T230 DVB-T/T2/C USB stick support. Signed-off-by: Evgeny Plehov --- drivers/media/dvb-core/dvb-usb-ids.h | 1 + drivers/media/usb/dvb-usb/cxusb.c| 127 +++ 2 files changed, 128 insertions(+) diff --git a/drivers/media/dvb-core/dvb-usb-ids.h

[PATCH 1/3] tuners: si2157: Si2148 support.

2014-11-14 Thread CrazyCat
Si2148-A20 silicon tuner support. Signed-off-by: Evgeny Plehov --- drivers/media/tuners/si2157.c | 10 ++ drivers/media/tuners/si2157.h | 2 +- drivers/media/tuners/si2157_priv.h | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/media/tuners/si215

Re: [PATCH] si2168: DVB-T2 PLP selection implemented

2014-08-16 Thread CrazyCat
DVB-T2 PLP selection implemented for Si2168 demod. Tested with PCTV 292e. Signed-off-by: Evgeny Plehov --- drivers/media/dvb-frontends/si2168.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb-frontends/si2168.c b/drivers/media/dvb-frontend

[PATCH] dw2102: Geniatech T220 init fixed

2014-06-03 Thread CrazyCat
Geniatech T220 init fixed - reset cmd from windows driver and fixed TS bus config for cxd2820r. Signed-off-by: Evgeny Plehov --- drivers/media/usb/dvb-usb/dw2102.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/drivers/media/usb/dvb-usb/dw2102.c b/drivers/m

[PATCH]cxd2820r: TS clock inversion in config

2014-06-03 Thread CrazyCat
TS clock inversion in config. Signed-off-by: Evgeny Plehov --- drivers/media/dvb-frontends/cxd2820r.h| 6 ++ drivers/media/dvb-frontends/cxd2820r_c.c | 1 + drivers/media/dvb-frontends/cxd2820r_t.c | 1 + drivers/media/dvb-frontends/cxd2820r_t2.c | 1 + 4 files changed, 9 insertions(+)

Re: [PATCH] technisat-sub2: Fix stream curruption on high bitrate

2014-05-27 Thread CrazyCat
On Sunday 25 May 2014 15:29:57 Mauro Carvalho Chehab wrote: > Could you please better document this patch? Bug "catched" @ new ABS2 satellite (75E). Transponders with bitrate 70-80mbit. Before some european another users report same issue with ~67mbit transponders (S2,8PSK,27500,5/6). So just a

Re: [PATCH] cxd2820r: TS clock inversion in config

2014-05-27 Thread CrazyCat
This specific cxd2820r option need for Geniatech T220 https://patchwork.linuxtv.org/patch/23836/ On Tuesday 06 May 2014 00:11:17 you wrote: > That patch does more than it says and due to that I don't want it. Just > implement cxd2820r clock inversion and nothing more. Put the rest stuff, > which

[PATCH] dw2102: Geniatech T220 init fixed

2014-05-05 Thread CrazyCat
Geniatech T220 init fixed. Signed-off-by: Evgeny Plehov diff --git a/drivers/media/usb/dvb-usb/dw2102.c b/drivers/media/usb/dvb-usb/dw2102.c index ae0f56a..7135a3e 100644 --- a/drivers/media/usb/dvb-usb/dw2102.c +++ b/drivers/media/usb/dvb-usb/dw2102.c @@ -1109,6 +1109,7 @@ static struct ds3000

[PATCH] cxd2820r: TS clock inversion in config

2014-05-05 Thread CrazyCat
TS clock inversion in config. Signed-off-by: Evgeny Plehov diff --git a/drivers/media/dvb-frontends/cxd2820r.h b/drivers/media/dvb-frontends/cxd2820r.h index 82b3d93..6095dbc 100644 --- a/drivers/media/dvb-frontends/cxd2820r.h +++ b/drivers/media/dvb-frontends/cxd2820r.h @@ -52,6 +52,12 @@ stru

[PATCH] technisat-sub2: Fix stream curruption on high bitrate

2014-04-16 Thread CrazyCat
Fix stream curruption on high bitrate (>60mbit). Signed-off-by: Evgeny Plehov --- drivers/media/usb/dvb-usb/technisat-usb2.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb/technisat-usb2.c b/drivers/media/usb/dvb-usb/technisat-usb2.c index 42019

Re: Upstreaming SAA716x driver to the media_tree

2014-01-07 Thread CrazyCat
Konstantin Dimitrov пишет: so, i was waiting Manu to upstream his SAA716x driver code some day and then submit the improvements i made to it. yet again you're trying to take that from me and again, conveniently you included many people on CC, but not me. it's ok :) and stop compile binary blobs

[PATCH] dw2102: Use RC Core instead of the legacy RC (second edition)

2013-11-15 Thread CrazyCat
Use RC Core instead of the legacy RC. DVBWorld, TBS, TeVii, Prof hardware decode only NEC remotes (one byte code). Geniatech hardware decode only RC5 (two bytes). + New keymap for Geniatech HDStar (SU3000). Signed-off-by: Evgeny Plehov --- drivers/media/rc/keymaps/Makefile|3 +- drivers

Re: [PATCH] dw2102: Use RC Core instead of the legacy RC.

2013-11-14 Thread CrazyCat
On Thursday 14 November 2013 11:26:44 Mauro Carvalho Chehab wrote: > Type here is likely RC_TYPE_NEC. It seems, however, that the keycodes > have just the least-significant 8 bits. Geniatech HDStar (su3000) remote is RC5 (conflict with my Philips TV remote). But rc pulse decoded by Cypress FX2 fi

[PATCH] dw2102: Use RC Core instead of the legacy RC.

2013-11-13 Thread CrazyCat
Use RC Core instead of the legacy RC Signed-off-by: Evgeny Plehov --- diff --git a/drivers/media/rc/keymaps/Makefile b/drivers/media/rc/keymaps/Makefile index b1cde8c..0b8c549 100644 --- a/drivers/media/rc/keymaps/Makefile +++ b/drivers/media/rc/keymaps/Makefile @@ -98,4 +98,5 @@ obj-$(CONFIG_RC

[PATCH] dw2102: Geniatech T220 support

2013-11-13 Thread CrazyCat
Support for Geniatech T220 DVB-T/T2/C USB stick. Signed-off-by: Evgeny Plehov --- diff --git a/drivers/media/usb/dvb-usb/dw2102.c b/drivers/media/usb/dvb-usb/dw2102.c index 6136a2c..12e00aa 100644 --- a/drivers/media/usb/dvb-usb/dw2102.c +++ b/drivers/media/usb/dvb-usb/dw2102.c @@ -2,7 +2,7 @@

Re: [PATCH] dw2102: Geniatech T220 support

2013-11-03 Thread CrazyCat
On Sunday 03 November 2013 09:39:39 Mauro Carvalho Chehab wrote: > While you're here, could you please port this driver to use the > RC core, instead of the legacy RC support? > > Porting it to rc core is not hard (but, ideally, it should be done by > someone with a hardware to test). Ok - i do i

[PATCH] dw2102: Geniatech T220 support

2013-11-02 Thread CrazyCat
Support for Geniatech T220 DVB-T/T2/C USB stick. Signed-off-by: Evgeny Plehov diff --git a/drivers/media/usb/dvb-usb/dw2102.c b/drivers/media/usb/dvb-usb/dw2102.c index 6136a2c..12e00aa 100644 --- a/drivers/media/usb/dvb-usb/dw2102.c +++ b/drivers/media/usb/dvb-usb/dw2102.c @@ -2,7 +2,7 @@ *

[PATCH] cxd2820r_c: Fix if_ctl calculation

2013-11-02 Thread CrazyCat
Fix tune for DVB-C. Signed-off-by: Evgeny Plehov diff --git a/drivers/media/dvb-frontends/cxd2820r_c.c b/drivers/media/dvb-frontends/cxd2820r_c.c index 125a440..5c6ab49 100644 --- a/drivers/media/dvb-frontends/cxd2820r_c.c +++ b/drivers/media/dvb-frontends/cxd2820r_c.c @@ -78,7 +78,7 @@ int cxd

[PATCH] tda18271-fe: Fix dvb-c standard selection

2013-11-02 Thread CrazyCat
Fix dvb-c standard selection - qam8 for ANNEX_AC Signed-off-by: Evgeny Plehov diff --git a/drivers/media/tuners/tda18271-fe.c b/drivers/media/tuners/tda18271-fe.c index 4995b89..6a385c8 100644 --- a/drivers/media/tuners/tda18271-fe.c +++ b/drivers/media/tuners/tda18271-fe.c @@ -960,16 +960,12 @

[PATCH] cxd2820r_c: Fix if_ctl calculation

2013-11-01 Thread CrazyCat
Fix tune for DVB-C. Signed-off-by: Evgeny Plehov diff --git a/drivers/media/dvb-frontends/cxd2820r_c.c b/drivers/media/dvb-frontends/cxd2820r_c.c index 125a440..5c6ab49 100644 --- a/drivers/media/dvb-frontends/cxd2820r_c.c +++ b/drivers/media/dvb-frontends/cxd2820r_c.c @@ -78,7 +78,7 @@ int cx

[PATCH] dw2102: Geniatech T220 support

2013-11-01 Thread CrazyCat
Support for Geniatech T220 DVB-T/T2/C USB stick. Signed-off-by: Evgeny Plehov diff --git a/drivers/media/usb/dvb-usb/dw2102.c b/drivers/media/usb/dvb-usb/dw2102.c index 6136a2c..12e00aa 100644 --- a/drivers/media/usb/dvb-usb/dw2102.c +++ b/drivers/media/usb/dvb-usb/dw2102.c @@ -2,7 +2,7 @@ *

[PATCH] tda18271-fe: Fix dvb-c standard selection

2013-11-01 Thread CrazyCat
Fix dvb-c standard selection - qam8 for ANNEX_AC Signed-off-by: Evgeny Plehov diff --git a/drivers/media/tuners/tda18271-fe.c b/drivers/media/tuners/tda18271-fe.c index 4995b89..6a385c8 100644 --- a/drivers/media/tuners/tda18271-fe.c +++ b/drivers/media/tuners/tda18271-fe.c @@ -960,16 +960,12

[PATCH] cxd2820r_c: Fix if_ctl calculation

2013-11-01 Thread CrazyCat
Fix tune for DVB-C. Signed-off-by: Evgeny Plehov > diff --git a/drivers/media/dvb-frontends/cxd2820r_c.c b/drivers/media/dvb-frontends/cxd2820r_c.c index 125a440..5c6ab49 100644 --- a/drivers/media/dvb-frontends/cxd2820r_c.c +++ b/drivers/media/dvb-frontends/cxd2820r

Re: [PATCH] cxd2820r_t2: Multistream support (MultiPLP)

2013-04-02 Thread CrazyCat
Now confirmed in Russia - work ok. Used my mods scan-s2 + tzap-t2 + vdr 1.7.27 https://bitbucket.org/CrazyCat/szap-s2 https://bitbucket.org/CrazyCat/scan-s2 24.03.2013, 20:19, "Antti Palosaari" : > Is there anyone who could test that patch? > > I have no multi PLP signal here

[PATCH] cxd2820r_t2: Multistream support (MultiPLP)

2013-03-06 Thread CrazyCat
/CrazyCat/scan-s2. Generated channel list compatible with current VDR 1.7.3x Signed-off-by: Evgeny Plehov diff --git a/drivers/media/dvb-frontends/cxd2820r_core.c b/drivers/media/dvb-frontends/cxd2820r_core.c index 9b658c1..7ca5c69 100644 --- a/drivers/media/dvb-frontends/cxd2820r_core.c +++ b/drivers

Re: [PATCH] stv0900: Multistream support

2012-11-29 Thread CrazyCat
Yes, really useless :) Need remove it:) 29.11.2012, 21:41, "Ezequiel Garcia" : > Mmm, that's a pretty useless printk, IMHO. > If someone wants to trace a driver it's better to use ftrace, again IMHO. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message

[PATCH] stv0900: Multistream support

2012-11-29 Thread CrazyCat
Multistream support for stv0900. For Netup Dual S2 CI with STV0900BAC/AAC. Signed-off-by: Evgeny Plehov diff --git a/drivers/media/dvb-frontends/stv0900_core.c b/drivers/media/dvb-frontends/stv0900_core.c index b551ca3..0fb34e1 100644 --- a/drivers/media/dvb-frontends/stv0900_core.c +++ b/driver

[PATCH] DocBook: Multistream support

2012-09-13 Thread CrazyCat
Multistream support for DVBAPI. If my english bad - please fix it somebody :) Signed-off-by: Evgeny Plehov diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index d188be9..c7c14be 100644 --- a/Documentation/DocBook/media/dvb/dvbpropert

[PATCH] va1j5jf8007s: Multistream support

2012-09-13 Thread CrazyCat
Update multistream support. Signed-off-by: Evgeny Plehov diff --git a/drivers/media/pci/pt1/va1j5jf8007s.c b/drivers/media/pci/pt1/va1j5jf8007s.c index d980dfb..1b637b7 100644 --- a/drivers/media/pci/pt1/va1j5jf8007s.c +++ b/drivers/media/pci/pt1/va1j5jf8007s.c @@ -329,8 +329,8 @@ va1j5jf8007s_s

[PATCH] stv090x: Multistream support

2012-09-13 Thread CrazyCat
Multistream support for stv090x Signed-off-by: Evgeny Plehov diff --git a/drivers/media/dvb-frontends/stv090x.c b/drivers/media/dvb-frontends/stv090x.c index ea86a56..13caec0 100644 --- a/drivers/media/dvb-frontends/stv090x.c +++ b/drivers/media/dvb-frontends/stv090x.c @@ -3425,6 +3425,33 @@ err

[PATCH] dvb_frontend: Multistream support

2012-09-13 Thread CrazyCat
Multistream support for DVBAPI. Version increased to 5.8. Signed-off-by: Evgeny Plehov diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index bb51edf..a6a6839 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h @@ -62,6 +62,7 @@ typedef enum fe_cap

Re: [PATCH] dvb_frontend: Multistream support

2012-08-20 Thread CrazyCat
Multistream support with all recommendations. Signed-off-by: Evgeny Plehov diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index bb51edf..a6a6839 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h @@ -62,6 +62,7 @@ typedef enum fe_caps {

Re: [PATCH] dvb_frontend: Multistream support

2012-08-17 Thread CrazyCat
16.08.2012, 21:11, "Antti Palosaari" : > @Mauro, should we rename also DTV_ISDBS_TS_ID to DTV_ISDBS_TS_ID_LEGACY > to remind users ? Maybe leave DTV_ISDBS_TS_ID and convert DTV_DVBT2_PLP_ID to DTV_DVB_STREAM_ID ? and dvbt2_plp_id convert to dvb_stream_id. Because DVB and ISDB different standard

Re: [PATCH] dvb_frontend: Multistream support

2012-08-17 Thread CrazyCat
16.08.2012, 21:11, "Antti Palosaari" : >>  - /* ISDB-T specifics */ >>  - u32 isdbs_ts_id; >>  - >>  - /* DVB-T2 specifics */ >>  - u32 dvbt2_plp_id; >>  + /* Multistream specifics */ >>  + u32 stream_id; > > u32 == 32 bit long unsigned number. See next comment. >> >>  - c->isd

[PATCH] stv090x: Multistream support

2012-08-16 Thread CrazyCat
DVB-S2 Multistream support for stv090x Signed-off-by: Evgeny Plehov diff --git a/drivers/media/dvb/frontends/stv090x.c b/drivers/media/dvb/frontends/stv090x.c index ea86a56..13caec0 100644 --- a/drivers/media/dvb/frontends/stv090x.c +++ b/drivers/media/dvb/frontends/stv090x.c @@ -3425,6 +3425,33

[PATCH] dvb_frontend: Multistream support

2012-08-16 Thread CrazyCat
DTV_ISDBS_TS_ID replaced with DTV_STREAM_ID. Aliases DTV_ISDBS_TS_ID, DTV_DVBS2_MIS_ID for DTV_STREAM_ID. DTV_DVBT2_PLP_ID marked as legacy. Signed-off-by: Evgeny Plehov diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index f50d405..3444dda 100644 --- a/include/linux/dvb/

Re: [PATCH] DVB-S2 multistream support

2012-08-12 Thread CrazyCat
Ok, done :) Look like DTV_DVBT2_PLP_ID not implemented for CXD2820r ? 12.08.2012, 03:00, "Antti Palosaari" : > We asked you to merge isdbs_ts_id, dvbt2_plp_id and dvbs2_mis_id to one > as those are logically same thing from the user-point of view. > Technically those differs, but that is userspace

Re: [PATCH] DVB-S2 multistream support

2012-08-11 Thread CrazyCat
Fixed patch. Signed-off-by: Evgeny Plehov diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers/media/dvb/dvb-core/dvb_frontend.c index aebcdf2..7813165 100644 --- a/drivers/media/dvb/dvb-core/dvb_frontend.c +++ b/drivers/media/dvb/dvb-core/dvb_frontend.c @@ -948,6 +948,7 @@ static in

Re: [PATCH]Omicom S2 PCI support

2012-08-11 Thread CrazyCat
Ok, fixed patch. Signed-off-by: Evgeny Plehov diff --git a/drivers/media/dvb/ttpci/budget.c b/drivers/media/dvb/ttpci/budget.c index b21bcce..7e6e43a 100644 --- a/drivers/media/dvb/ttpci/budget.c +++ b/drivers/media/dvb/ttpci/budget.c @@ -50,6 +50,8 @@ #include "stv6110x.h" #include "stv090x.h"

Re: [PATCH] DVB-S2 multistream support

2012-08-10 Thread CrazyCat
Stream can be anything :) But for DVB standards this anyway DVBS transport stream 188 byte. Most media-bridges can handle only this stream. Specific generic-continous DVB-S2/T2/C2 streams require extended bus for passing frame-based stream, so this out of V4L DVB. Now MIS used often for distrib

[PATCH]Omicom S2 PCI support

2012-07-14 Thread CrazyCat
Support for yet another SAA7146-based budget card (very similar to TT S2-1600, but use LNBH23 instead ISL6423). diff --git a/drivers/media/dvb/ttpci/budget.c b/drivers/media/dvb/ttpci/budget.c index b21bcce..1774c53 100644 --- a/drivers/media/dvb/ttpci/budget.c +++ b/drivers/media/dvb/ttpci/budget

[PATCH] DVB-S2 multistream support

2012-07-13 Thread CrazyCat
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 demod cut 3.0, so i implement support for stv090x demod driver. Additional fe-caps FE_CAN_MULTISTREAM also added.

[PATCH]DVB-S2 multistream support

2012-07-13 Thread CrazyCat
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 demod cut 3.0, so i implement support for stv090x demod driver. Additional fe-caps FE_CAN_MULTISTREAM also added.