| Commit message (Expand) | Author |
| 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 |
| 2006-03-13 | Charging state reporting for iriver players. Values calibrated with | Miika Pekkarinen |
| 2006-03-11 | Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ... | Jens Arnold |
| 2006-03-10 | Code policing | Brandon Low |
| 2006-03-09 | Improve ipod i2c driver somewhat by at least taking advantage of the in-devic... | Brandon Low |
| 2006-03-09 | iAudio X5: Remote control buttons | Linus Nielsen Feltzing |
| 2006-03-09 | Use an 8 bit ADC read for battery reading on ipod, that provides better than ... | Brandon Low |
| 2006-03-09 | Improve clarity, no functional change | Brandon Low |
| 2006-03-08 | Minor correction to irq masking | Brandon Low |
| 2006-03-08 | That function prototype should never have been in CVS - it was just part of m... | Dave Chapman |
| 2006-03-08 | Fix lcd_roll() on H1x0. | Jens Arnold |
| 2006-03-08 | ~2% performance improvement and some code cleanups for ipod video lcd update | Brandon Low |
| 2006-03-08 | LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os... | Jens Arnold |
| 2006-03-07 | ATA driver: Fixed a flaw in check_registers(), and added support for iAudio X5 | Linus Nielsen Feltzing |
| 2006-03-07 | Additional minor button interrupt tweaks, in a completely unscientific way, t... | Brandon Low |
| 2006-03-07 | Slight simplification of scroll button driver | Brandon Low |
| 2006-03-06 | Make the ipod ADC driver more generic, preparing to share code between it and... | Brandon Low |
| 2006-03-05 | Fix warnings | Brandon Low |
| 2006-03-05 | Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflict... | Brandon Low |
| 2006-03-05 | Fix some yellow builds | Brandon Low |
| 2006-03-05 | Move the RTC read throttling to a smarter place | Brandon Low |
| 2006-03-05 | Basic battery monitoring for ipod 5g, should work on other ipods as well, but... | Brandon Low |
| 2006-03-05 | More efficient button_read() for archos recorders and Ondios. | Jens Arnold |
| 2006-03-02 | Improved battery status reporting for units which support usb power / charge | Brandon Low |
| 2006-03-02 | gigabeat related changes | Marcoen Hirschberg |
| 2006-03-02 | Fixed pointer size vs. int size problems (64 bit sims) | Jens Arnold |
| 2006-02-28 | iPod 5G: Correctly implement mute when setting volume | Dave Chapman |
| 2006-02-27 | Patch #3060 from Andrew Scott - iPod mini button driver | Dave Chapman |
| 2006-02-26 | iPod 3G - initial (completely untested) attempt at audio support | Dave Chapman |
| 2006-02-24 | More iPod 3G work from Seven Le Mesle | Dave Chapman |
| 2006-02-24 | first gigabeat commit | Marcoen Hirschberg |
| 2006-02-24 | Ooops. Forgot to remove some debug code | Linus Nielsen Feltzing |
| 2006-02-24 | Button driver for iAudio X5 | Linus Nielsen Feltzing |
| 2006-02-23 | ADC driver for iAudio X5 | Linus Nielsen Feltzing |
| 2006-02-22 | Generic bitbang I2C driver | Linus Nielsen Feltzing |
| 2006-02-22 | Optimised lcd_clear_display(), lcd_hline() and lcd_fillrect(). | Jens Arnold |
| 2006-02-22 | Slight optimisation for 1bit and 2bit (vp) LCD drivers. | Jens Arnold |
| 2006-02-21 | Patch #1435744 from Andrew Scott - initial iPod Mini support | Dave Chapman |
| 2006-02-20 | iPod 5G: Bug fixes in DAC initialisation - playback is now stereo... | Dave Chapman |
| 2006-02-20 | Multiple remote support for iriver Hxxx stage 2: now button_read() returns co... | Hristo Kovachev |
| 2006-02-20 | Oops, no potentially conflicting declarations please. | Jens Arnold |
| 2006-02-20 | Make the driver work with LCD widths which aren't integer multiples of 4, i.e... | Jens Arnold |
| 2006-02-19 | Fix slow shutdown on ipod nano. | Thom Johansen |
| 2006-02-19 | Adaptive button repeat: adapts repeat rate depending on the ability of the ap... | Jens Arnold |
| 2006-02-18 | iPods - implement button_hold() function | Dave Chapman |