public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] cx88-input: leadtek tv200xp global
@ 2008-02-26 10:57 Frühwald Szabolcs
  2008-02-27  8:42 ` [linux-dvb] cx88-input: leadtek tv200xp global - ?? Frühwald Szabolcs
  0 siblings, 1 reply; 2+ messages in thread
From: Frühwald Szabolcs @ 2008-02-26 10:57 UTC (permalink / raw)
  To: linux-dvb

hi there,

i've a leadtek tv2000xp global pci card
it's running OK (with some errors, but works) with current developement
v4l-dvb branch
i tried to enable it's IR remote control too in cx88-input.c
just copied tv2000xp expert switch entry:

case CX88_BOARD_WINFAST2000XP_EXPERT:
                 ir_codes = ir_codes_winfast;
                 ir->gpio_addr = MO_GP0_IO;
                 ir->mask_keycode = 0x8f8;
                 ir->mask_keyup = 0x100;
                 ir->polling = 1; /* ms */
                 break;

but the result of this was: IR recognized well by kernel, dev/input
device attached
but when i pressed a button on remote, it printed its character, waited
a sec and started to repeat this character forever
so, i pressed '6', out was:
6<1sec_delay>666666666666666666666666666666666666666666666666666 .... etc..
could anybody help me to correct this?
it would be cool if i could paste a patch to the mailing list to enable
this functionality for this card
i figured out the main problem is with "ir->mask_keyup=0x100", so maybe
it isn't there... but i didnt find it at 0x60,0x80 too and don't know
where could it be??

ps: I also tried to comment out this line of code (as i saw some other
entrys without this option), the repeats are stopped but when i pressed
a button more than once it's only showed up once. So, i pressed 6,
printed 6 but when i pressed 6 again, it didnt print anything. After i
pressed other button (printed once too), and pressed again 6, prints 6
again).

Thanks for your help...

bye,
Szab



_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [linux-dvb] cx88-input: leadtek tv200xp global - ??
  2008-02-26 10:57 [linux-dvb] cx88-input: leadtek tv200xp global Frühwald Szabolcs
@ 2008-02-27  8:42 ` Frühwald Szabolcs
  0 siblings, 0 replies; 2+ messages in thread
From: Frühwald Szabolcs @ 2008-02-27  8:42 UTC (permalink / raw)
  To: linux-dvb


anybody?? please..


Frühwald Szabolcs írta:
> hi there,
>
> i've a leadtek tv2000xp global pci card
> it's running OK (with some errors, but works) with current developement
> v4l-dvb branch
> i tried to enable it's IR remote control too in cx88-input.c
> just copied tv2000xp expert switch entry:
>
> case CX88_BOARD_WINFAST2000XP_EXPERT:
>                  ir_codes = ir_codes_winfast;
>                  ir->gpio_addr = MO_GP0_IO;
>                  ir->mask_keycode = 0x8f8;
>                  ir->mask_keyup = 0x100;
>                  ir->polling = 1; /* ms */
>                  break;
>
> but the result of this was: IR recognized well by kernel, dev/input
> device attached
> but when i pressed a button on remote, it printed its character, waited
> a sec and started to repeat this character forever
> so, i pressed '6', out was:
> 6<1sec_delay>666666666666666666666666666666666666666666666666666 .... etc..
> could anybody help me to correct this?
> it would be cool if i could paste a patch to the mailing list to enable
> this functionality for this card
> i figured out the main problem is with "ir->mask_keyup=0x100", so maybe
> it isn't there... but i didnt find it at 0x60,0x80 too and don't know
> where could it be??
>
> ps: I also tried to comment out this line of code (as i saw some other
> entrys without this option), the repeats are stopped but when i pressed
> a button more than once it's only showed up once. So, i pressed 6,
> printed 6 but when i pressed 6 again, it didnt print anything. After i
> pressed other button (printed once too), and pressed again 6, prints 6
> again).
>
> Thanks for your help...
>
> bye,
> Szab
>
>
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>   


_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-27  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-26 10:57 [linux-dvb] cx88-input: leadtek tv200xp global Frühwald Szabolcs
2008-02-27  8:42 ` [linux-dvb] cx88-input: leadtek tv200xp global - ?? Frühwald Szabolcs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox