summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-07-04 12:03:38 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-07-04 12:03:38 +0000
commit63c795a3496bc322a9e6118a3b08d0a7029b0b7d (patch)
tree2503ed6801f54e9caf88a4fbdc59a0b6b0cfeddf /firmware/export
parent78c9a19e51ffa1b3c949ed76c870a10eee5d095c (diff)
downloadrockbox-63c795a3496bc322a9e6118a3b08d0a7029b0b7d.tar.gz
rockbox-63c795a3496bc322a9e6118a3b08d0a7029b0b7d.zip
hdd6330: change the synaptics-mep driver in a few places according to the touchpad behavior.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27273 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/synaptics-mep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/synaptics-mep.h b/firmware/export/synaptics-mep.h
index aa45e70475..4eb57382a7 100644
--- a/firmware/export/synaptics-mep.h
+++ b/firmware/export/synaptics-mep.h
@@ -24,6 +24,6 @@
24int touchpad_init(void); 24int touchpad_init(void);
25int touchpad_read_device(char *data, int len); 25int touchpad_read_device(char *data, int len);
26int touchpad_set_buttonlights(unsigned int led_mask, char brightness); 26int touchpad_set_buttonlights(unsigned int led_mask, char brightness);
27int touchpad_set_parameter(char par_nr, unsigned int param); 27int touchpad_set_parameter(char mod_nr, char par_nr, unsigned int param);
28 28
29#endif 29#endif