summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-08-18M:Robe 500: Increase the max icon size.Karl Kurbjun1-0/+3
2009-08-17Onda VX747: don't enable software volume control in simsMaurus Cuelenaere1-0/+2
2009-08-16* Onda VX747/VX767: fix target_id & MODEL_NUMBERMaurus Cuelenaere1-1/+1
2009-08-16FAT timestamp handling improvements for non-RTC targets:Jens Arnold1-45/+54
2009-08-15Samsung YP-S3: add backlight-target.h for the YP-S3 (contains target specific...Bertrik Sikken2-2/+34
2009-08-15Sansa Clip & m200v4 : calls backlight_hold_changed() when hold button is toggledRafaël Carré2-5/+38
2009-08-14Fix YellowKarl Kurbjun1-2/+2
2009-08-14Hopefully get all of the touchscreen drivers to act the same so release event...Karl Kurbjun3-5/+15
2009-08-14mrobe100: power off HDD (courtesy of lowlight) ~2h extra playtime Robert Kukla1-4/+16
2009-08-13don't treat extremely quick transfers as errorsFrank Gevaerts1-3/+10
2009-08-13LCD bitmap driver code consolidation from FS#4817:Andrew Mahone6-1236/+336
2009-08-13M:Robe 500: Forgot one.Karl Kurbjun1-0/+1
2009-08-13M:Robe 500: Put more interrupts in iram, reduce stack usage when ARM/DSP tran...Karl Kurbjun5-4/+9
2009-08-12Limit usb_serial packets to 32 bytes. It's unclear why this is needed, but us...Frank Gevaerts1-0/+3
2009-08-12TCC: Implement ECC error correction for sectors read from NAND. Tested on D2 ...Rob Purchase3-76/+170
2009-08-12D2: Re-enable SD(HC) driver as there have been no further reports of damaged ...Rob Purchase2-2/+2
2009-08-12Fix a wrong memcpy in logf() introduced in r22253Rafaël Carré1-1/+1
2009-08-12Remove dead codeAlexander Levin1-16/+1
2009-08-12Change the function name in strnatsort so that the code doesn't contradict it...Alexander Levin1-3/+5
2009-08-12M:Robe 500: Put the irq stack and fiq stack in iram. Reduce memory for fiq s...Karl Kurbjun3-10/+28
2009-08-12M:Robe 500: Make endpoint requests more flexible.Karl Kurbjun1-20/+24
2009-08-11Fix endpoint allocationFrank Gevaerts1-1/+1
2009-08-11Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...Frank Gevaerts3-26/+25
2009-08-11Consolidate day of week calculationFrank Gevaerts3-13/+18
2009-08-11rework new time handling functions a bit to be more memory efficientFrank Gevaerts1-20/+14
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