From 4012aaeb1d41c494f22e0edf001b8583fb7051d8 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 19 Jan 2007 07:33:23 +0000 Subject: iPod G3: Touching the wheel now resets the poweroff timer the same way as on the other iPods. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12071 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/ipod/3g/button-3g.c | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/target/arm/ipod/3g/button-3g.c b/firmware/target/arm/ipod/3g/button-3g.c index e9b0c5e3b6..c034d55936 100644 --- a/firmware/target/arm/ipod/3g/button-3g.c +++ b/firmware/target/arm/ipod/3g/button-3g.c @@ -63,6 +63,7 @@ void handle_scroll_wheel(int new_scroll, int was_hold, int reverse) } else if (!was_hold) { backlight_on(); + reset_poweroff_timer(); if (++count == 6) { /* reduce sensitivity */ count = 0; switch (direction) { -- cgit v1.2.3