Re: [BUG] TechniSat SkyStar S2 - problem tuning DVB-S2 channels

2015-11-18 Thread David Jedelsky
Robert, I'm not sure whether it helps, but if your card is based on az6027, as is my USB TechniSat SkyStar 2 HD CI, then attached patch could be helpful. I had to create it to get DVB-S2 working on my device. http://djed.cz/az6027-i2c.patch Regards, David PS: trying to send once more with link

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

2014-02-06 Thread David Jedelsky
the changed communication doesn't break other devices. But the read part of patched _stb0899_read_s2reg routine is now functinally same as (not changed) stb0899_read_regs which reads ordinrary DVB-S registers. Giving high chance that it should work correctly on other devices too. Signed-off-by: David

[PATCH] [media] az6027: Added remote control support

2013-09-15 Thread David Jedelsky
TS35. Signed-off-by: David Jedelsky david.jedel...@gmail.com --- drivers/media/usb/dvb-usb/az6027.c | 108 +--- 1 file changed, 99 insertions(+), 9 deletions(-) diff --git a/drivers/media/usb/dvb-usb/az6027.c b/drivers/media/usb/dvb-usb/az6027.c index ea2d5ee