[linux-dvb] wintv nova-t stick, dib0700 and remote controllers..

2008-02-13 Thread Filippo Argiolas
Hi, I've just bought a Hauppauge WinTV Nova-T Stick (model 1156 italy). It has no remote controller bundled within but it has got a IR sensor that works good with freshly updated mercurial drivers. So why not to try some of my tv remotes I've got? I started pressing random keys with evtest running

Re: [linux-dvb] wintv nova-t stick, dib0700 and remote controllers..

2008-02-14 Thread Filippo Argiolas
No answer? Please could someone tell me if is it dangerous to call dib0700_rc_setup (from dib0700core.c) every 100ms to reset remote control data? Do you know any other method to reset data about last key received from the ir sensor? Thanks Filippo ___

Re: [linux-dvb] wintv nova-t stick, dib0700 and remote controllers..

2008-02-14 Thread Filippo Argiolas
a patch to support some of my remotes as well repeated keys events as soon I'll have some spare time. Does any of you know a different method to erase last received data from the device? 2008/2/14, Filippo Argiolas [EMAIL PROTECTED]: No answer? Please could someone tell me if is it dangerous

[linux-dvb] [patch] support for key repeat with dib0700 ir receiver

2008-02-19 Thread Filippo Argiolas
Hi, my last messages have been almost ignored.. so I'm opening a new thread. Please refer to the other thread [wintv nova-t stick, dib0700 and remote controllers] for more info. Here is a brief summary of the problem as far as I can understand: - when a keypress event is received the device

Re: [linux-dvb] [patch] support for key repeat with dib0700 ir receiver

2008-02-19 Thread Filippo Argiolas
Il giorno mar, 19/02/2008 alle 17.33 +0100, Eduard Huguet ha scritto: Hi, Thanks for your efforts. ¿Do you think this patch will also be useful to the unknown keycodes problem of the Nova-T 500 remote? If you don't know what I'm talking about here you have a brief description:

Re: [linux-dvb] [patch] support for key repeat with dib0700 ir receiver

2008-02-19 Thread Filippo Argiolas
Il giorno mar, 19/02/2008 alle 17.21 +, Nicolas Will ha scritto: On Tue, 2008-02-19 at 16:17 +0100, Filippo Argiolas wrote: I've also implemented repeated key feature (with repeat delay to avoid unwanted double hits) for rc-5 and nec protocols. It also contains some keymap

Re: [linux-dvb] [patch] support for key repeat with dib0700 ir receiver

2008-02-20 Thread Filippo Argiolas
Il giorno mar, 19/02/2008 alle 19.19 +, Nicolas Will ha scritto: Now this is rich! I love it! Key repeat works! Great :)! And the log flooding has stopped without the manual patch that was needed previously. Nice, fixing this was not my first purpose but I'm glad it's solved. I

Re: [linux-dvb] [patch] support for key repeat with dib0700 ir receiver

2008-02-20 Thread Filippo Argiolas
Il giorno mer, 20/02/2008 alle 09.22 +0100, Filippo Argiolas ha scritto: Il giorno mer, 20/02/2008 alle 06.10 +0900, Matthew Vermeulen ha scritto: Hi all... I'm seeing exactly the same problems everyone else is (log flooding etc) except that I can't seem to get any keys picked by lirc

Re: [linux-dvb] [patch] support for key repeat with dib0700 ir receiver

2008-02-20 Thread Filippo Argiolas
Il giorno mar, 19/02/2008 alle 22.14 +0100, Patrick Boettcher ha scritto: That indeed looks OK to my eyes. I have to admit that I never took a look into the IR-code from DiBcom... In any case, especially to that problem with unknown key code I think it is time to change the IR-behavior of

Re: [linux-dvb] [patch] support for key repeat with dib0700 ir receiver

2008-02-20 Thread Filippo Argiolas
2008/2/20, Nicolas Will [EMAIL PROTECTED]: Scratched an itch, heh? ;o) eheh, the best thing of free software is that you can always take the source and change it to reflect your needs :) ___ linux-dvb mailing list linux-dvb@linuxtv.org

Re: [linux-dvb] [patch] support for key repeat with dib0700 ir receiver

2008-02-20 Thread Filippo Argiolas
2008/2/20, Nicolas Will [EMAIL PROTECTED]: On Wed, 2008-02-20 at 09:22 +0100, Filippo Argiolas wrote: Are you using this file for lircd.conf [http://linux.bytesex.org/v4l2/linux-input-layer-lircd.conf]? Where is this file coming from? I've found it here: http://osdir.com/ml/hardware.lirc

Re: [linux-dvb] [patch] support for key repeat with dib0700 ir receiver

2008-02-20 Thread Filippo Argiolas
Il giorno mer, 20/02/2008 alle 22.43 +0900, Matthew Vermeulen ha scritto: Feb 20 22:39:53 matthew-desktop kernel: [39334.832815] dib0700: Unknown remote controller key: 13 7E 1 0 Feb 20 22:39:53 matthew-desktop kernel: [39334.908277] dib0700: Unknown remote controller key: 13 7E 1 0 Feb

Re: [linux-dvb] [patch] support for key repeat with dib0700 ir receiver

2008-02-21 Thread Filippo Argiolas
2008/2/21, Eduard Huguet [EMAIL PROTECTED]: I second that. This patch has greatly improved the experience with the remote, now that it correctly supports auto-repeat when holding the button down. Great :)! PS @ Filippo: count on me for a beer also if you ever come to Barcelona. Hehe

[linux-dvb] conflicts between v4l-dvb and out of tree modules

2008-02-24 Thread Filippo Argiolas
Hi since I've installed v4l-dvb drivers from the hg tree to make my nova-t stick work, my webcam based on uvcvideo drivers stopped working complaining about unknown symbol errors. I ran make kernel-links and tried to recompile uvcvideo module. Even with a freshly compiled module the unknown symbol

Re: [linux-dvb] [patch] support for key repeat with dib0700 ir receiver

2008-03-02 Thread Filippo Argiolas
Il giorno mer, 20/02/2008 alle 10.29 +0100, Filippo Argiolas ha scritto: I don't know yet how this could be done and maybe it involves some work rewriting the ir stuff. So I think in the meanwhile my patch could be merged (if you think it's good) waiting for this work to be done. Hi all

[linux-dvb] [PATCH] support key repeat with dib0700 ir receiver - (resend signed off)

2008-03-11 Thread Filippo Argiolas
register after each poll so it kept polling last key even if nothing was being pressed. Fixing this, (calling rc_setup after each poll), permits to implement key repeat. Signed-off-by: Filippo Argiolas filippo.argiolas at gmail.com I'm resending the patch because I didn't sign it off the first time

Re: [linux-dvb] MT2266 I2C write failed, usb disconnet, WinTV Nova-TD stick, remote

2008-03-13 Thread Filippo Argiolas
Il giorno mer, 12/03/2008 alle 21.40 +, Philip Pemberton ha scritto: Bernhard Albers wrote: [ 628.492000] hub 4-0:1.0: port 9 disabled by hub (EMI?), re-enabling... [ 628.492000] usb 4-9: USB disconnect, address 2 [ 628.50] MT2266 I2C write failed [ 628.50] MT2266 I2C