summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
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/debug-fuzeplus.c
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/debug-fuzeplus.c')
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
index c27f28fe24..b6c096cb69 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
@@ -21,8 +21,9 @@
21 21
22#include "system.h" 22#include "system.h"
23#include "debug-target.h" 23#include "debug-target.h"
24#include "button-target.h"
24 25
25bool dbg_hw_target_info(void) 26bool dbg_hw_target_info(void)
26{ 27{
27 return false; 28 return button_debug_screen();
28} 29}