lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 22 Nov 2006 11:15:31 +0600
From:	"Dilan Weerakkody" <dilan2005@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: MX21 keypad driver interrupt issue

hi all,
i writing keypad driver on

*mx21 ads board  for
* kernel 2.6.14

i got a problem on interrupt handling ,

the isr routine for kpp

1.when interrupt occur first i disable interrupt by clear KRIE and KDIE bit

2.next i scan key pad matrix

3.clear KPDK bit  (but when i read this bit i can see that KPDK flag
bit is still not cleared)

4.then i enable KDIE bit again

all above 1,2,3,4 written within interrupt handler (is this a problem?);

my problem is KPP interrupt handler run over and over again after once
i touch a key and release it
please help
thanks

dilan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists