1
0
Fork 0
forked from len0rd/rockbox

Fuzev2: Scrollwheel works like a charm :)

Move scrollwheel parsing function into separate file as it's reused.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25425 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-04-01 16:07:56 +00:00
parent 47dcf58e28
commit f376fd2f4a
9 changed files with 187 additions and 115 deletions

View file

@ -408,6 +408,9 @@ target/arm/pnx0101/timer-pnx0101.c
target/arm/as3525/system-as3525.c
target/arm/as3525/kernel-as3525.c
target/arm/as3525/timer-as3525.c
#ifdef HAVE_SCROLLWHEEL
target/arm/as3525/scrollwheel-as3525.c
#endif
#if CONFIG_CPU == AS3525
target/arm/as3525/sd-as3525.c
#else /* AS3535v2 */