summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-08-04Fix for:Thomas Martitz1-5/+5
2009-08-03Samsung YP-S3: update bootloader demo app with test code for the wmcodec (vol...Bertrik Sikken1-0/+1
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz1-1/+9
2009-08-02Samsung YP-S3: update backlight brightness curve again (can't go all the way ...Bertrik Sikken1-2/+4
2009-08-02Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...Karl Kurbjun1-2/+3
2009-08-01Fix red: only use SW_VOLUME_MIN if HAVE_SW_VOLUME_CONTROL is definedMaurus Cuelenaere1-1/+4
2009-08-01 * Move DSP_CALLBACK_* enum to sound.hMaurus Cuelenaere4-24/+38
2009-08-01Samsung YP-S3: update backlight brightness curve so backlight is still on at ...Bertrik Sikken1-16/+18
2009-08-01Meizu: update backlight brightness curve so backlight is still on at the mini...Bertrik Sikken1-11/+12
2009-08-01Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes clicks/...Mark Arigo3-0/+20
2009-08-01Samsung YP-S3: implement button lightsBertrik Sikken2-0/+25
2009-08-01Samsung YP-S3: implement headphones detectionBertrik Sikken1-0/+8
2009-08-01Ingenic Jz4740 timer driver: fix stupid mistakeMaurus Cuelenaere1-1/+1
2009-08-01M:Robe 500/M66591: Add support for full-speed USB transfers, and fix the UART...Karl Kurbjun2-20/+43
2009-08-01Samsung YP-S3: implement button driver for the touch keys (and the hold/power...Bertrik Sikken2-2/+147
2009-07-30Meizu M3: check LCD_STATUS in the lcd driver instead of using delay loopsBertrik Sikken1-2/+10
2009-07-29Start of a Rockbox port to the Samsung YP-S3.Bertrik Sikken8-0/+809
2009-07-29Onda VX7x7: fix error when compiling with USB_BOOT definedMaurus Cuelenaere1-0/+5
2009-07-29Fix FS#5230 - reinit the opto-i2c after disabling hold so the buttons work againJonathan Gordon1-0/+1
2009-07-27Meizu: fix mask for GPIO function selection used for fmradioBertrik Sikken1-2/+2
2009-07-27Jz4740 timer driver: only init timer in timer_set() when start is trueMaurus Cuelenaere1-12/+19
2009-07-27Jz4740 PCM driver: do 32-bit or 16-bit burst sizes if 16-byte ones won't fit ...Maurus Cuelenaere1-8/+56
2009-07-27Jz4740 PCM driver: check whether pcm_callback_for_more isn't NULL (fixes metr...Maurus Cuelenaere1-3/+5
2009-07-26Re-work D2 power off behaviour.Rob Purchase4-12/+28
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla10-19/+739
2009-07-26Ingenic Jz4740 targets: turn backlight on when an exception occurs and EXTEND...Maurus Cuelenaere1-0/+2
2009-07-26Onda VX747: don't fully init the LCD when not doing an USB_BOOT compile (fixe...Maurus Cuelenaere1-10/+19
2009-07-25D2: Fix the POWER button check after an exception/panic. Make this power the ...Rob Purchase1-2/+7
2009-07-25Revert r22034 since the backlight handling functions are not consistently nam...Rob Purchase2-14/+0
2009-07-25Make the panic and UIE handlers turn on the backlight (needed for various col...Rob Purchase2-0/+15
2009-07-25Oops, too many files were committed in r22025, revert this one. The other ch...Dave Chapman1-5/+2
2009-07-25Correct the memory sizes (IRAM and DRAM) for the Nano2G.Dave Chapman6-16/+152
2009-07-23Remove USB storage defines from USB coreMaurus Cuelenaere1-3/+0
2009-07-22D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451.Rob Purchase1-2/+15
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz1-0/+7
2009-07-22Disable the D2 SD driver for the time being since there are reports of damage...Rob Purchase2-2/+2
2009-07-20Nano2G Backlight driver improvements - the previous version didn't work relia...Dave Chapman1-8/+8
2009-07-20sd_first_drive is only used when HAVE_HOTSWAP is defined, so add appropriate ...Frank Gevaerts1-0/+6
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts5-9/+29
2009-07-20take first_drive into account when handling hotswap. This is not important as...Frank Gevaerts1-6/+8
2009-07-19Update the uda1380 codec driver to allow it to be used without the WSPLL for ...Bertrik Sikken1-2/+20
2009-07-19M666591 (MRobe:500) USB: Driver works without restarting rockbox between conn...Karl Kurbjun1-1/+1
2009-07-19D2: Enable tagcache databaseRob Purchase1-1/+1
2009-07-19fix ifdef (HAVE_HOTSWAP, not HOTSWAP)Frank Gevaerts1-1/+1
2009-07-19D2: A working read/write SD(HC) driver, based on the PP equivalent. See Cowon...Rob Purchase4-1/+881
2009-07-18adapt c200v2 and view defines to the new drive/volume handling schemeFrank Gevaerts2-2/+4
2009-07-18Fix Onda VX747(+)/VX777 simulator buildMaurus Cuelenaere1-8/+6
2009-07-18Flyspray: FS#10326Frank Gevaerts3-446/+1026
2009-07-18S5L8700: fix off-by-one error in kernel timer and fix incorrect interrupt mas...Bertrik Sikken2-3/+3
2009-07-18Nano2g button driver - currently only implementing the hold switch. Should h...Dave Chapman1-0/+40