From 021c0868dd6a9ac01f01db36a7b08cf7ad6737df Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 27 Jul 2007 12:05:54 +0000 Subject: iPod 2nd gen: * Fake battery voltage of 4.00V so rockbox doesn't shutdown (ADC is not yet implemented). * Fix button hold polarity for main rockbox. * Implement backlight inversion (the 1st/2nd gen backlight works in a way that makes the LCD look inverted when active). * Fix default contrast and clean up target tree. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14022 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 7d8efbe272..6470528746 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -625,7 +625,7 @@ target/arm/wmcodec-pp.c target/arm/i2s-pp.c target/arm/ipod/adc-ipod.c target/arm/ipod/3g/backlight-3g.c -target/arm/ipod/3g/button-3g.c +target/arm/ipod/button-1g-3g.c target/arm/ipod/lcd-gray.c target/arm/ipod/power-ipod.c target/arm/usb-pp.c @@ -638,8 +638,8 @@ target/arm/ata-pp5002.c target/arm/wmcodec-pp.c target/arm/i2s-pp.c target/arm/ipod/adc-ipod.c -target/arm/ipod/3g/backlight-3g.c /* FIXME */ -target/arm/ipod/3g/button-3g.c /* FIXME */ +target/arm/ipod/1g2g/backlight-1g2g.c +target/arm/ipod/button-1g-3g.c target/arm/ipod/lcd-gray.c target/arm/ipod/power-ipod.c #endif /* SIMULATOR */ -- cgit v1.2.3