summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-07-27 12:05:54 +0000
committerJens Arnold <amiconn@rockbox.org>2007-07-27 12:05:54 +0000
commit021c0868dd6a9ac01f01db36a7b08cf7ad6737df (patch)
tree635d37509ce564e05b2065511912e7a436163510 /firmware/SOURCES
parentb701322fea42c809092f50e252f45ddfc38293c3 (diff)
downloadrockbox-021c0868dd6a9ac01f01db36a7b08cf7ad6737df.tar.gz
rockbox-021c0868dd6a9ac01f01db36a7b08cf7ad6737df.zip
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
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES6
1 files changed, 3 insertions, 3 deletions
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
625target/arm/i2s-pp.c 625target/arm/i2s-pp.c
626target/arm/ipod/adc-ipod.c 626target/arm/ipod/adc-ipod.c
627target/arm/ipod/3g/backlight-3g.c 627target/arm/ipod/3g/backlight-3g.c
628target/arm/ipod/3g/button-3g.c 628target/arm/ipod/button-1g-3g.c
629target/arm/ipod/lcd-gray.c 629target/arm/ipod/lcd-gray.c
630target/arm/ipod/power-ipod.c 630target/arm/ipod/power-ipod.c
631target/arm/usb-pp.c 631target/arm/usb-pp.c
@@ -638,8 +638,8 @@ target/arm/ata-pp5002.c
638target/arm/wmcodec-pp.c 638target/arm/wmcodec-pp.c
639target/arm/i2s-pp.c 639target/arm/i2s-pp.c
640target/arm/ipod/adc-ipod.c 640target/arm/ipod/adc-ipod.c
641target/arm/ipod/3g/backlight-3g.c /* FIXME */ 641target/arm/ipod/1g2g/backlight-1g2g.c
642target/arm/ipod/3g/button-3g.c /* FIXME */ 642target/arm/ipod/button-1g-3g.c
643target/arm/ipod/lcd-gray.c 643target/arm/ipod/lcd-gray.c
644target/arm/ipod/power-ipod.c 644target/arm/ipod/power-ipod.c
645#endif /* SIMULATOR */ 645#endif /* SIMULATOR */