summaryrefslogtreecommitdiff
path: root/firmware/drivers/button.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/button.c')
-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 5098cbe556..368f5bea86 100644
--- a/firmware/drivers/button.c
+++ b/firmware/drivers/button.c
@@ -210,7 +210,7 @@ void ipod_4g_button_int(void)
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 10 seems to
212 work fine - tested on Nano, Color/Photo and Video. */ 212 work fine - tested on Nano, Color/Photo and Video. */
213 udelay(10); 213 udelay(50);
214 outl(0x0, 0x7000c140); 214 outl(0x0, 0x7000c140);
215 int_btn = ipod_4g_button_read(); 215 int_btn = ipod_4g_button_read();
216 outl(inl(0x7000c104) | 0xC000000, 0x7000c104); 216 outl(inl(0x7000c104) | 0xC000000, 0x7000c104);