summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c
index 368f5bea86..b2f4f20ef7 100644
--- a/firmware/drivers/button.c
+++ b/firmware/drivers/button.c
@@ -208,7 +208,7 @@ static int ipod_4g_button_read(void)
208void ipod_4g_button_int(void) 208void ipod_4g_button_int(void)
209{ 209{
210 CPU_HI_INT_CLR = I2C_MASK; 210 CPU_HI_INT_CLR = I2C_MASK;
211 /* The following delay was 250 in the ipodlinux source, but 10 seems to 211 /* The following delay was 250 in the ipodlinux source, but 50 seems to
212 work fine - tested on Nano, Color/Photo and Video. */ 212 work fine - tested on Nano, Color/Photo and Video. */
213 udelay(50); 213 udelay(50);
214 outl(0x0, 0x7000c140); 214 outl(0x0, 0x7000c140);