summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/debug-as3525.c
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-06-18 15:05:59 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-06-18 15:05:59 +0000
commit0181bc42c942797b1e215e6f7861aa760207b8db (patch)
tree92faac85684c2f2d2c5a6020662ecd04ac94dba9 /firmware/target/arm/as3525/debug-as3525.c
parentd7681075716ca1c4ff20f16d60f74bfb95664b70 (diff)
downloadrockbox-0181bc42c942797b1e215e6f7861aa760207b8db.tar.gz
rockbox-0181bc42c942797b1e215e6f7861aa760207b8db.zip
Sansa c200v2 : support more hardware
Don't read the buttons from GPIOC but from DBOP_DIN (all directional buttons + select) Still missing hold, rec, volume up and volume down Read microsd Tuner is a si4700 but seems to suffer from the same problem than e200v2 Sound works TODO: missing buttons, lcd yuv, test lcd performance (the c200v1 lcd performance has decreased since r21321 : needs to be investigated) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21330 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/debug-as3525.c')
-rw-r--r--firmware/target/arm/as3525/debug-as3525.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/debug-as3525.c b/firmware/target/arm/as3525/debug-as3525.c
index 7585f76431..405b7109b1 100644
--- a/firmware/target/arm/as3525/debug-as3525.c
+++ b/firmware/target/arm/as3525/debug-as3525.c
@@ -65,7 +65,7 @@
65/* FIXME: target tree is including ./debug-target.h rather than the one in 65/* FIXME: target tree is including ./debug-target.h rather than the one in
66 * sansa-fuze/, even though deps contains the correct one 66 * sansa-fuze/, even though deps contains the correct one
67 * if I put the below into a sansa-fuze/debug-target.h, it doesn't work*/ 67 * if I put the below into a sansa-fuze/debug-target.h, it doesn't work*/
68#if defined(SANSA_FUZE) || defined(SANSA_E200V2) 68#if defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_C200V2)
69#define DEBUG_DBOP 69#define DEBUG_DBOP
70unsigned short button_dbop_data(void); 70unsigned short button_dbop_data(void);
71#endif 71#endif