summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sansa-fuzeplus/button-target.h
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-11-17 19:13:09 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-11-17 19:13:09 +0000
commit7e211ff9d14aa732d1f54271f8a46ffc2e1b6342 (patch)
tree831430ab6fac14dd1f9eb0b9759d36da6db37502 /firmware/target/arm/imx233/sansa-fuzeplus/button-target.h
parent1645c148e35becff9668cc541be5c850153370eb (diff)
downloadrockbox-7e211ff9d14aa732d1f54271f8a46ffc2e1b6342.tar.gz
rockbox-7e211ff9d14aa732d1f54271f8a46ffc2e1b6342.zip
fuze+: adjust touchpad sensitivity based on product id like OF, add debug screen to hw info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31010 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx233/sansa-fuzeplus/button-target.h')
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/button-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/button-target.h b/firmware/target/arm/imx233/sansa-fuzeplus/button-target.h
index d68bc9eda4..686872d6cb 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/button-target.h
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/button-target.h
@@ -26,7 +26,7 @@
26 26
27void button_init_device(void); 27void button_init_device(void);
28int button_read_device(void); 28int button_read_device(void);
29void button_debug_screen(void); 29bool button_debug_screen(void);
30 30
31/* Main unit's buttons */ 31/* Main unit's buttons */
32#define BUTTON_POWER 0x00000001 32#define BUTTON_POWER 0x00000001