summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-pp502x.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/system-pp502x.c')
-rw-r--r--firmware/target/arm/system-pp502x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/system-pp502x.c b/firmware/target/arm/system-pp502x.c
index 61d4d7cb59..e2604e7633 100644
--- a/firmware/target/arm/system-pp502x.c
+++ b/firmware/target/arm/system-pp502x.c
@@ -143,7 +143,7 @@ void __attribute__((interrupt("IRQ"))) irq_handler(void)
143 usb_insert_int(); 143 usb_insert_int();
144 } 144 }
145/* end PHILIPS_SA9200 */ 145/* end PHILIPS_SA9200 */
146#elif defined(PHILIPS_HDD1630) 146#elif defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330)
147 else if (CPU_HI_INT_STAT & GPIO0_MASK) { 147 else if (CPU_HI_INT_STAT & GPIO0_MASK) {
148 if (GPIOA_INT_STAT & 0x20) 148 if (GPIOA_INT_STAT & 0x20)
149 button_int(); 149 button_int();
@@ -152,7 +152,7 @@ void __attribute__((interrupt("IRQ"))) irq_handler(void)
152 if (GPIOE_INT_STAT & 0x04) 152 if (GPIOE_INT_STAT & 0x04)
153 usb_insert_int(); 153 usb_insert_int();
154 } 154 }
155/* end PHILIPS_HDD1630 */ 155/* end PHILIPS_HDD1630 || PHILIPS_HDD6330 */
156#elif defined(SAMSUNG_YH820) || defined(SAMSUNG_YH920) || defined(SAMSUNG_YH925) 156#elif defined(SAMSUNG_YH820) || defined(SAMSUNG_YH920) || defined(SAMSUNG_YH925)
157 else if (CPU_HI_INT_STAT & GPIO0_MASK) { 157 else if (CPU_HI_INT_STAT & GPIO0_MASK) {
158 if (GPIOD_INT_STAT & 0x10) 158 if (GPIOD_INT_STAT & 0x10)