A tiny bit more Sansa Fuze v2 work.
commit0f32ff9c6ca3a75774380a3bbdd4e4b0bcd1260f
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Tue, 16 Mar 2010 22:38:57 +0000 (16 22:38 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Tue, 16 Mar 2010 22:38:57 +0000 (16 22:38 +0000)
tree5b2534ad793cd30d6c652ee2f3a95f2f844b9ad7
parentc8834efa85880b7c10d84660f1d8792994e72f2c
A tiny bit more Sansa Fuze v2 work.
 - buttonlight works
 - backlight turns on (quite weak though and no brightness adjustment/backlight off functional)
 - don't share drivers with e200v2/fuzev1 for now as it's not entirely clear how dbop plays into this
 - deactivte scrollwheel as it's messing up the timer setup in kernel-as3525.c indicating the dbop input reading doesn't work well
 - still no working bootloader/no lcd or buttons

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25225 a1c6a512-1295-4272-9138-f99709370657
firmware/SOURCES
firmware/export/config/sansafuzev2.h
firmware/target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c [new file with mode: 0644]
firmware/target/arm/as3525/sansa-fuzev2/backlight-target.h
firmware/target/arm/as3525/sansa-fuzev2/button-fuzev2.c [copied from firmware/target/arm/as3525/sansa-fuzev2/backlight-target.h with 74% similarity]
firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c