summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2006-06-30For iriver recording: do not boost while recording unless source is spdif. Wh...Peter D'Hoye1-0/+11
2006-06-30Simplify code...Jens Arnold1-2/+2
2006-06-30volume_strip() now ignores multiple leading slashes like the rest of the path...Jens Arnold1-7/+10
2006-06-21Ondio: better default battery capacity.Jens Arnold2-2/+2
2006-06-16Iriver: Faster ata timing.Jens Arnold1-3/+3
2006-06-16H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now it...Jens Arnold7-7/+348
2006-06-14Tweaks to reduce an iriver recording glitch to a minimum. Removed yields from...Peter D'Hoye2-45/+104
2006-06-13Added a commentLinus Nielsen Feltzing1-2/+2
2006-06-08Let panicf() also check on/play button on h300Peter D'Hoye1-0/+2
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold26-136/+112
2006-06-03Remove previous fix as it seems to cause lock-ups when used with a remote.Peter D'Hoye1-5/+5
2006-06-02Do not allow interrupts between the two calls that set the recording gain. Fi...Peter D'Hoye1-0/+7
2006-05-30Fixed incorrect memory allocation bug with tagcache.Miika Pekkarinen1-2/+3
2006-05-30Use correct file mode when creating files. Fixes task 5452Dan Everton1-1/+1
2006-05-27code policePeter D'Hoye1-3/+4
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-16Update dircache startcluster at file close when writing. Fixes bug when crea...Hardeep Sidhu1-0/+3
2006-05-14Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimat...Jens Arnold5-32/+27
2006-05-13Correctly test on volume id flagPeter D'Hoye1-1/+3
2006-05-12H1x0: Obey SPDIF power setting for monitoring SPDIF recordings as far as poss...Jens Arnold1-1/+6
2006-05-12Iriver recording: Always route the signals through the coldfire audio interfa...Jens Arnold1-19/+21
2006-05-11Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported ...Thom Johansen4-21/+175
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-09Coldfire: Use the auto-align feature in conjunction with line reads for the p...Jens Arnold1-2/+2
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 Chapman3-1/+15
2006-05-02Oops, correctly calculate the interrupt number in UIE().Jens Arnold1-1/+1
2006-05-01Fix red bootbox builds with gcc 4.x and -Os. Save a bit of code by not includ...Jens Arnold1-69/+66
2006-05-01Properly set audio_is_initialized flag for swcodec devices ad use it when ini...Hardeep Sidhu1-1/+0
2006-04-30Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye3-6/+10
2006-04-30The recording buffer should not try to use the voice buffer, so map our buffe...Peter D'Hoye1-2/+2
2006-04-29Ooops. Fix red bootbox builds.Jens Arnold1-65/+69
2006-04-29SH1: Moved exception vector table generation and weak aliasing into an asm bl...Jens Arnold1-292/+232
2006-04-29ATA driver: * Don't lie to gcc about which parameters the assembler optimised...Jens Arnold1-188/+189
2006-04-27While waiting further and better improvements, this fixes the bug toDaniel Stenberg1-6/+11
2006-04-26Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)...Jens Arnold3-8/+8
2006-04-26H300: add a small delay between lcd enable and backlight on. Avoids a flash a...Peter D'Hoye1-0/+1
2006-04-25SH targets: Protect against a gcc 3.3.x bug triggered by -O2 or -Os, in prepa...Jens Arnold1-0/+4
2006-04-24Use filesize instead of lseek to find the size of a file. Reduces disk access...Frank Dischner2-7/+5
2006-04-24Ipods, X5: Proper backlight behaviour on buton unlock.Jens Arnold1-0/+25
2006-04-24Show RoLo messages on remote.Jens Arnold1-1/+12
2006-04-24Iriver: Reworked remote detection & init: * Monitor the remote type & try to ...Jens Arnold1-36/+76
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low1-5/+0
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-18Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen3-0/+83