1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Szymon Dziok 2010-07-04 12:03:38 +00:00
parent 78c9a19e51
commit 63c795a349
4 changed files with 18 additions and 10 deletions

View file

@ -24,6 +24,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 par_nr, unsigned int param);
int touchpad_set_parameter(char mod_nr, char par_nr, unsigned int param);
#endif