summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2006-04-29ATA driver: * Don't lie to gcc about which parameters the assembler optimised...Jens Arnold
2006-04-26Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)...Jens Arnold
2006-04-24Ipods, X5: Proper backlight behaviour on buton unlock.Jens Arnold
2006-04-24Iriver: Reworked remote detection & init: * Monitor the remote type & try to ...Jens Arnold
2006-04-20Prevent scroll wheel on mini 1g from over-scrolling when scrolling very fast.Frank Dischner
2006-04-19Fix button driver for ipod mini 1G.Frank Dischner
2006-04-17Ooops^2Jens Arnold
2006-04-16H300: Optimised PCF50606 driver, significantly reduces CPU power drain from t...Jens Arnold
2006-04-16H300 (and H1x0): Improved button debouncing. Solves the possible 'fake double...Jens Arnold
2006-04-14Coldfire: Use the maximum possible i2c clock for the audio codec. Both the UD...Jens Arnold
2006-04-12Another slight tweak.Jens Arnold
2006-04-11H1x0/H300 remote LCD driver rework: * Completely fix remote LCD ticking for H...Jens Arnold
2006-04-11moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boostDaniel Stenberg
2006-04-09H300: Slightly faster lcd update (noticeable with partial updates only).Jens Arnold
2006-04-08Comparing short filenames for uniqueness used 1 char too much, causing it to ...Peter D'Hoye
2006-04-08Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold
2006-04-06lcd_blit() (with mono->2bit expansion) implemented for greyscale ipods. Chang...Jens Arnold
2006-04-06Since we poll buttons every tick now, the extra if() checking the polling int...Jens Arnold
2006-04-06Do extra filtering in H300 (and H100) main unit button reading to suppress wr...Jens Arnold
2006-04-04Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...Jens Arnold
2006-04-01greyscale iPod LCD: Working display flip. * Correct register definitions for ...Jens Arnold
2006-03-31Greyscale iPod LCD driver: Fixed lcd_update_rect() to work properly for parti...Jens Arnold
2006-03-30Move definitions to their proper placeJens Arnold
2006-03-30iPod mini 2G: Define correct audio codec, and fix WM8731 driver to work with ...Jens Arnold
2006-03-30iPod mini 2G: Use iPod 4G button driver instead of special minin 1G code. But...Jens Arnold
2006-03-30Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No so...Jens Arnold
2006-03-30Better sound quality on the iAudio X5 using the correct MCLK frequencyLinus Nielsen Feltzing
2006-03-28Simplification and correction of the TLV320 driverLinus Nielsen Feltzing
2006-03-28Enable I2C bus 1 on the iAudio X5Linus Nielsen Feltzing
2006-03-27Reduce the appearance of volume change clicks by using the wmcodec's zero-cro...Brandon Low
2006-03-27Code policeBrandon Low
2006-03-26ok, this is the correct PLAY/REC swap!Daniel Stenberg
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg
2006-03-24Fixed loong-standing bug in mas_writereg().Jens Arnold
2006-03-23use logfChristian Gmeiner
2006-03-23Fix ipod 3g build that was broken (by me perhaps?)Brandon Low
2006-03-22Fixed line out volume for 4G, Nano and 5G Ipods. Partial patch #4814 byThom Johansen
2006-03-22font caching fixes by Frank DischnerMarcoen Hirschberg
2006-03-21Removed an unneeded BUTTON_HOLD define for iPod 3GHristo Kovachev
2006-03-19Coldfire: Assembler optimised disk writing, speed increase ~36% on average.Jens Arnold
2006-03-19H300: Properly initialize the backlight PCF50606 port pinLinus Nielsen Feltzing
2006-03-19Reduce code size and generally clean up the button driver more! * Add 'wheel ...Brandon Low
2006-03-18Improve button driver performance on ipod a bit by moving around queue checks...Brandon Low
2006-03-18Fix s-t-u-p-i-d bug in the asm ata read routine.Jens Arnold
2006-03-18Coldfire: Assembler optimised disk reading, speed increase ~40% on average.Jens Arnold
2006-03-18Hopefully correct charger connected detection for ipod video thanks to Herz's...Brandon Low
2006-03-17Iriver: Properly working remote type detection regardless of hold switch posi...Jens Arnold
2006-03-17H300: Cut-down LCD init & working display flip.Jens Arnold
2006-03-16Proper charger input, usb and charger activity detection/reporting for ipod v...Brandon Low