From 2bfd2585a9cfb8541047a3f5eedbfd05fe36f9f9 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sat, 18 Jun 2005 12:53:57 +0000 Subject: Initial support for iriver backlight dimming. Unfortunately dimming remote control's EL-backlight is not possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6747 a1c6a512-1295-4272-9138-f99709370657 --- firmware/system.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'firmware/system.c') diff --git a/firmware/system.c b/firmware/system.c index d095e1574a..66bd90f71b 100644 --- a/firmware/system.c +++ b/firmware/system.c @@ -432,12 +432,13 @@ void (* const vbr[]) (void) __attribute__ ((section (".vectors"))) = UIE,UIE,UIE,UIE,UIE,UIE, UIE,UIE,UIE,UIE,UIE,UIE,UIE,UIE, UIE,UIE,UIE,UIE,UIE,UIE,UIE,UIE, - UIE,UIE,UIE,TIMER0,UIE,UIE,UIE,UIE, - + UIE,UIE,UIE,TIMER0,TIMER1,UIE,UIE,UIE, + /* lvl 3 lvl 4 */ + TRAP0,TRAP1,TRAP2,TRAP3,TRAP4,TRAP5,TRAP6,TRAP7, TRAP8,TRAP9,TRAP10,TRAP11,TRAP12,TRAP13,TRAP14,TRAP15, - SWT,UIE,TIMER1,I2C,UART1,UART2,DMA0,DMA1, + SWT,UIE,UIE,I2C,UART1,UART2,DMA0,DMA1, DMA2,DMA3,QSPI,UIE,UIE,UIE,UIE,UIE, PDIR1FULL,PDIR2FULL,EBUTXEMPTY,IIS2TXEMPTY, IIS1TXEMPTY,PDIR3FULL,PDIR3RESYN,UQ2CHANERR, -- cgit v1.2.3