LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   IRQ not received properly in keypad (https://www.linuxquestions.org/questions/linux-kernel-70/irq-not-received-properly-in-keypad-4175434609/)

kalpesh.bafna 10-29-2012 08:08 AM

IRQ not received properly in keypad
 
Hi ,

I am using a keypad whose press event is mapped to irq 37 and released event is mapped to irq 38.

But in the below scenario something weird happens,
Press key "A" recived the press irq (i.e 37) keeping the key "A" pressed i pressed the another key "B" again recieved the press irq 37 but when the key "B" released didn't recived released irq but received the press irq i.e (irq 37).

At the end when released the key "A" got the release irq (i.e 38) properly.

Can any one explain what may be the reason?

Regards,

sundialsvcs 10-29-2012 10:39 AM

Probably because the keyboard perceived that key-status had changed and that a key was still down.


All times are GMT -5. The time now is 10:50 AM.