public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Last key repeated after every keypress on remote control (saa7134 lirc devinput driver)
@ 2011-06-06 18:13 Radim
  2011-06-06 18:33 ` Devin Heitmueller
  0 siblings, 1 reply; 7+ messages in thread
From: Radim @ 2011-06-06 18:13 UTC (permalink / raw)
  To: linux-media

Hello to everybody,
I was redirected here from lirc mailinglist (reason is at the end).

I'm asking for any help because I wasn't able to solve
this problem by my self (and google of course).
 
When I'm testing lirc configuration using irw, last pressed key is repeated
just befor the new one:
 
after pressing key 1:
0000000080010002 00 KEY_1 devinput

after pressing key 2:
0000000080010002 00 KEY_1 devinput
0000000080010003 00 KEY_2 devinput

after pressing key 3:
0000000080010003 00 KEY_2 devinput
0000000080010004 00 KEY_3 devinput

after pressing key 4:
0000000080010004 00 KEY_3 devinput
0000000080010005 00 KEY_4 devinput

after pressing key 5:
0000000080010005 00 KEY_4 devinput
0000000080010006 00 KEY_5 devinput


My configuration:
Archlinux (allways up-to-date)
Asus MyCinema P7131 with remote control PC-39
lircd 0.9.0, driver devinput, default config file lirc.conf.devinput
kernel 2.6.38

# ir-keytable
Found /sys/class/rc/rc0/ (/dev/input/event5) with:
       Driver saa7134, table rc-asus-pc39
       Supported protocols: NEC RC-5 RC-6 JVC SONY LIRC
       Enabled protocols: RC-5
       Repeat delay = 500 ms, repeat period = 33 ms

Answare from lirc-mainlinglist (Jarod Wilson):
Looks like a bug in saa7134-input.c, which doesn't originate in lirc land,
its from the kernel itself. The more apropos location to tackle this issue
is linux-media@vger.kernel.org.

I can provide any other listings, just ask for them.

Thank you for any help,
Radim

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

end of thread, other threads:[~2011-06-23 20:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 18:13 Last key repeated after every keypress on remote control (saa7134 lirc devinput driver) Radim
2011-06-06 18:33 ` Devin Heitmueller
2011-06-06 18:39   ` Jarod Wilson
2011-06-07  6:45     ` Radim
2011-06-07 16:04       ` Jarod Wilson
2011-06-23 18:14         ` Jarod Wilson
2011-06-23 20:02           ` Radim

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