Re: Re: Mystique SaTiX-S2 Sky Xpress DUAL card

2012-02-13 Thread nibble.max
that create a new file named m88ds3103.c for the new chip in linux media tree. http://www.dvbsky.net/download/bst-patch.tar.gz Br, 2012-02-13 nibble.max 发件人: Konstantin Dimitrov 发送时间: 2011-12-29 18:25:37 收件人: Andreas Mair 抄送: linux-media 主题: Re: Mystique SaTiX-S2 Sky Xpress DUAL card

Re: Re: Re: Mystique SaTiX-S2 Sky Xpress DUAL card

2012-02-13 Thread nibble.max
permission. If you deny, that they can not change it. is it right? If you agree, whatever they do. They can not put their copyright and name. is it right? 2012-02-14 nibble.max 发件人: Konstantin Dimitrov 发送时间: 2012-02-13 23:56:29 收件人: nibble.max 抄送: linux-media; Andreas Mair 主题: Re: Re: Mystique

[PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-15 Thread nibble.max
Montage m88ds3103 demodulator and ts2022 tuner driver. Signed-off-by: Max nibble nibble@gmail.com --- drivers/media/dvb/frontends/Kconfig |7 + drivers/media/dvb/frontends/Makefile|2 + drivers/media/dvb/frontends/m88ds3103.c | 1851 +++

[PATCH 2/6] m88ds3103, dvbsky dvb-s2 usb box.

2012-04-15 Thread nibble.max
dvbsky dvb-s2 usb box based on montage m88ds3103 demodulator. Signed-off-by: Max nibble nibble@gmail.com --- drivers/media/dvb/dvb-usb/Kconfig |1 + drivers/media/dvb/dvb-usb/dw2102.c | 236 +++- 2 files changed, 236 insertions(+), 1 deletion(-) diff

[PATCH 3/6] m88ds3103, dvbsky dvb-s2 cx23883 pci card.

2012-04-15 Thread nibble.max
dvbsky dvb-s2 pci based on montage m88ds3103 demodulator. Signed-off-by: Max nibble nibble@gmail.com --- drivers/media/video/cx88/Kconfig |1 + drivers/media/video/cx88/cx88-cards.c | 22 + drivers/media/video/cx88/cx88-dvb.c | 85 +

[PATCH 4/6] m88ds3103, dvbsky dvb-s2 cx23885 pcie card.

2012-04-15 Thread nibble.max
dvbsky dvb-s2 pcie based on montage m88ds3103 demodulator. Signed-off-by: Max nibble nibble@gmail.com --- drivers/media/video/cx23885/Kconfig |1 + drivers/media/video/cx23885/cx23885-cards.c | 107 +++ drivers/media/video/cx23885/cx23885-dvb.c | 52

Re: Re: [PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-20 Thread nibble.max
2012-04-20 15:56:27 nibble@gmail.com At first time, I check it exist so try to patch it. But with new m88ds3103 features to add and ts2022 tuner include, find it is hard to do simply patch. It is better to create a new driver for maintain. Hi Max, Em 15-04-2012 12:53, nibble.max escreveu

Re: Re: [PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-20 Thread nibble.max
2012-04-20 15:48:53 nibble@gmail.com Mauro, thank you. Hi Max, Em 15-04-2012 12:53, nibble.max escreveu: Montage m88ds3103 demodulator and ts2022 tuner driver. Signed-off-by: Max nibble nibble@gmail.com Please always test any patch you send upstream with ./scripts/checkpatch.pl

Re: Re: [PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-20 Thread nibble.max
2012-04-21 10:38:02 nibble@gmail.com Em 20-04-2012 06:47, Antti Palosaari escreveu: On 20.04.2012 11:01, nibble.max wrote: 2012-04-20 15:56:27 nibble@gmail.com At first time, I check it exist so try to patch it. But with new m88ds3103 features to add and ts2022 tuner include, find

Re: Re: [PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-23 Thread nibble.max
2012-04-24 09:50:33 nibble@gmail.com Em 23-04-2012 19:51, Konstantin Dimitrov escreveu: Antti, i already commented about ds3103 drivers months ago: also, why Montage tuner code should be spitted from the demodulator code? is there any evidence that any Montage tuner (ts2020 or ts2022)

Re: Re: Re: [PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-26 Thread nibble.max
2012-04-26 20:59:28 nibble@gmail.com 2012-04-24 09:50:33 nibble@gmail.com Em 23-04-2012 19:51, Konstantin Dimitrov escreveu: Antti, i already commented about ds3103 drivers months ago: also, why Montage tuner code should be spitted from the demodulator code? is there any evidence that

[PATCH 2/6 v2] dvbsky, dvb-s/s2 usb box

2012-04-27 Thread nibble.max
Also fix some code sytle errors checked by checkpatch.pl. --- drivers/media/dvb/dvb-usb/Kconfig |2 + drivers/media/dvb/dvb-usb/dw2102.c | 337 2 files changed, 305 insertions(+), 34 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/Kconfig

[PATCH 3/6 v2] dvbsky, dvb-s/s2 PCIe card

2012-04-27 Thread nibble.max
Also fix some code sytle errors checked by checkpatch.pl. --- drivers/media/video/cx23885/Kconfig |2 + drivers/media/video/cx23885/cx23885-cards.c | 106 +++ drivers/media/video/cx23885/cx23885-dvb.c | 90 ++-

[PATCH 5/6 v2] dvbsky, remote control key map

2012-04-27 Thread nibble.max
--- drivers/media/rc/keymaps/Makefile|1 + drivers/media/rc/keymaps/rc-dvbsky.c | 77 ++ 2 files changed, 78 insertions(+) create mode 100644 drivers/media/rc/keymaps/rc-dvbsky.c diff --git a/drivers/media/rc/keymaps/Makefile

[PATCH 6/6 v2] dvbsky, remote control include header file

2012-04-27 Thread nibble.max
--- include/media/rc-map.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/media/rc-map.h b/include/media/rc-map.h index 8db6741..7176dac 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h @@ -85,6 +85,7 @@ void rc_map_init(void); #define RC_MAP_DM1105_NEC

Re: Re: [PATCH 1/6 v2] dvbsky, montage dvb-s/s2 TS202x tuner and M88DS3103demodulator driver

2012-04-27 Thread nibble.max
2012-04-27 22:03:20 nibble@gmail.com Em 27-04-2012 04:06, nibble.max escreveu: --- drivers/media/dvb/frontends/Kconfig | 14 + drivers/media/dvb/frontends/Makefile |3 + drivers/media/dvb/frontends/m88ds3103.c | 1153 ++ drivers/media

Re: Re: [PATCH 1/6] m88ds3103, montage dvb-s/s2 demodulator driver

2012-04-27 Thread nibble.max
2012-04-28 10:57:19 nibble@gmail.com Antti, Mauro, i believe we're all on the same page here and i just want to summarize based on all the discussion so far and if we all agree: 1) ds3000 and ts2020 code split, there are already several strong arguments about it and most of all that it

Demod hardware pid filter implement

2012-04-28 Thread nibble.max
Hello Antti, As we known that AF9013 has the hardware pid filter capability. How to implement the hardware pid filter, which the demodulator has this capability? For usb, i find struct dvb_usb_adapter_fe_properties { int (*pid_filter_ctrl) (struct dvb_usb_adapter *, int); int (*pid_filter)

Re: Re: [PATCH 2/2] [media] ds3000: properly report firmware loadingissues

2012-08-31 Thread nibble.max
As remember that there is a fault in the tuner register read function in ds3000.c file. It will cause the read back value wrong. ds3000.c file, static int ds3000_tuner_readreg(struct ds3000_state *state, u8 reg) { ... ds3000_writereg(state, 0x03, 0x12); ... } in DVBSky code, m88ds3103.c

Re: [PATCH] cx23885[v2]: Fix IR interrupt storm.

2013-07-18 Thread nibble.max
Hello Luis, The internel interrupts are rounted as follow: flatiron(include ADC)---HammerHead(include IR inside)---Pecos(PCIe) The flatiron interrupt is enabled when chip power up. When HammerHead interrupt is enalbe in Pecos, the most of interrupts are coming from flatiron. The more accurate

Re: Re: Hauppauge HVR-900 HD and HVR 930C-HD with si2165

2013-08-20 Thread nibble.max
Hello Hans, I am the original author of sit2 source code based on the reference code from silabs. And we have signed NDA with silabs, it does not allow us to release the source code to the public. I donot know it is permited or not when you do decompiling the binary code. What happened between

[PATCH 1/4] support for DVBSky dvb-s2 usb: add some config and set_voltage for m88ds3103

2014-08-05 Thread nibble.max
Add some config parameters and set_voltage function for m88ds3103. Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/dvb-frontends/m88ds3103.c | 91 +++-- drivers/media/dvb-frontends/m88ds3103.h | 37 -- 2 files changed, 96 insertions(+), 32

[PATCH 2/4] support for DVBSky dvb-s2 usb: change em28xx-dvb.c following the m88ds3103 config change

2014-08-05 Thread nibble.max
change em28xx-dvb.c following the m88ds3103 config change Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/usb/em28xx/em28xx-dvb.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c b/drivers/media/usb/em28xx/em28xx-dvb.c

[PATCH 3/4] support for DVBSky dvb-s2 usb: add dvb-usb-v2 driver for DVBSky dvb-s2 box

2014-08-05 Thread nibble.max
add dvb-usb-v2 driver for DVBSky dvb-s2 box Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/usb/dvb-usb-v2/Kconfig | 6 + drivers/media/usb/dvb-usb-v2/Makefile | 3 + drivers/media/usb/dvb-usb-v2/dvbsky.c | 872 ++ 3 files changed, 881

[PATCH 4/4] support for DVBSky dvb-s2 usb: add dvbsky rc keymaps.

2014-08-05 Thread nibble.max
add dvbsky rc keymaps. Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/rc/keymaps/Makefile| 1 + drivers/media/rc/keymaps/rc-dvbsky.c | 78 2 files changed, 79 insertions(+) diff --git a/drivers/media/rc/keymaps/Makefile

[PATCH 0/4] support for DVBSky dvb-s2 usb: add dvbsky rc keymaps include file

2014-08-05 Thread nibble.max
add dvbsky rc keymaps include file. Signed-off-by: Nibble Max nibble@gmail.com --- include/media/rc-map.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/media/rc-map.h b/include/media/rc-map.h index 80f9518..e7a1514 100644 --- a/include/media/rc-map.h +++

Re: Re: [PATCH 1/4] support for DVBSky dvb-s2 usb: add some config andset_voltage for m88ds3103

2014-08-07 Thread nibble.max
logical changes for existing driver, you should split it is one patch per change. Rest of the comments are between the code. On 08/06/2014 07:27 AM, nibble.max wrote: Add some config parameters and set_voltage function for m88ds3103. Signed-off-by: Nibble Max nibble@gmail.com --- drivers

Re: Re: [PATCH 1/4] support for DVBSky dvb-s2 usb: add some config andset_voltagefor m88ds3103

2014-08-07 Thread nibble.max
Moikka! On 08/07/2014 12:31 PM, nibble.max wrote: @@ -523,6 +508,17 @@ static int m88ds3103_set_frontend(struct dvb_frontend *fe) priv-delivery_system = c-delivery_system; + if (priv-cfg-start_ctrl) { + for (len = 0; len 30 ; len

Re: Re: [PATCH 3/4] support for DVBSky dvb-s2 usb: add dvb-usb-v2 driverfor DVBSky dvb-s2 box

2014-08-07 Thread nibble.max
, nibble.max wrote: add dvb-usb-v2 driver for DVBSky dvb-s2 box Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/usb/dvb-usb-v2/Kconfig | 6 + drivers/media/usb/dvb-usb-v2/Makefile | 3 + drivers/media/usb/dvb-usb-v2/dvbsky.c | 872

[PATCH 1/4 v2] support for DVBSky dvb-s2 usb: Add ts clock and clock polarity, lnb set voltage for m88ds3103

2014-08-07 Thread nibble.max
Add ts clock and clock polarity, lnb set voltage. Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/dvb-frontends/m88ds3103.c | 77 + drivers/media/dvb-frontends/m88ds3103.h | 25 --- 2 files changed, 70 insertions(+), 32 deletions(-) diff

[PATCH 3/4 v2] support for DVBSky dvb-s2 usb: add dvb-usb-v2 driver for DVBSky dvb-s2 box, no ci support.

2014-08-07 Thread nibble.max
remove ci support part in v1 patch. hook demod read status and set voltage operations. Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/usb/dvb-usb-v2/Kconfig | 6 + drivers/media/usb/dvb-usb-v2/Makefile | 3 + drivers/media/usb/dvb-usb-v2/dvbsky.c | 455

Re: Re: [PATCH 3/4] support for DVBSky dvb-s2 usb: add dvb-usb-v2 driver for DVBSky dvb-s2 box

2014-08-07 Thread nibble.max
Hello Olli, Hi Max, nibble.max nibble.max at gmail.com writes: diff --git a/drivers/media/usb/dvb-usb-v2/Kconfig b/drivers/media/usb/dvb-usb-v2/Kconfig index 66645b0..8107c8d 100644 --- a/drivers/media/usb/dvb-usb-v2/Kconfig +++ b/drivers/media/usb/dvb-usb-v2/Kconfig at at -141,3 +141,9

[PATCH 3/4 v3] support for DVBSky dvb-s2 usb: add dvb-usb-v2 driver for DVBSky dvb-s2 box, no ci support.

2014-08-07 Thread nibble.max
remove ci support part in v1 patch. hook demod read status and set voltage operations. add m88ts2022 select in Kconfig. Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/usb/dvb-usb-v2/Kconfig | 7 + drivers/media/usb/dvb-usb-v2/Makefile | 3 +

[PATCH 1/4 v3] support for DVBSky dvb-s2 usb: Add ts clock and clock polarity, lnb set voltage and lnb ctrl pin for m88ds3103

2014-08-10 Thread nibble.max
Add ts clock and clock polarity, lnb set voltage and lnb control pin. Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/dvb-frontends/m88ds3103.c | 72 - drivers/media/dvb-frontends/m88ds3103.h | 35 +--- 2 files changed, 75

[PATCH 3/4 v4] support for DVBSky dvb-s2 usb: add dvb-usb-v2 driver for DVBSky dvb-s2 box, no ci support.

2014-08-10 Thread nibble.max
remove ci support part in v1 patch. hook demod read status and set voltage operations. add m88ts2022 select in Kconfig. move usb buffer into state for usb ctrl. make checkpatch.pl happy. Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/usb/dvb-usb-v2/Kconfig | 7 +

[PATCH] m88ts2022: fix high symbol rate transponders missing on 32bit platform.

2014-08-16 Thread nibble.max
The current m88ts2022 driver will miss the following high symbol rate transponders on Telstar 18 138.0. 12385 H 43200, 12690 H 43200, 12538 V 41250... the code for f_3db_hz will overflow for the high symbol rate. for example, symbol rate=41250 KS/s symbol_rate * 135UL = 556875(1 4BEC 61B0),

[PATCH] m88ts2022: fix high symbol rate transponders missing on 32bit platform.

2014-08-16 Thread nibble.max
The current m88ts2022 driver will miss the following high symbol rate transponders on Telstar 18 138.0. 12385 H 43200, 12690 H 43200, 12538 V 41250... the code for f_3db_hz will overflow for the high symbol rate. for example, symbol rate=41250 KS/s symbol_rate * 135UL = 556875(1 4BEC 61B0),