[PATCH] Partly revert "[media] rc-core: allow calling rc_open with device not initialized"

2016-07-30 Thread Ole Ernst
This partly reverts commit 078600f514a12fd763ac84c86af68ef5b5267563. Due to the relocation of input_register_device() call, holding down a button on an IR remote no longer resulted in repeated key down events. Signed-off-by: Ole Ernst <olebo...@gmx.com> --- drivers/media/rc/rc-main

Re: [PATCH 1/1] SMI PCIe IR driver for DVBSky cards

2015-06-29 Thread Ole Ernst
Hi Max, Am 29.06.2015 um 16:09 schrieb Nibble Max: ported from the manufacturer's source tree, available from http://dvbsky.net/download/linux/media_build-bst-150211.tar.gz This is the second patch after a public review. just for the sake of clarity: I see commented out bits and pieces of

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-27 Thread Ole Ernst
Ole Ernst: Am 24.03.2015 um 16:22 schrieb Antti Palosaari: Someone has reported SCR/Unicable does not work with that demod driver, but I have no personal experience from whole thing... Could you try direct connection to LNB? I will test a direct connection over Easter, as I don't have

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-24 Thread Ole Ernst
Antti Palosaari: On 03/23/2015 11:12 PM, Ole Ernst wrote: Very much appreciated, thanks Antti! Let me know, if you need someone to test your patches. Could you test that tree? http://git.linuxtv.org/cgit.cgi/anttip/media_tree.git/log/?h=ts2020 git clone -b ts2020 git://linuxtv.org/anttip

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-24 Thread Ole Ernst
Am 24.03.2015 um 13:54 schrieb Antti Palosaari: Looks strange as firmware is not downloaded. It is downloaded on when first tuning attempt is done, so nodes are created in any case. TS2020 tuner is detected correctly, which looks somehow promising. Could you test my patches again as I have

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-24 Thread Ole Ernst
Am 24.03.2015 um 16:22 schrieb Antti Palosaari: Someone has reported SCR/Unicable does not work with that demod driver, but I have no personal experience from whole thing... Could you try direct connection to LNB? I will test a direct connection over Easter, as I don't have physical access to

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-23 Thread Ole Ernst
Very much appreciated, thanks Antti! Let me know, if you need someone to test your patches. Am 23.03.2015 um 19:08 schrieb Antti Palosaari: On 03/18/2015 11:06 AM, Ole Ernst wrote: Hi Max, I'm afraid I'm not experienced enough to adapt the ts2020 driver to interwork with the current kernel

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-18 Thread Ole Ernst
Hi Max, I'm afraid I'm not experienced enough to adapt the ts2020 driver to interwork with the current kernel driver for the S952. I'd be more than happy to test patches though! Thanks, Ole Am 18.03.2015 um 02:40 schrieb Nibble Max: Hello Ole, If it is m88ts2020, there is a tuner driver

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-17 Thread Ole Ernst
module? I think you maybe hold the old S952 card. Its satellite tuner is M88TS2020, not M88TS2022. Best Regards, Max On 2015-03-15 19:07:07, Ole Ernst olebo...@gmx.com wrote: Hi Antti, thanks for your quick response! Based on lsmod and modinfo I do have m88ts2022. $ lsmod | grep m88

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-15 Thread Ole Ernst
it will goto frontend_detach, which will then return -EINVAL. Any idea why client_tuner-dev.driver is NULL? Thanks, Ole Am 14.03.2015 um 20:54 schrieb Ole Ernst: Hi, using linux-3.19.1-1 (Archlinux) I get the following output while booting without the media-build-tree provided by DVBSky

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-15 Thread Ole Ernst
Antti Palosaari: You don't have m88ts2022 driver installed. Antti On 03/15/2015 12:26 PM, Ole Ernst wrote: Hi, I added some printk in cx23885-dvb.c and the problem is in i2c_new_device: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/media/pci/cx23885

cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-14 Thread Ole Ernst
Hi, using linux-3.19.1-1 (Archlinux) I get the following output while booting without the media-build-tree provided by DVBSky: cx23885 driver version 0.0.4 loaded cx23885 :04:00.0: enabling device ( - 0002) CORE cx23885[0]: subsystem: 4254:0952, board: DVBSky S952 [card=50,autodetected]

[PATCH] dvb_frontend: Fix possible read out of bounds

2014-03-05 Thread Ole Ernst
Check if index is within bounds _before_ accessing the value. Signed-off-by: Ole Ernst olebo...@gmx.com --- drivers/media/dvb-core/dvb_frontend.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media/dvb-core/dvb_frontend.c b/drivers/media/dvb-core