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