summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Collapse)AuthorFilesLines
2009-08-04Fix for:Thomas Martitz1-5/+5
FS#10031 - "improper sorting of names with underscores when Interpret numbers when sorting is used" and FS#10200 - "Incorrect sorting of roman numerals when whole numbers selected" a) By using tolower instead of toupper for case-insensitive sorting b) By not ignoring spaces (which isn't really what we aimed for anyway). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22153 a1c6a512-1295-4272-9138-f99709370657
2009-08-03Samsung YP-S3: update bootloader demo app with test code for the wmcodec ↵Bertrik Sikken1-0/+1
(volume control of fm radio) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22138 a1c6a512-1295-4272-9138-f99709370657
2009-08-03Remove various ABS() definitions with a single one using typeof (if using ↵Thomas Martitz1-1/+9
gcc) to avoid multiple evaluations of the input expressions. Speex still uses its own as I didn't want to change this imported code too much. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22129 a1c6a512-1295-4272-9138-f99709370657
2009-08-02Samsung YP-S3: update backlight brightness curve again (can't go all the way ↵Bertrik Sikken1-2/+4
down to 1/256 brightness) and update yp-s3 bootloader demo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22117 a1c6a512-1295-4272-9138-f99709370657
2009-08-02Pluginlib: Add support for general buttons. Add menu and quit buttons to ↵Karl Kurbjun1-2/+3
Reversi. MRobe 500: Modify touch handler to return the previous data always rather than 0 when there is no touch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22110 a1c6a512-1295-4272-9138-f99709370657
2009-08-01Fix red: only use SW_VOLUME_MIN if HAVE_SW_VOLUME_CONTROL is definedMaurus Cuelenaere1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22107 a1c6a512-1295-4272-9138-f99709370657
2009-08-01 * Move DSP_CALLBACK_* enum to sound.hMaurus Cuelenaere4-24/+38
* Add software based volume control for a certain range (SW_VOLUME_MIN -> SW_VOLUME_MAX) * Make Onda VX747 use it * Don't change volume or frequency in Ingenic Jz4740 codec driver when they're already set git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22106 a1c6a512-1295-4272-9138-f99709370657
2009-08-01Samsung YP-S3: update backlight brightness curve so backlight is still on at ↵Bertrik Sikken1-16/+18
the minimum brightness setting git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22103 a1c6a512-1295-4272-9138-f99709370657
2009-08-01Meizu: update backlight brightness curve so backlight is still on at the ↵Bertrik Sikken1-11/+12
minimum brightness setting git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22102 a1c6a512-1295-4272-9138-f99709370657
2009-08-01Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes ↵Mark Arigo3-0/+20
clicks/pops heard when reading the adc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22101 a1c6a512-1295-4272-9138-f99709370657
2009-08-01Samsung YP-S3: implement button lightsBertrik Sikken2-0/+25
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22100 a1c6a512-1295-4272-9138-f99709370657
2009-08-01Samsung YP-S3: implement headphones detectionBertrik Sikken1-0/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22099 a1c6a512-1295-4272-9138-f99709370657
2009-08-01Ingenic Jz4740 timer driver: fix stupid mistakeMaurus Cuelenaere1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22096 a1c6a512-1295-4272-9138-f99709370657
2009-08-01M:Robe 500/M66591: Add support for full-speed USB transfers, and fix the ↵Karl Kurbjun2-20/+43
UART interrupt clearing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22095 a1c6a512-1295-4272-9138-f99709370657
2009-08-01Samsung YP-S3: implement button driver for the touch keys (and the ↵Bertrik Sikken2-2/+147
hold/power switch) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22093 a1c6a512-1295-4272-9138-f99709370657
2009-07-30Meizu M3: check LCD_STATUS in the lcd driver instead of using delay loopsBertrik Sikken1-2/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22090 a1c6a512-1295-4272-9138-f99709370657
2009-07-29Start of a Rockbox port to the Samsung YP-S3.Bertrik Sikken8-0/+809
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22085 a1c6a512-1295-4272-9138-f99709370657
2009-07-29Onda VX7x7: fix error when compiling with USB_BOOT definedMaurus Cuelenaere1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22080 a1c6a512-1295-4272-9138-f99709370657
2009-07-29Fix FS#5230 - reinit the opto-i2c after disabling hold so the buttons work againJonathan Gordon1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22078 a1c6a512-1295-4272-9138-f99709370657
2009-07-27Meizu: fix mask for GPIO function selection used for fmradioBertrik Sikken1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22076 a1c6a512-1295-4272-9138-f99709370657
2009-07-27Jz4740 timer driver: only init timer in timer_set() when start is trueMaurus Cuelenaere1-12/+19
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22075 a1c6a512-1295-4272-9138-f99709370657
2009-07-27Jz4740 PCM driver: do 32-bit or 16-bit burst sizes if 16-byte ones won't fit ↵Maurus Cuelenaere1-8/+56
(improves PDBox) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22074 a1c6a512-1295-4272-9138-f99709370657
2009-07-27Jz4740 PCM driver: check whether pcm_callback_for_more isn't NULL (fixes ↵Maurus Cuelenaere1-3/+5
metronome) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22072 a1c6a512-1295-4272-9138-f99709370657
2009-07-26Re-work D2 power off behaviour.Rob Purchase4-12/+28
* Inhibit PCF timeout during shutdown and while charging * Power off the player using the same mechanism as the OF (GPIO) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22056 a1c6a512-1295-4272-9138-f99709370657
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; ↵Robert Kukla10-19/+739
simulator support including small fixes for the m:robe 500 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22053 a1c6a512-1295-4272-9138-f99709370657
2009-07-26Ingenic Jz4740 targets: turn backlight on when an exception occurs and ↵Maurus Cuelenaere1-0/+2
EXTENDED_EXCEPTION_DESC is defined git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22052 a1c6a512-1295-4272-9138-f99709370657
2009-07-26Onda VX747: don't fully init the LCD when not doing an USB_BOOT compile ↵Maurus Cuelenaere1-10/+19
(fixes flashes when booting up) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22051 a1c6a512-1295-4272-9138-f99709370657
2009-07-25D2: Fix the POWER button check after an exception/panic. Make this power the ↵Rob Purchase1-2/+7
player off, since we don't know how to force a reboot yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22036 a1c6a512-1295-4272-9138-f99709370657
2009-07-25Revert r22034 since the backlight handling functions are not consistently ↵Rob Purchase2-14/+0
named between targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22035 a1c6a512-1295-4272-9138-f99709370657
2009-07-25Make the panic and UIE handlers turn on the backlight (needed for various ↵Rob Purchase2-0/+15
colour LCDs that are unreadable without it). UIE is only changed on ARM for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22034 a1c6a512-1295-4272-9138-f99709370657
2009-07-25Oops, too many files were committed in r22025, revert this one. The other ↵Dave Chapman1-5/+2
changes committed as r22025 were initial button and audio drivers for the Nano2G - more work is needed on both, but they work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22026 a1c6a512-1295-4272-9138-f99709370657
2009-07-25Correct the memory sizes (IRAM and DRAM) for the Nano2G.Dave Chapman6-16/+152
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22025 a1c6a512-1295-4272-9138-f99709370657
2009-07-23Remove USB storage defines from USB coreMaurus Cuelenaere1-3/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22018 a1c6a512-1295-4272-9138-f99709370657
2009-07-22D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451.Rob Purchase1-2/+15
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22007 a1c6a512-1295-4272-9138-f99709370657
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz1-0/+7
It adds a shortcut (combo or button) to directly go from the wps to the playlist viewer. The combos could possibly be improved on some targets, but I tried to keep a tad bit of consistency (was hardly possible). I also added a corresponding touchscreen region and adapted cabbiev2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22003 a1c6a512-1295-4272-9138-f99709370657
2009-07-22Disable the D2 SD driver for the time being since there are reports of ↵Rob Purchase2-2/+2
damaged SD cards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21999 a1c6a512-1295-4272-9138-f99709370657
2009-07-20Nano2G Backlight driver improvements - the previous version didn't work ↵Dave Chapman1-8/+8
reliably. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21986 a1c6a512-1295-4272-9138-f99709370657
2009-07-20sd_first_drive is only used when HAVE_HOTSWAP is defined, so add appropriate ↵Frank Gevaerts1-0/+6
#ifdefs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21985 a1c6a512-1295-4272-9138-f99709370657
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a ↵Frank Gevaerts5-9/+29
card, not at initialisation state git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21981 a1c6a512-1295-4272-9138-f99709370657
2009-07-20take first_drive into account when handling hotswap. This is not important ↵Frank Gevaerts1-6/+8
as long as this is the only driver in use, but it avoids bugs as soon as things like ramdisks are used git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21980 a1c6a512-1295-4272-9138-f99709370657
2009-07-19Update the uda1380 codec driver to allow it to be used without the WSPLL for ↵Bertrik Sikken1-2/+20
playback and allow the use of a 256Fs clock signal directly at the SYSCLK input instead. This is required for the Meizus. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21975 a1c6a512-1295-4272-9138-f99709370657
2009-07-19M666591 (MRobe:500) USB: Driver works without restarting rockbox between ↵Karl Kurbjun1-1/+1
connects. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21971 a1c6a512-1295-4272-9138-f99709370657
2009-07-19D2: Enable tagcache databaseRob Purchase1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21969 a1c6a512-1295-4272-9138-f99709370657
2009-07-19fix ifdef (HAVE_HOTSWAP, not HOTSWAP)Frank Gevaerts1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21968 a1c6a512-1295-4272-9138-f99709370657
2009-07-19D2: A working read/write SD(HC) driver, based on the PP equivalent. See ↵Rob Purchase4-1/+881
CowonD2Info wiki for usage notes/restrictions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21967 a1c6a512-1295-4272-9138-f99709370657
2009-07-18adapt c200v2 and view defines to the new drive/volume handling schemeFrank Gevaerts2-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21955 a1c6a512-1295-4272-9138-f99709370657
2009-07-18Fix Onda VX747(+)/VX777 simulator buildMaurus Cuelenaere1-8/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21954 a1c6a512-1295-4272-9138-f99709370657
2009-07-18Flyspray: FS#10326Frank Gevaerts3-446/+1026
Author: Tomer Shalev Adds a USB HID sample application, a plugin tha allows to send HID commands while connected in non-storage mode. This also removes the HID stuff in the debug menu. Testing is now easily doable from the plugin Also general HID updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21953 a1c6a512-1295-4272-9138-f99709370657
2009-07-18S5L8700: fix off-by-one error in kernel timer and fix incorrect interrupt ↵Bertrik Sikken2-3/+3
mask in pcm driver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21950 a1c6a512-1295-4272-9138-f99709370657
2009-07-18Nano2g button driver - currently only implementing the hold switch. Should ↵Dave Chapman1-0/+40
have been part of previous commit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21949 a1c6a512-1295-4272-9138-f99709370657