summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
...
* Correctly test on volume id flagPeter D'Hoye2006-05-13
* Iriver: Don't power the UDA1380 WSPLL as we don't use it. This is required ac...Jens Arnold2006-05-11
* Ondio: (Hopefully) fix the occasional freezes during playback: Use DMA channe...Jens Arnold2006-05-07
* Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar...Linus Nielsen Feltzing2006-05-06
* Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 52...Peter D'Hoye2006-05-03
* ipods - First implementation of pcf50605_init() function. This enables the p...Dave Chapman2006-05-02
* ATA driver: * Don't lie to gcc about which parameters the assembler optimised...Jens Arnold2006-04-29
* Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)...Jens Arnold2006-04-26
* Ipods, X5: Proper backlight behaviour on buton unlock.Jens Arnold2006-04-24
* Iriver: Reworked remote detection & init: * Monitor the remote type & try to ...Jens Arnold2006-04-24
* Prevent scroll wheel on mini 1g from over-scrolling when scrolling very fast.Frank Dischner2006-04-20
* Fix button driver for ipod mini 1G.Frank Dischner2006-04-19
* Ooops^2Jens Arnold2006-04-17
* H300: Optimised PCF50606 driver, significantly reduces CPU power drain from t...Jens Arnold2006-04-16
* H300 (and H1x0): Improved button debouncing. Solves the possible 'fake double...Jens Arnold2006-04-16
* Coldfire: Use the maximum possible i2c clock for the audio codec. Both the UD...Jens Arnold2006-04-14
* Another slight tweak.Jens Arnold2006-04-12
* H1x0/H300 remote LCD driver rework: * Completely fix remote LCD ticking for H...Jens Arnold2006-04-11
* moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boostDaniel Stenberg2006-04-11
* H300: Slightly faster lcd update (noticeable with partial updates only).Jens Arnold2006-04-09
* Comparing short filenames for uniqueness used 1 char too much, causing it to ...Peter D'Hoye2006-04-08
* Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold2006-04-08
* lcd_blit() (with mono->2bit expansion) implemented for greyscale ipods. Chang...Jens Arnold2006-04-06
* Since we poll buttons every tick now, the extra if() checking the polling int...Jens Arnold2006-04-06
* Do extra filtering in H300 (and H100) main unit button reading to suppress wr...Jens Arnold2006-04-06
* Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...Jens Arnold2006-04-04
* greyscale iPod LCD: Working display flip. * Correct register definitions for ...Jens Arnold2006-04-01
* Greyscale iPod LCD driver: Fixed lcd_update_rect() to work properly for parti...Jens Arnold2006-03-31
* Move definitions to their proper placeJens Arnold2006-03-30
* iPod mini 2G: Define correct audio codec, and fix WM8731 driver to work with ...Jens Arnold2006-03-30
* iPod mini 2G: Use iPod 4G button driver instead of special minin 1G code. But...Jens Arnold2006-03-30
* Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No so...Jens Arnold2006-03-30
* Better sound quality on the iAudio X5 using the correct MCLK frequencyLinus Nielsen Feltzing2006-03-30
* Simplification and correction of the TLV320 driverLinus Nielsen Feltzing2006-03-28
* Enable I2C bus 1 on the iAudio X5Linus Nielsen Feltzing2006-03-28
* Reduce the appearance of volume change clicks by using the wmcodec's zero-cro...Brandon Low2006-03-27
* Code policeBrandon Low2006-03-27
* ok, this is the correct PLAY/REC swap!Daniel Stenberg2006-03-26
* Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev2006-03-25
* New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg2006-03-24
* Fixed loong-standing bug in mas_writereg().Jens Arnold2006-03-24
* use logfChristian Gmeiner2006-03-23
* Fix ipod 3g build that was broken (by me perhaps?)Brandon Low2006-03-23
* Fixed line out volume for 4G, Nano and 5G Ipods. Partial patch #4814 byThom Johansen2006-03-22
* font caching fixes by Frank DischnerMarcoen Hirschberg2006-03-22
* Removed an unneeded BUTTON_HOLD define for iPod 3GHristo Kovachev2006-03-21
* Coldfire: Assembler optimised disk writing, speed increase ~36% on average.Jens Arnold2006-03-19
* H300: Properly initialize the backlight PCF50606 port pinLinus Nielsen Feltzing2006-03-19
* Reduce code size and generally clean up the button driver more! * Add 'wheel ...Brandon Low2006-03-19
* Improve button driver performance on ipod a bit by moving around queue checks...Brandon Low2006-03-18