1
0
Fork 0
forked from len0rd/rockbox

FS#11172 - Fuzev2: Read the scrollwheel scrollwheel via IRQ

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25736 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-04-27 10:11:52 +00:00
parent ee291a5e9b
commit 249aae587a
9 changed files with 242 additions and 58 deletions

View file

@ -407,11 +407,11 @@ 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
#ifdef HAVE_SCROLLWHEEL
target/arm/as3525/scrollwheel-as3525.c
#endif /* HAVE_SCROLLWHEEL */
#else /* AS3535v2 */
target/arm/as3525/sd-as3525v2.c
#endif