summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2010-11-29 13:28:28 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2010-11-29 13:28:28 +0000
commitdb1e051bf08871d156feadf8e81972fdaf1989f7 (patch)
tree95c6781596a807ef0a448b7b8878ad6d7e0702da
parentaa2abed587cfb08c76f143832b7c38c52371c15d (diff)
downloadrockbox-db1e051bf08871d156feadf8e81972fdaf1989f7.tar.gz
rockbox-db1e051bf08871d156feadf8e81972fdaf1989f7.zip
HD300 - decrease touchstrip sensitivity
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28707 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/target/coldfire/mpio/hd300/button-hd300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/mpio/hd300/button-hd300.c b/firmware/target/coldfire/mpio/hd300/button-hd300.c
index 19c93abfca..2b7add7820 100644
--- a/firmware/target/coldfire/mpio/hd300/button-hd300.c
+++ b/firmware/target/coldfire/mpio/hd300/button-hd300.c
@@ -28,7 +28,7 @@
28#include "adc.h" 28#include "adc.h"
29#include "powermgmt.h" 29#include "powermgmt.h"
30 30
31#define SLIDER_BASE_SENSITIVITY 6 31#define SLIDER_BASE_SENSITIVITY 8
32 32
33/* GPI7 H-L, GPI6 H-L, GPI7 L-H, GPI6 L-H */ 33/* GPI7 H-L, GPI6 H-L, GPI7 L-H, GPI6 L-H */
34#define SLIDER_GPIO_MASK ((1<<15)|(1<<14)|(1<<7)|(1<<6)) 34#define SLIDER_GPIO_MASK ((1<<15)|(1<<14)|(1<<7)|(1<<6))