Skip to content

Commit

Permalink
Default zero doubletap proximity timeout
Browse files Browse the repository at this point in the history
Disable doubletap immediately on proximity, so random input from
e.g. pocket does not activate display.
  • Loading branch information
Jukka Turunen committed Jul 6, 2011
1 parent bb51ab2 commit 4192d35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@
# Written by David Weinehall
# Modified by Tuomo Tanskanen

VERSION := 1.10.130
VERSION := 1.10.131

INSTALL := install -o root -g root --mode=755
INSTALL_DIR := install -d
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
mce (1.10.131) unstable; urgency=low

* Default zero doubletap proximity timeout (Fixes: NB#270915)

-- Jukka Turunen <ext-jukka.t.turunen@nokia.com> Wed, 06 Jul 2011 14:41:43 +0300

mce (1.10.130) unstable; urgency=low

* Don't set useless led brightness for 696 (Fixes: NB#268093)
Expand Down
2 changes: 1 addition & 1 deletion tklock.h
Expand Up @@ -46,7 +46,7 @@
#define DEFAULT_DOUBLETAP_GESTURE_POLICY 1

/** Proximity timeout for double tap gesture; in seconds */
#define DEFAULT_DOUBLETAP_PROXIMITY_TIMEOUT 5
#define DEFAULT_DOUBLETAP_PROXIMITY_TIMEOUT 0

/**
* SysFS interface to enable/disable
Expand Down

0 comments on commit 4192d35

Please sign in to comment.