Re: AW: AW: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-07-14 Thread D. R.
Hi, Does this patch works also for kernel 2.6.38 ? Kind regards David -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

AW: AW: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-22 Thread Christoph Pinkl
Hello, I've removed the rc_keyup call as the timeout release the key automatically. This seems to work better. I also added the possibility to define different keytables for boards with different subsystems as Lou mentioned. Regards Chris mantis_ir.patch Description: Binary data

Re: AW: AW: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-22 Thread Adrian C.
On Sun, 22 May 2011, Christoph Pinkl wrote: I've removed the rc_keyup call as the timeout release the key automatically. This seems to work better. Yes it does! Thank you very much. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB

Re: AW: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-21 Thread Adrian C.
Hello, I got 2.6.39 so I tried this, on Technisat SkyStar2 HD2. Device showed up as /dev/input/event3. ir-keytable does not show any protocols for it: Found /sys/class/rc/rc0/ (/dev/input/event3) with: Driver mantis_core, table rc-terratec-cinergy-s2-hd Supported protocols:

Re: AW: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-21 Thread Adrian C.
Haven't noticed earlier that every button press is executed twice, until I did some testing with Oxine. Not sure how much Lirc is to blame for this, and for button 0 not working. I will move to the Lirc list. Thanks again for the patch. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID:

Re: AW: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-21 Thread Marko Ristola
I noticed that too on the C code: If keypress comes from the remote control, driver does both push down and release immediately. Some years ago I made a version that did something like this: I measured that a remote control sends key pressed in about 20ms cycles. Thus I decided that the

AW: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-20 Thread Lou
Hello Chris This applies fine against 2.6.39 stable, but the Twinhan VP-1041 uses the keymap of Twinhan DTV CAB CI, so it's not a perfect fit for the Terratec Cinergy S2 HD keymap. I assume from earlier postings in vdr-portal [1] Cinergy S2 HD and Skystar 2 HD do share the same keymappings.

Re: AW: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-20 Thread Adrian C.
On Fri, 13 May 2011, Christoph Pinkl wrote: Would be nice to get some Feedback. Hello, thanks for the patch. I've been waiting for 2.6.39 to hit the testing repository of my distribution before testing. Should happen any day. I need that version because of sound driver fixes. I have the SS2

AW: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-13 Thread Christoph Pinkl
Hello, This patch is a rework of a old patch I've posted some time ago. It adds support for Remote-Control in the mantis driver and implements the new rc-API. The patch enables rc for the cards - vp1041 - vp2033 - vp2040 It's only tested with a Terratec Cinergy S2 HD. Would be nice to get some

AW: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-11 Thread Christoph Pinkl
for Terratec Cinergy C (2.6.37 Mantis driver) On Fri, 6 May 2011, Marko Ristola wrote: The hardware device is active (it is enabled, messages are sent from the remote to the Kernel Mantis software driver. The bytes can be logged into /var/log/messages file. That's all the driver

Re: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-10 Thread Adrian C.
On Fri, 6 May 2011, Marko Ristola wrote: The hardware device is active (it is enabled, messages are sent from the remote to the Kernel Mantis software driver. The bytes can be logged into /var/log/messages file. That's all the driver is designed to do at this point. It doesn't sound

Re: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-06 Thread Marko Ristola
04.05.2011 01:42, Adrian C. kirjoitti: On Wed, 2 Mar 2011, Marko Ristola wrote: So this means, that my remote control works, pressing key with hex value 0x26 works. It works. Unfortunately mantis_uart.c doesn't have IR input initialization at all But it does not work. How can it

Re: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-05-03 Thread Adrian C.
On Wed, 2 Mar 2011, Marko Ristola wrote: So this means, that my remote control works, pressing key with hex value 0x26 works. It works. Unfortunately mantis_uart.c doesn't have IR input initialization at all But it does not work. How can it work and not work at the same time? I have

Re: Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-03-01 Thread Marko Ristola
28.02.2011 19:26, Jonas Hanschke kirjoitti: Hi, despite lots of time spent tinkering around and looking for help on the web, I've had no success in getting to work the remote control of my DVB-C card. It is a Terratec Cinergy C: http://linuxtv.org/wiki/index.php/TerraTec_Cinergy_C_DVB-C and

Remote control not working for Terratec Cinergy C (2.6.37 Mantis driver)

2011-02-28 Thread Jonas Hanschke
Hi, despite lots of time spent tinkering around and looking for help on the web, I've had no success in getting to work the remote control of my DVB-C card. It is a Terratec Cinergy C: http://linuxtv.org/wiki/index.php/TerraTec_Cinergy_C_DVB-C and am using the Mantis driver. Since it was merged