summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-04-20Nicer handling of unset clock in the 'Rockbox Info' screenNils Wallménius2-14/+62
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17199 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Fix FS#8914 (WPS %mp tag inconsistency).Nicolas Pennequin1-5/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17198 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Commit FS#8915 - Better help screen for superdom by Alexander Papst.Michael Sevakis1-16/+57
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17197 a1c6a512-1295-4272-9138-f99709370657
2008-04-20fix red and remove tabsAndree Buschmann1-1/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17196 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Also declare .qharray for the bootloader on imx31. Usb is also supported ↵Frank Gevaerts1-0/+1
there... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17195 a1c6a512-1295-4272-9138-f99709370657
2008-04-20move some data around to place qh_array at the start of iram. This saves up ↵Frank Gevaerts8-37/+52
to about 2k iram on PP git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17194 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Adding new setting to System Settings <Accessory Power Supply -- off by ↵Andree Buschmann16-16/+100
default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17193 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at ↵Jens Arnold4-34/+67
0xNNNNNNN0-addresses fix everywhere when caching is enabled, not only in core_sleep(). Introduced a pair of inline functions to sleep and wake cores on PP for consistency. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17192 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Put USB controller structures in IRAM. This seems to make the connection ↵Frank Gevaerts2-2/+8
much more stable on PP502x git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17191 a1c6a512-1295-4272-9138-f99709370657
2008-04-20disable irqs during the critical part of prime_transfer(). This improves the ↵Frank Gevaerts1-0/+6
behaviour on PP502x when connected through a hub, bit it doesn't totally solve the problems git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17190 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Fix bug in r17188.Stéphane Doyon1-1/+1
The warning from the build page was valid and helpful, wish my compiler had given it to me... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17189 a1c6a512-1295-4272-9138-f99709370657
2008-04-20FS#7980: Select default option in an option listStéphane Doyon3-79/+102
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17188 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Oops, our snprintf doesn't support some fancy features so use something that ↵Nils Wallménius1-1/+4
works instead :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17187 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Renamed remove_all_tracks to playlist_remove_all_tracks to make it ↵Bertrik Sikken3-6/+6
consistent with the naming of the other functions in playlist.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17186 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Fix speaking of decimal values to work when decimals != 1, spell the ↵Nils Wallménius3-19/+32
fractional part instead of speaking it like a number, break out a part of output_dyn_value into a separate function and use it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17185 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken9-15/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17184 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Removed unneeded dependency on pcmbuf.hBertrik Sikken4-8/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17183 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Oops, clean up and use usb_drv.h.Michael Sevakis1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17182 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Make the inital connect problem go away on Gigabeat S. Would be nice if a ↵Michael Sevakis5-18/+63
better way were found but it works for me. Update the bootloader to have it work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17181 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Add detailed header for wm8978.Michael Sevakis1-0/+568
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17180 a1c6a512-1295-4272-9138-f99709370657
2008-04-20Made global variable ff_mode local by making it static (should be accessed ↵Bertrik Sikken2-3/+1
by status_get_ffmode() anyway). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17179 a1c6a512-1295-4272-9138-f99709370657
2008-04-19FS#8795 - Fixed fault of the escape processing in Changelog (by Kenjiro Arai).Miika Pekkarinen2-9/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17178 a1c6a512-1295-4272-9138-f99709370657
2008-04-19Made local functions static in playback_menu.cBertrik Sikken1-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17177 a1c6a512-1295-4272-9138-f99709370657
2008-04-19Made strictly local functions static (command_queue_sync_callback and ↵Bertrik Sikken1-2/+2
run_command_queue) in tagcache.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17176 a1c6a512-1295-4272-9138-f99709370657
2008-04-19Removed unused function get_pcmbuf_descsize from pcmbuf.cBertrik Sikken2-7/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17175 a1c6a512-1295-4272-9138-f99709370657
2008-04-19Fix exit button for battery debug menu on sansa e200.Bertrik Sikken1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17174 a1c6a512-1295-4272-9138-f99709370657
2008-04-19Fix warning.Barry Wardell1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17173 a1c6a512-1295-4272-9138-f99709370657
2008-04-19FS#8642: Improve boot time on Sansa bootloaders by boosting the CPU. This ↵Barry Wardell1-2/+9
only has any noticable effect if the OF bootloader is fully replaced with the RB BL. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17172 a1c6a512-1295-4272-9138-f99709370657
2008-04-19When looking for album art in /.rockbox/albumart/, use album artist rather ↵Magnus Holmgren1-2/+5
than artist, if available. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17171 a1c6a512-1295-4272-9138-f99709370657
2008-04-19Update the Swedish translation.Magnus Holmgren1-20/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17170 a1c6a512-1295-4272-9138-f99709370657
2008-04-19Remove DEBUGF tht slipped inNils Wallménius1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17169 a1c6a512-1295-4272-9138-f99709370657
2008-04-19Introduce support for passing decimal numbers in talk ids and speak them, ↵Nils Wallménius3-21/+64
use in the settings menu to fix FS#7622 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17168 a1c6a512-1295-4272-9138-f99709370657
2008-04-19Fixed cpu boost/unboost (in case of a plugin error, the cpu was unboosted ↵Bertrik Sikken1-7/+7
without being boosted earlier). Also fixed possible missing cleanup in case write_pfconfig fails. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17167 a1c6a512-1295-4272-9138-f99709370657
2008-04-19fix red.Andree Buschmann1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17166 a1c6a512-1295-4272-9138-f99709370657
2008-04-19Small changes to debug menu: Higher precision when showing boost ratio. ↵Andree Buschmann1-5/+7
Added average CPU clock [MHz]. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17165 a1c6a512-1295-4272-9138-f99709370657
2008-04-18Opps.Michael Giacomelli1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17164 a1c6a512-1295-4272-9138-f99709370657
2008-04-18Inform the console when an unsupported WMA flavor is played.Michael Giacomelli1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17163 a1c6a512-1295-4272-9138-f99709370657
2008-04-18This table is probably 128 entries long beginning with -60. Greatly improves ↵Michael Giacomelli1-49/+78
FS#7488, but does not entirely fix it. Also, while I'm recomputing tables, use proper whitespace formating. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17162 a1c6a512-1295-4272-9138-f99709370657
2008-04-18Updated italian translation.Alessio Lenzi1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17161 a1c6a512-1295-4272-9138-f99709370657
2008-04-18Fix ticking noise on PP5002 introduced with tthe transfer optimisation in ↵Jens Arnold1-13/+15
r17097. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17158 a1c6a512-1295-4272-9138-f99709370657
2008-04-18Add keywords and fix more headers.Michael Sevakis3-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17157 a1c6a512-1295-4272-9138-f99709370657
2008-04-18Add keywords and fix headers for files the usbstack files.Michael Sevakis3-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17156 a1c6a512-1295-4272-9138-f99709370657
2008-04-18Fix bootloader red.Michael Sevakis1-3/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17155 a1c6a512-1295-4272-9138-f99709370657
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First ↵Michael Sevakis19-86/+323
plug has problems if cold. Replug if it doesn't connect or not at high speed 2) Linux doesn't like the odd bootable flag value used in the partitions so it won't mount but Windows works. Fix minor OTG driver bugs and clean up device memory handling. Generic name for ARC controller driver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17154 a1c6a512-1295-4272-9138-f99709370657
2008-04-17Update Dutch lang filePeter D'Hoye1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17153 a1c6a512-1295-4272-9138-f99709370657
2008-04-17Rough battery calibration for the c200 based on results posted by Tomasz ↵Michael Giacomelli1-2/+3
Wasilczyk. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17152 a1c6a512-1295-4272-9138-f99709370657
2008-04-17FS#8903 - updated language filesRobert Kukla5-81/+63
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17151 a1c6a512-1295-4272-9138-f99709370657
2008-04-17Cache functions should include data and instruction barriers.Michael Sevakis2-7/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17150 a1c6a512-1295-4272-9138-f99709370657
2008-04-16For TCC and IMX Rolo, use a full flush and invalidate before branching.Michael Sevakis1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17149 a1c6a512-1295-4272-9138-f99709370657
2008-04-16Optimized byte-swapping macros for ARMv6.Michael Sevakis1-0/+21
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17148 a1c6a512-1295-4272-9138-f99709370657