1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 191320c Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to disable' register and hasn't anything to do with acknowledging interrupts-- that's handled at the module level. by Michael Sevakis · 16 years ago
  3. 5fc95a3 Fix tabs. by Michael Giacomelli · 16 years ago
  4. e243db6 Commit FS#8920, fixed headphone detection for the Ipod 2G by Mark Fawcus. by Michael Giacomelli · 16 years ago
  5. 1f75bd5 Use a better place to enable the interrupts. by Jens Arnold · 17 years ago
  6. e249ecc iPod 1st..3rd Gen and Mini 1st Gen fixes/improvements: * Remove the unnecessary 'reverse' parameter from handle_scroll_wheel() (a remnant from IPL that's not needed in rockbox), and make it static. * Wheel power saving on 1st Gen needs to disable the respective GPIO interrupts as well, otherwise every wheel check might fire interrupts. Make wheel power saving more self-contained as well. by Jens Arnold · 17 years ago
  7. 7c37c54 iPod 1st Gen: Dynamic wheel enable. This reduces wheel power consumption to about 0.5% when hold is not enabled and there is no activity, and keeps it disabled on hold. by Jens Arnold · 17 years ago
  8. 347b351 iPod 1st Gen: Electronically disable the wheel when hold is enabled, saving quite some power. by Jens Arnold · 17 years ago
  9. c68e3cc Make the wheel work on 1st gen iPod. by Jens Arnold · 17 years ago
  10. ffb121c iPod 1st..3rd gen: Interrupt driven button driver for 100% smooth wheel operation. by Jens Arnold · 17 years ago
  11. 021c086 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. by Jens Arnold · 17 years ago[Renamed (97%) from firmware/target/arm/ipod/3g/button-3g.c]
  12. b701322 Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. by Jens Arnold · 17 years ago
  13. 4012aae iPod G3: Touching the wheel now resets the poweroff timer the same way as on the other iPods. by Jens Arnold · 18 years ago
  14. 4b90267 Convert queues to use intptr_t for event data and return values as most of the time pointer are not passed and it should make some things a bit cleaner. by Michael Sevakis · 18 years ago
  15. 5c6f32a Move iPod headphone detection into target tree (FS#6131 by Robert Keevil) and fix detection on 3G iPod by Daniel Ankers · 18 years ago
  16. d4945dc Move all iPod targets into the target tree. FS#5890 by Barry Wardell · 18 years ago