View Single Post
  #199 (permalink)  
Old 07-21-2011, 10:42 PM
Starfox's Avatar
Starfox
N00b
Offline
 
Join Date: Dec 2009
Posts: 47
Reputation: 25
Starfox is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by highlandsun View Post
Proximity Sensor: lacks proper driver code, basically right now it requires the userland to poll a debug file to get readings. Extremely inefficient and CPU+power hungry.

Keyboard: the bug where the key-repeat gets stuck and repeats forever has been fixed. But the driver still needs to be tuned to avoid minor repeat issues.
Can't the polling be integrated into phone.apk? I mean, the only place it's really needed is during calls, and it's doing enough stuff on an on-going basis that a few extra polls per sec isn't going to make much of a difference.

I don't know how "minor" the current key repeat bug is. I mean it has improved, but I still encounter it often enough to notice. Really is annoying when the key stuck is backspace.

-- Starfox
Reply With Quote