> Please refer to my p535_keypad.c file 
> here:http://sites.google.com/site/siteofhx/Home/android/relevant-porting-files
> Which will give you a clear view of how a matrix keypad driver is written.

Reed,
I have a matrix keypad driver already, and it works fine for all key
presses.  The problem is that when moving around among icons on the
android screen using the left/right/up/down keys, only every other key
press seems to be recognized.  I know that the key press itself is
recognized by running getevent - so the problem is why does the
display only show every other key press.  Your email implied that you
had made changes to your keypad driver to eliminate the problem.  I
reviewed your keypad driver, but I don't see anything specifically
different from my own that would account for the 'every other key'
press problem.  You said you got it solved by "changing the keypad
driver."  Did you change it from single GPIO per switch to matrix?  or
did some other change fix the problem?

twebb

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to