summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Commit FS#9724, which reworks the preprocessor defines related to backlight f...Thomas Martitz27-135/+150
2009-01-25Hopefully fix wrong colours on coldfire targets for certain scaling factors. ...Jens Arnold1-0/+1
2009-01-24Accept FS#9717 by Akio Idehara with a small change suggested by Rafaël CarrÃ...Nils Wallménius1-0/+12
2009-01-24Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis1-0/+1
2009-01-23Gigabeat S: Make sure the hold button on the remote is independent of the mai...Michael Sevakis1-1/+7
2009-01-23Gigabeat S: Add remote control reading and proper headphone insert detection....Michael Sevakis5-23/+226
2009-01-23Philips HDD1630: add ADC info to debug screen. Make button_click work again (...Mark Arigo1-1/+1
2009-01-23Gigabeat S: Implement a genuine udelay function. Timer is gated to not run in...Michael Sevakis4-19/+123
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis15-179/+332
2009-01-22Rename software backlight fading files, as we don't call it thread fading. Co...Thomas Martitz4-4/+4
2009-01-22Onda VX747: get NAND driver workingMaurus Cuelenaere3-54/+66
2009-01-21Onda VX747: disable DMA for now on NAND for performanceMaurus Cuelenaere1-1/+25
2009-01-21Onda VX747:Maurus Cuelenaere14-230/+449
2009-01-21Fix RAM disk when no audio buffer is availableMaurus Cuelenaere1-1/+5
2009-01-21Commit stable parts of FS#9611 - Sansa Clip radio codeBertrik Sikken4-8/+10
2009-01-21USB storage driver:Maurus Cuelenaere1-2/+2
2009-01-21Unify kernel list management for ticks, registered queues and timeout objects...Michael Sevakis5-120/+122
2009-01-21Philips HDD1630 lcd work: register defines and enable contrast, flip, and inv...Mark Arigo2-25/+85
2009-01-20cleanup audiohw_set_frequency by adding it to audiohw.h and removing it from ...Christian Gmeiner9-31/+2
2009-01-20PortalPlayer: Implement irq_handler() directly in C code rather than dispatch...Michael Sevakis3-15/+2
2009-01-19This should take care of resetting when unplugging on e200 as reported in FS#...Michael Sevakis1-2/+7
2009-01-19Fix up ZVM builds. It appeared to share common definitions with PP502x target...Michael Sevakis3-6/+19
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis17-143/+276
2009-01-18Commit battery discharge curve for c200v1 by BertrikSikken. The old one wasn...Michael Giacomelli1-3/+3
2009-01-18Commit battery discharge curve for the Ipod Photo. We still need one for the...Michael Giacomelli1-1/+4
2009-01-18Commit second part of FS#9663 by Thomas Martitz. Enable button light on fuze...Michael Giacomelli4-4/+14
2009-01-18Commit part 1 of FS#9663 by Thomas Martitz. Enables backlight fading on the ...Michael Giacomelli4-17/+18
2009-01-18Submit FS#9749 by Boris Gjenero. Do not reset IDE0 on startup for iPod Video ...Andree Buschmann1-2/+2
2009-01-16SD driver cleanup by Thomas Martitz. Removes various magic numbers in favor ...Michael Giacomelli1-45/+35
2009-01-14Do penance. Fix yellow.Michael Sevakis1-2/+2
2009-01-14Gigabeat S has no need for a USB tick. Put in a simple framework that allows ...Michael Sevakis4-23/+57
2009-01-13Fixed broken boost on AMS.Björn Stenberg1-1/+1
2009-01-13Fix more red. Missed one other place it needed #ifdef HAVE_USB_POWER.Michael Sevakis1-0/+2
2009-01-13Fix red. Forgot to add a #ifdef HAVE_USB_POWER in one spot.Michael Sevakis1-0/+2
2009-01-13USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis8-243/+243
2009-01-13Reverting parts of r19760 that was mistakenly committed.Björn Stenberg2-83/+81
2009-01-13Minor Clip button changes: UP|REPEAT no longer goes to wps. Volume adjustment...Björn Stenberg3-81/+86
2009-01-13support pixel aspect ratio compensation in recalc_dimension, with PAR defined...Andrew Mahone6-0/+25
2009-01-13remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone3-25/+13
2009-01-13Make the power button actually power off the Philips HDD1630Mark Arigo1-1/+1
2009-01-12improve handling of unimplemented commandsFrank Gevaerts1-1/+5
2009-01-12Onda VX7x7: commit working USB driverMaurus Cuelenaere1-78/+80
2009-01-12Fix FS#9782 - lcd_bitmap_transparent_part clipping but keep smaller clipping ...Michael Sevakis2-8/+32
2009-01-11Remove tabs.Antoine Cellerier1-91/+91
2009-01-11c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...Michael Sevakis10-44/+348
2009-01-10Dual boot for the Philips HDD1630.Mark Arigo1-1/+1
2009-01-10Gigabeat S: Make sure USB battery maintenece is engaged if fully charged from...Michael Sevakis1-0/+6
2009-01-08Replace some nasty hard-coded offsets with labelsDave Chapman1-4/+5
2009-01-08Fix red.Michael Sevakis2-1/+6
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis17-159/+210