summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-05-18Oops, move out the define from the #ifndef SIMULATORHristo Kovachev1-1/+2
2006-05-18Use more proper default contrast for the iriver lcd remotes, also resetHristo Kovachev1-2/+3
2006-05-16Iriver: Don't scroll remote LCD lines 'in the dark', i.e. with the remote unp...Jens Arnold1-1/+5
2006-05-14Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimat...Jens Arnold1-10/+21
2006-05-13Correctly test on volume id flagPeter D'Hoye1-1/+3
2006-05-11Iriver: Don't power the UDA1380 WSPLL as we don't use it. This is required ac...Jens Arnold1-1/+1
2006-05-07Ondio: (Hopefully) fix the occasional freezes during playback: Use DMA channe...Jens Arnold1-14/+14
2006-05-06Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar...Linus Nielsen Feltzing5-11/+15
2006-05-03Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 52...Peter D'Hoye5-10/+16
2006-05-02ipods - First implementation of pcf50605_init() function. This enables the p...Dave Chapman2-1/+14
2006-04-29ATA driver: * Don't lie to gcc about which parameters the assembler optimised...Jens Arnold1-188/+189
2006-04-26Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)...Jens Arnold1-1/+1
2006-04-24Ipods, X5: Proper backlight behaviour on buton unlock.Jens Arnold1-0/+25
2006-04-24Iriver: Reworked remote detection & init: * Monitor the remote type & try to ...Jens Arnold1-36/+76
2006-04-20Prevent scroll wheel on mini 1g from over-scrolling when scrolling very fast.Frank Dischner1-1/+1
2006-04-19Fix button driver for ipod mini 1G.Frank Dischner1-44/+58
2006-04-17Ooops^2Jens Arnold1-1/+1
2006-04-16H300: Optimised PCF50606 driver, significantly reduces CPU power drain from t...Jens Arnold1-84/+334
2006-04-16H300 (and H1x0): Improved button debouncing. Solves the possible 'fake double...Jens Arnold1-4/+12
2006-04-14Coldfire: Use the maximum possible i2c clock for the audio codec. Both the UD...Jens Arnold1-3/+3
2006-04-12Another slight tweak.Jens Arnold1-28/+20
2006-04-11H1x0/H300 remote LCD driver rework: * Completely fix remote LCD ticking for H...Jens Arnold1-191/+229
2006-04-11moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boostDaniel Stenberg1-1/+1
2006-04-09H300: Slightly faster lcd update (noticeable with partial updates only).Jens Arnold1-22/+44
2006-04-08Comparing short filenames for uniqueness used 1 char too much, causing it to ...Peter D'Hoye1-1/+1
2006-04-08Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold4-8/+8
2006-04-06lcd_blit() (with mono->2bit expansion) implemented for greyscale ipods. Chang...Jens Arnold2-30/+32
2006-04-06Since we poll buttons every tick now, the extra if() checking the polling int...Jens Arnold1-124/+108
2006-04-06Do extra filtering in H300 (and H100) main unit button reading to suppress wr...Jens Arnold1-212/+240
2006-04-04Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...Jens Arnold2-42/+38
2006-04-01greyscale iPod LCD: Working display flip. * Correct register definitions for ...Jens Arnold3-43/+85
2006-03-31Greyscale iPod LCD driver: Fixed lcd_update_rect() to work properly for parti...Jens Arnold1-77/+64
2006-03-30Move definitions to their proper placeJens Arnold1-11/+0
2006-03-30iPod mini 2G: Define correct audio codec, and fix WM8731 driver to work with ...Jens Arnold1-2/+50
2006-03-30iPod mini 2G: Use iPod 4G button driver instead of special minin 1G code. But...Jens Arnold1-9/+7
2006-03-30Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No so...Jens Arnold1-9/+18
2006-03-30Better sound quality on the iAudio X5 using the correct MCLK frequencyLinus Nielsen Feltzing1-1/+1
2006-03-28Simplification and correction of the TLV320 driverLinus Nielsen Feltzing1-52/+22
2006-03-28Enable I2C bus 1 on the iAudio X5Linus Nielsen Feltzing1-0/+5
2006-03-27Reduce the appearance of volume change clicks by using the wmcodec's zero-cro...Brandon Low1-2/+2
2006-03-27Code policeBrandon Low1-4/+4
2006-03-26ok, this is the correct PLAY/REC swap!Daniel Stenberg1-2/+2
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev1-4/+65
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg1-1/+17
2006-03-24Fixed loong-standing bug in mas_writereg().Jens Arnold1-0/+6
2006-03-23use logfChristian Gmeiner1-2/+2
2006-03-23Fix ipod 3g build that was broken (by me perhaps?)Brandon Low1-1/+1
2006-03-22Fixed line out volume for 4G, Nano and 5G Ipods. Partial patch #4814 byThom Johansen2-0/+10
2006-03-22font caching fixes by Frank DischnerMarcoen Hirschberg5-25/+0
2006-03-21Removed an unneeded BUTTON_HOLD define for iPod 3GHristo Kovachev1-1/+0