Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the m:robe 100, the strip is divided into up, select, and down button regions. You can't swipe like in the OF. The keymap still needs some work.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19480 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mark Arigo 2008-12-19 03:31:26 +00:00
parent b15d837d33
commit 9bf93ba007
6 changed files with 159 additions and 31 deletions

View file

@ -30,7 +30,10 @@
bool button_hold(void);
void button_init_device(void);
int button_read_device(void);
#ifndef BOOTLOADER
void button_int(void);
#endif
#define POWEROFF_BUTTON BUTTON_POWER
#define POWEROFF_COUNT 10