View Single Post
  #2 (permalink)  
Old 04-24-2011, 10:10 AM
austin420's Avatar
austin420
lt cmdr of a garbage scow
Offline
Location: kansas city mo
 
Join Date: Dec 2008
Posts: 2,450
Reputation: 4305
austin420 should be added to the payroll for their contributionsaustin420 should be added to the payroll for their contributionsaustin420 should be added to the payroll for their contributionsaustin420 should be added to the payroll for their contributionsaustin420 should be added to the payroll for their contributionsaustin420 should be added to the payroll for their contributionsaustin420 should be added to the payroll for their contributionsaustin420 should be added to the payroll for their contributionsaustin420 should be added to the payroll for their contributionsaustin420 should be added to the payroll for their contributionsaustin420 should be added to the payroll for their contributions
Mentioned: 30 Post(s)
Tagged: 0 Thread(s)
Re: epic days r gone

you do know there is a supposed keyboard fix. if your talking about the hard kb skipping keys all you have to do is change the repeat intreval using terminal emulator. here is a quote from xda.
Quote:
Originally Posted by mkasick View Post
3/23/11:
Quote:
Originally Posted by mkasick View Post
Alternate "timer delay" patch:

Also attached is an alternate patch that supercedes the original. It allows for runtime configuration of the keypad_timer delay via a sysfs exported timer_delay variable.

The current delay may be read with:
Code:
cat /sys/devices/platform/s3c-keypad/timer_delay
and a new delay may be set with:

Code:
echo N > /sys/devices/platform/s3c-keypad/timer_delay
where N is the delay in jiffies.

A delay of "1" yields the shortest timer, and the most responsive keypad possible, whereas a delay of "256" (1 second) (in most kernels) is the longest allowed. At that point the keyboard is already useless since any keypress results in either repeated characters or the "alternate character popup".

In most kernels (where HZ=256), the default delay is "7" (27 ms), which is the same as the original patch and DI18. A delay of "16" (63 ms) approximates the behavior of stock EB13/EC05.

Basically, the delay is the minimum amount of time one must hold a key down for a keypress to register. It's also the maxmimum time the kernel believes a key is "held down" after it's let go. For example, with a delay of "7" one must hold a key down for 27 ms to register as pressed, and no-more-than 55 ms later does the key register as being released.

Or for a better example, with a delay of "128" one must hold a key down for half a second, and once registered, the key is "held down" for an additional half a second. Which almost guarantees an application-level repeated keypress or the alternate character popup.

Ideally one would start with a delay of "7" and reduce by one until the timer is fast enough for your typing rate that you no longer have dropped keypresses. Although many folks will find that a delay of "7" is fast enough for them.

Mirror link (does not require forum login):
Original patch: epic_keypad_timer_fix-EB13.diff
Timer delay patch: epic_keypad_timer_delay-EB13.diff
worked great for me. i know you came from winmo, are you not willing to tweak the device a little bit to your liking?
__________________
Quote:
Originally Posted by wilw
Stupid and angry is no way to go through life, son.

Reply With Quote