summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-04Revert an accidental commit that I didn't want to go in.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23839 a1c6a512-1295-4272-9138-f99709370657
2009-12-03Another round of plugin keymaps for the Philips GoGear SA9200.Robert Menes
Just a few more to go... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23838 a1c6a512-1295-4272-9138-f99709370657
2009-12-03Name some unnamed GridLayouts. Fixes uic warnings about names being used ↵Dominik Riebeling
multiple times. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23837 a1c6a512-1295-4272-9138-f99709370657
2009-12-03Sansa AMS: The internal SD does not use the IDE AHB interface so remove ↵Jack Halpin
references to it. It does use the other non AHB interface. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23836 a1c6a512-1295-4272-9138-f99709370657
2009-12-03Sansa AMS: Reduce MCICLK speed on SD cards to 31 MHz.Jack Halpin
This is within the SD Spec for v2 High Speed cards but still over the 25 MHz limit for v1 and non-HS v2 cards. Test_disk write & verify passes on both internal and uSD. The v1 cards still need to be lowered to 15 MHz but that causes data crc failures at this point. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23835 a1c6a512-1295-4272-9138-f99709370657
2009-12-03Sansa AMS: Use some new macros to set the MCICLK frequency to help avoid ↵Jack Halpin
missing the bypass bit when resetting frequencies with MCI_CLOCK register. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23831 a1c6a512-1295-4272-9138-f99709370657
2009-12-03Sansa AMS: Wait until sd_init_card() to turn on the clocks for the pl180 ↵Jack Halpin
controller. Currently the bypass bit is not cleared so it's possible to enter the identification phase at bypass speed instead of ident speed. The simplest solution to ensure the bypass bit is not set is to set the register with an = operation instead of |=. This makes setting the MCI_CLOCK register at the end of the controller init unnecessary. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23830 a1c6a512-1295-4272-9138-f99709370657
2009-12-03Sansa AMS: Add read/write and drive info to panic message for SD transfer ↵Jack Halpin
errors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23829 a1c6a512-1295-4272-9138-f99709370657
2009-12-03rockblox: Correct wrong access to array of highscores.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23828 a1c6a512-1295-4272-9138-f99709370657
2009-12-03sims.pl - Do not create zip if build fails. This should prevent working ↵Michael Chicoine
simulator builds being overwritten by failed builds when uploaded to the hosting server. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23827 a1c6a512-1295-4272-9138-f99709370657
2009-12-03si4700: revert r22641Rafaël Carré
bits 13:0 must not be modified (except for bit 8 ?) fixes FM on my Clipv1 (some Clips weren't affected) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23826 a1c6a512-1295-4272-9138-f99709370657
2009-12-03fix FS#10674 - make skin debugger count the lines correctly so the line ↵Jonathan Gordon
number in the output is actually useful! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23825 a1c6a512-1295-4272-9138-f99709370657
2009-12-02Update Dutch langfilePeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23824 a1c6a512-1295-4272-9138-f99709370657
2009-12-02Updated hungarian translation.Mustapha Senhaji
Flyspray: FS#10803 Author: Viktor Varga git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23821 a1c6a512-1295-4272-9138-f99709370657
2009-12-02Remove a typo.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23820 a1c6a512-1295-4272-9138-f99709370657
2009-12-02Updated finnish translation.Mustapha Senhaji
Flyspray: FS#10813 Author: Jani Kinnunen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23819 a1c6a512-1295-4272-9138-f99709370657
2009-12-02Fix FS#10826 - Typo in fmradio.texMichael Chicoine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23818 a1c6a512-1295-4272-9138-f99709370657
2009-12-02M:Robe 500: Improve audio DMA shutdown for Pause/Stop and significantly ↵Karl Kurbjun
reduce the size of the DSP code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23817 a1c6a512-1295-4272-9138-f99709370657
2009-12-02Red is bad, mmmkay? And this should get rid of all thatRobert Menes
pesky red. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23816 a1c6a512-1295-4272-9138-f99709370657
2009-12-02Begone, red!Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23815 a1c6a512-1295-4272-9138-f99709370657
2009-12-02Fix red.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23814 a1c6a512-1295-4272-9138-f99709370657
2009-12-02Start committing plugin keymaps for the Philips GoGear SA9200.Robert Menes
I still have more plugins to finish, but this is an initial start and I can at least get them under version control in case I need to revise any. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23813 a1c6a512-1295-4272-9138-f99709370657
2009-12-01Fix incorect information on hwcodec added in r23809 - Thanks to Jens Arnold ↵Michael Chicoine
for spotting this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23812 a1c6a512-1295-4272-9138-f99709370657
2009-12-01Sansa AMS: Check if SD controllers are already enabled before attempting to ↵Jack Halpin
enable in order to read the registers. If the controllers were already enabled there was a chance we could try to read the MCI_CLOCK registers while the cards were buffering and then disable the controllers prematurely. I guess funman knows and sees all!! Thanks funman. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23811 a1c6a512-1295-4272-9138-f99709370657
2009-12-01Sansa AMS: Force sd_enable(true) when using the Debug View HW info page so ↵Jack Halpin
we can read the registers immediately. Because we turn off the clocks to the SD controllers between disk accesses we were unable to read the MCI_CLOCK registers until there was a disk access. Now we can read them immediately. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23810 a1c6a512-1295-4272-9138-f99709370657
2009-12-01Manual - expand information about recording in FM RadioMichael Chicoine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23809 a1c6a512-1295-4272-9138-f99709370657
2009-12-01Sansa AMS: Reorganize sd_enable() and add/change comments. No real ↵Jack Halpin
functional changes. Enabling/disabling of the NAF and IDE clocks is now grouped together as both are related to the internal SD. Sequence for disabling SD now mirrors the enable sequence. Comments added to make it easier to follow the configuration change for XPD from gpio to mci-sd and back. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23808 a1c6a512-1295-4272-9138-f99709370657
2009-12-01correction on DEFINE, thanks to Kugel who spotted it ;)Laurent Gautier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23807 a1c6a512-1295-4272-9138-f99709370657
2009-12-01and another correction for docs/committers...Laurent Gautier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23806 a1c6a512-1295-4272-9138-f99709370657
2009-12-01Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDSLaurent Gautier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23805 a1c6a512-1295-4272-9138-f99709370657
2009-12-01Fix FS#10464 - Manual doesn't list all options for Source recording settingMichael Chicoine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23804 a1c6a512-1295-4272-9138-f99709370657
2009-12-01Remove accidently added file :)Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23803 a1c6a512-1295-4272-9138-f99709370657
2009-12-01Add myself to docs/committersLaurent Gautier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23802 a1c6a512-1295-4272-9138-f99709370657
2009-12-01Add myself to CommittersLaurent Gautier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23801 a1c6a512-1295-4272-9138-f99709370657
2009-12-01Fix FS#10823 - Wrong spacing in fmradio.texMichael Chicoine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23800 a1c6a512-1295-4272-9138-f99709370657
2009-11-30Use correct quotation marks instead of simple apostrophesMichael Chicoine
Flyspray: FS#10822 Author: Alexander Levin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23799 a1c6a512-1295-4272-9138-f99709370657
2009-11-30fix segfault on %Rb tokenJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23798 a1c6a512-1295-4272-9138-f99709370657
2009-11-30Gigibeat S Manual - redo r23795 to look like it was originally meant to look.Michael Chicoine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23797 a1c6a512-1295-4272-9138-f99709370657
2009-11-29Manual - fix incorrect reference label for USB HID settingMichael Chicoine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23796 a1c6a512-1295-4272-9138-f99709370657
2009-11-29Gigibeat S Manual - Correct display of manual installation items 'Single ↵Michael Chicoine
Boot' and 'Dual Boot' - add missing frequencies to Recording Settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23795 a1c6a512-1295-4272-9138-f99709370657
2009-11-29Oops, correct typo that made the previous commit uselessNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23794 a1c6a512-1295-4272-9138-f99709370657
2009-11-29Disable strict aliasing for speex for now to get rid of warnings, some very ↵Nils Wallménius
nasty casting in here git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23793 a1c6a512-1295-4272-9138-f99709370657
2009-11-29cp on OS X doesn't know the option -u. It isn't really needed, so simply ↵Dominik Riebeling
remove it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23792 a1c6a512-1295-4272-9138-f99709370657
2009-11-29Manual - add missing {} which caused spacing problemsMichael Chicoine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23791 a1c6a512-1295-4272-9138-f99709370657
2009-11-29Fix yellow by making the ifdef hell slightly worseNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23790 a1c6a512-1295-4272-9138-f99709370657
2009-11-29Add support for OS X.Dominik Riebeling
- make the deploy script work on OS X. - use macdeployqt for copying Frameworks macdeployqt is part of Qt, at least since 4.5. - add a workaround for Qt not copying icons and plist file correctly when building out of tree. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23789 a1c6a512-1295-4272-9138-f99709370657
2009-11-29Manual updatesMichael Chicoine
Correct gramatics, missing spacing, typos, etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23788 a1c6a512-1295-4272-9138-f99709370657
2009-11-29Reduce bin size of diacritic characters databaseTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23787 a1c6a512-1295-4272-9138-f99709370657
2009-11-29add sansa clip to checkwps.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23786 a1c6a512-1295-4272-9138-f99709370657
2009-11-29Suppress unused warnings for functions that haven't been implemented.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23785 a1c6a512-1295-4272-9138-f99709370657