summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/system-pp502x.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pp/system-pp502x.c')
-rw-r--r--firmware/target/arm/pp/system-pp502x.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/arm/pp/system-pp502x.c b/firmware/target/arm/pp/system-pp502x.c
index 697b52cf51..99b536e132 100644
--- a/firmware/target/arm/pp/system-pp502x.c
+++ b/firmware/target/arm/pp/system-pp502x.c
@@ -154,6 +154,10 @@ void __attribute__((interrupt("IRQ"))) irq_handler(void)
154 else if (CPU_HI_INT_STAT & GPIO0_MASK) { 154 else if (CPU_HI_INT_STAT & GPIO0_MASK) {
155 if (GPIOD_INT_STAT & 0x10) 155 if (GPIOD_INT_STAT & 0x10)
156 usb_insert_int(); 156 usb_insert_int();
157#if !defined(SAMSUNG_YH820)
158 if (GPIOD_INT_STAT & 0x01)
159 remote_int();
160#endif
157 } 161 }
158/* end SAMSUNG_YHxxx */ 162/* end SAMSUNG_YHxxx */
159#elif defined(PBELL_VIBE500) 163#elif defined(PBELL_VIBE500)