Index: firmware/target/arm/ipod/button-clickwheel.c =================================================================== --- firmware/target/arm/ipod/button-clickwheel.c (revision 20646) +++ firmware/target/arm/ipod/button-clickwheel.c (working copy) @@ -268,8 +268,8 @@ int_btn = ipod_4g_button_read(); - outl(inl(0x7000c104) | 0x0c000000, 0x7000c104); - outl(0x400a1f00, 0x7000c100); + outl(inl(0x7000c104) | 0x04000000, 0x7000c104); + outl(inl(0x7000c100) | 0x60000000, 0x7000c100); CPU_HI_INT_EN = I2C_MASK; }