summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-01-11 23:48:29 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-01-11 23:48:29 +0000
commit267ac4b79b4533043731141115acf45e8018ba38 (patch)
tree9e6fcdfe27d0941779bfa4b2d0e13c29d40bb7d2 /firmware/export
parentfd240ab240352c43159929f20f8ce63e56c60133 (diff)
SA9200: Adjust touchpad sensitivities so that actual contact with the player is needed to cause button presses and hopefully those settings will work nicely. Add a parameter read function to the MEP driver for debugging and RE purposes; enable compilation of it if you want to use it. Make a note in power-sa9200.c about button inits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29032 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/synaptics-mep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/synaptics-mep.h b/firmware/export/synaptics-mep.h
index 4eb57382a7..c3894d3e7c 100644
--- a/firmware/export/synaptics-mep.h
+++ b/firmware/export/synaptics-mep.h
@@ -25,5 +25,6 @@ int touchpad_init(void);
int touchpad_read_device(char *data, int len);
int touchpad_set_buttonlights(unsigned int led_mask, char brightness);
int touchpad_set_parameter(char mod_nr, char par_nr, unsigned int param);
+int touchpad_get_parameter(char mod_nr, char par_nr, unsigned int *param_p);
#endif