summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-08-11Fix "statement with no effect" warningFrank Gevaerts1-1/+0
2009-08-11Add support for setting the clock using a special SCSI command. This is the s...Frank Gevaerts3-2/+81
2009-08-11Fix logf() multilines handlingRafaël Carré1-4/+5
2009-08-11Sansa AMS: identify interrupts with no source setRafaël Carré1-0/+4
2009-08-11FS#10506. Don't compile various crossfade only functions in pcmbuf.c on low ...Michael Giacomelli1-0/+5
2009-08-10Remove the comment also, Thanks to Rafaël Carré for spotting.Thomas Martitz1-2/+0
2009-08-10Fix FS#10486 - "fuze screen not drawn correctly on backlight turn-on if playl...Thomas Martitz1-2/+2
2009-08-10Fix yellows (the reds on mono are caused by this, again, stupid typo).Thomas Martitz1-1/+1
2009-08-10panicf: Clear backdrop and print with black font on white background to preve...Thomas Martitz1-3/+11
2009-08-10M:Robe 500: Get MPEGPlayer running at 320x240. Screen is zoomed so larger vi...Karl Kurbjun1-30/+28
2009-08-09Samsung YP-S3: add beginning of a low-level NAND driver and update bootloader...Bertrik Sikken3-0/+143
2009-08-09Fix ZVMKarl Kurbjun1-0/+5
2009-08-09M:Robe 500: Start Building at 640x480 by default.Karl Kurbjun3-7/+19
2009-08-08Apply FS#10447 - e200v2 lcd driver cleanup by Michael ChicoineBertrik Sikken1-15/+26
2009-08-08Samsung yp-s3: clean up the lcd and button driver (making things static, rena...Bertrik Sikken2-14/+16
2009-08-07Samsung YH925: Battery calibration for charging and dischharging.Thomas Martitz1-4/+4
2009-08-07Samsung YH925: Support for battery monitoring and charging. Discharge curve n...Thomas Martitz3-6/+5
2009-08-06Revert static-ing of iim_prod_rev, this function is never used so it causes a...Bertrik Sikken1-1/+1
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken7-10/+12
2009-08-05Samsung YP-S3: allow player to stay powered up without the USB cable plugged ...Bertrik Sikken1-6/+15
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