summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-03-29Remove OSX deployment script, Qt now has macdeployqt.Dominik Riebeling1-98/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25384 a1c6a512-1295-4272-9138-f99709370657
2010-03-29as3525v2: FM playback (only tested on Clip+)Rafaël Carré2-3/+21
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25383 a1c6a512-1295-4272-9138-f99709370657
2010-03-29Add new section 'Optimising battery runtime' to the manual (FS#11148).Andree Buschmann4-6/+101
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25382 a1c6a512-1295-4272-9138-f99709370657
2010-03-29as3525: CGU_USB has only 3 bits for the dividerRafaël Carré1-6/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25381 a1c6a512-1295-4272-9138-f99709370657
2010-03-29as3525v2: factorize writing to ascodec PMURafaël Carré4-18/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25380 a1c6a512-1295-4272-9138-f99709370657
2010-03-29as3543: name 0x1b & 0x1c registersRafaël Carré4-18/+22
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25379 a1c6a512-1295-4272-9138-f99709370657
2010-03-29Clipv2/Clip+ : turn off backlight in 0x1b registerRafaël Carré3-5/+7
Rename clipv2 file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25378 a1c6a512-1295-4272-9138-f99709370657
2010-03-29Fuzev2: fix backlight brightnessRafaël Carré2-21/+11
PMU registers are write-only git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25377 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Fix "bookmark on stop: ask" when idle poweroff triggers.Torne Wuff4-7/+7
Previously, the prompt would come up during poweroff, and then if the user did not respond, the shutdown timeout would be hit and a hard poweroff would happen, which is bad. Now it just assumes you don't want a bookmark. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25376 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Add a remark regarding scrollwheel acceleration to the manual.Andree Buschmann1-7/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25375 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Minor manual fix: list_accel_start_delay and list_accel_wait are not used, ↵Andree Buschmann1-1/+1
if HAVE_WHEEL_ACCELERATION is defined. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25374 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Fractals: Remove redundant assignment to a variable (y_delta)Tomer Shalev1-19/+18
Also some cosmetics git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25373 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Brickmania: Don't use hard coded valueTomer Shalev1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25372 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Fuzev2: it seems we need to set bit 3 when selecting PMU subregisterRafaël Carré1-4/+4
backlight still not working properly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25371 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Fuzev2: cleanup backlight code (still not working correctly)Rafaël Carré1-6/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25370 a1c6a512-1295-4272-9138-f99709370657
2010-03-28as3525v2: silence bootloaderRafaël Carré1-3/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25369 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Fuzev2: fix LCDRafaël Carré1-20/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25368 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Fuzev2: edit configRafaël Carré1-4/+1
correct USB product ID remove a define which is common to all as3525v2 and then built-in in the driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25367 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Fix Fuzev2 OF versionRafaël Carré1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25366 a1c6a512-1295-4272-9138-f99709370657
2010-03-28mkamsboot: add fuzev2 OF 2.02.31Rafaël Carré1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25365 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Fuzev2: add dithering option for mpegplayerRafaël Carré3-3/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25364 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Fuzev2: simulatorRafaël Carré2-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25361 a1c6a512-1295-4272-9138-f99709370657
2010-03-28Fuzev2: fix lcdRafaël Carré1-47/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25360 a1c6a512-1295-4272-9138-f99709370657
2010-03-27Remove unnecessary (and incorrect) acks after stalling the control endpointFrank Gevaerts1-10/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25359 a1c6a512-1295-4272-9138-f99709370657
2010-03-27Brickmania: Fix yellowTomer Shalev1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25358 a1c6a512-1295-4272-9138-f99709370657
2010-03-27Brickmania: Prevent a ball that is sticked to the edge of the pad from being ↵Tomer Shalev1-0/+7
fired outside the screen's region when the pad is moved all the way to the screen's edge git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25357 a1c6a512-1295-4272-9138-f99709370657
2010-03-27Brickmania: Simplify movement of pad (and any balls that are sticked to it)Tomer Shalev1-29/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25356 a1c6a512-1295-4272-9138-f99709370657
2010-03-27Brickmania: Prevent two overlapping balls from destrying bricks together and ↵Tomer Shalev1-0/+1
stick forever git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25355 a1c6a512-1295-4272-9138-f99709370657
2010-03-27Fuzev2: fix normal build: enable charging properly, disable FM, use as3525v2 cpuRafaël Carré2-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25354 a1c6a512-1295-4272-9138-f99709370657
2010-03-27Fuzev2: µSD detect pin is A2 like Clip+, but the meaning is reversedRafaël Carré1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25353 a1c6a512-1295-4272-9138-f99709370657
2010-03-27Add the identifying headerAlexander Levin1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25352 a1c6a512-1295-4272-9138-f99709370657
2010-03-27Remove unneeded linesAlexander Levin1-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25351 a1c6a512-1295-4272-9138-f99709370657
2010-03-27No need to use parenthesis hereAlexander Levin1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25350 a1c6a512-1295-4272-9138-f99709370657
2010-03-27Fix the description of the %V WPS tag (last part of FS#11117)Alexander Levin2-7/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25349 a1c6a512-1295-4272-9138-f99709370657
2010-03-27Add blind description for the clipv2 to the manual.Robert Menes1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25348 a1c6a512-1295-4272-9138-f99709370657
2010-03-26Correct quotation marks; simplify the viewport display exampleAlexander Levin1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25347 a1c6a512-1295-4272-9138-f99709370657
2010-03-26Remove the unneeded appendix declaration. It's already present in ↵Alexander Levin1-1/+0
appendix.tex and does not make any sense here (=at the end) anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25346 a1c6a512-1295-4272-9138-f99709370657
2010-03-26Update copyright year to 2010Dave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25345 a1c6a512-1295-4272-9138-f99709370657
2010-03-26Add Clip+ player image from FS#11048 by Marko PahlkeDave Chapman4-1/+2935
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25344 a1c6a512-1295-4272-9138-f99709370657
2010-03-26sd-as3525v2.c Organize construction of MCI_COMMAND so it is more apparent ↵Jack Halpin1-20/+22
which bits are being set and why. I have also made the CMD_CHECK_CRC_BIT unused for now since we do not check any response crc values yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25343 a1c6a512-1295-4272-9138-f99709370657
2010-03-26Fuzev2: fix build, use suited bitmap toolRafaël Carré2-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25342 a1c6a512-1295-4272-9138-f99709370657
2010-03-26Fix uic warning.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25341 a1c6a512-1295-4272-9138-f99709370657
2010-03-26Clip+: fix battery voltage reading when charging : use ADC_RTCSUP like e200v1Rafaël Carré1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25340 a1c6a512-1295-4272-9138-f99709370657
2010-03-26Use STORAGE_WANTS_ALIGN to make clear it's not a strict necessityRafaël Carré3-20/+15
Define PROC_NEEDS_CACHEALIGN only for PP git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25339 a1c6a512-1295-4272-9138-f99709370657
2010-03-25fix redRafaël Carré1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25338 a1c6a512-1295-4272-9138-f99709370657
2010-03-25Accept expressions in CACHE_OVERLAP() macroRafaël Carré1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25337 a1c6a512-1295-4272-9138-f99709370657
2010-03-25Make storage alignement use cache alignement macrosRafaël Carré6-25/+33
Introduce STORAGE_ALIGN_DOWN, STORAGE_PAD (using new CACHE_PAD) and STORAGE_OVERLAP (using new CACHE_OVERLAP), make them useful only when PROC_NEEDS_CACHEALIGN and STORAGE_NEEDS_ALIGN are defined Modify PP and nano2g system-target.h accordingly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25336 a1c6a512-1295-4272-9138-f99709370657
2010-03-25Packard Bell Vibe 500: correct the path to a proper one in rbutil (proper ↵Szymon Dziok1-1/+1
directory on the file server to the bootloader) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25335 a1c6a512-1295-4272-9138-f99709370657
2010-03-25Sansa Clipv2 and Clip+ now have their own manuals. Also add "v1" to the ↵Dave Chapman1-3/+1
label for the clipv1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25333 a1c6a512-1295-4272-9138-f99709370657
2010-03-25Initial manuals for clipv2 and clip+, with corrected installation ↵Dave Chapman5-18/+77
instructions. The player picture in Chapter 3 is the same as the Clipv1 for both Clipv2 and Clip+ - this needs changing for the Clip+. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25332 a1c6a512-1295-4272-9138-f99709370657