summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-09-28Try to fix the case where Ipods would spuriously wake up even though no alarm...Thom Johansen2-5/+9
2007-09-28Make the gradient look better when more than one line is selected (running ti...Nicolas Pennequin1-1/+3
2007-09-28Factor out the gradient drawing code. Should save some bytes and makes the co...Nicolas Pennequin1-39/+28
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-4/+0
2007-09-27Fix corrupted display of the gradient selector for scrolling lines in some co...Nicolas Pennequin1-3/+3
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin1-5/+93
2007-09-25Enabled button light for Sansa C200Björn Stenberg1-0/+5
2007-09-22ata_flash.c: write 32 bits to the buffer at a time when reading a sector.Tomasz Malesinski1-2/+24
2007-09-22start of the tsc2100 driver.Jonathan Gordon1-0/+64
2007-09-22A few minor cleanups for the Gigabeat SWill Robertson1-0/+72
2007-09-21Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.Will Robertson1-1/+2
2007-09-20make use of register definesChristian Gmeiner1-3/+5
2007-09-19usb stack code police, fix some warnings and set svn keywords correctlyPeter D'Hoye1-2/+2
2007-09-17* implement strstrChristian Gmeiner1-94/+90
2007-09-17implement usb_arcotg_dcd_disableChristian Gmeiner1-1/+14
2007-08-30remove unused varsChristian Gmeiner1-5/+2
2007-08-30* remove more debugChristian Gmeiner2-47/+70
2007-08-30remove some debug.. Christian Gmeiner1-6/+0
2007-08-30add usb state handling and other small fixesChristian Gmeiner1-5/+22
2007-08-29if new speed is used speed stopChristian Gmeiner1-0/+4
2007-08-29endpoint address was only set in fs descriptor, but we need it in hs too. Upd...Christian Gmeiner1-4/+0
2007-08-29we use only 2 endpointsChristian Gmeiner1-1/+11
2007-08-29code police part one...Peter D'Hoye2-47/+71
2007-08-28Add support for full and highspeed in stack and drivers.Christian Gmeiner2-21/+18
2007-08-27Set svn:keywordsDave Chapman2-2/+2
2007-08-27Cosmetic changes only - tab, whitespace and brace policingDave Chapman2-161/+163
2007-08-27Repair the USB detection on ipods and H10s which was broken by commit 14470. ...Dave Chapman1-3/+4
2007-08-27arcotg_udc.c should not have been removed - restore it in the new location fo...Dave Chapman1-0/+135
2007-08-27remove old driverChristian Gmeiner1-135/+0
2007-08-27fix red and yellow - i hope and double content in some files.. dont ask how t...Christian Gmeiner1-2/+0
2007-08-27Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner2-0/+1156
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold1-225/+0
2007-08-14Ondios with backlight mod: * Make the backlight stay off in plain SVN builds ...Jens Arnold1-0/+12
2007-08-14Don't let the shutdown code mess with the backlight anymore on most targets. ...Jens Arnold1-4/+1
2007-08-12Remove unnecessary sim stubs and includesNils Wallménius1-27/+0
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius2-5/+3
2007-08-01Add some new findings to the PP header files. * Clean up ata-target.h for PP....Jens Arnold1-6/+0
2007-07-28Fix warnings and errors. Remove some added stuff that wasn't needed afterall.Michael Sevakis5-25/+0
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis7-947/+414
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis1-2/+43
2007-07-15Hrm. Commit the other needed change too. :)Michael Sevakis1-0/+6
2007-07-14Remove a change that wasn't supposed to stick around.Michael Sevakis1-3/+1
2007-07-14e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen g...Michael Sevakis1-43/+109
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis4-2/+1179
2007-07-14Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced wit...Jonathan Gordon1-1/+3
2007-07-13Changes bass setting to use adaptive bass instead of linear bass. The datashe...Steve Gotthardt1-0/+25
2007-07-09Prevent another divide-by-zero (only affecting targets with FAT16 support ena...Dave Chapman1-0/+2
2007-07-09Fix division by 0 errorRobert Keevil1-1/+4
2007-07-05Fix a (minor) disk corruption when moving directories around. Fixes FS #7359Peter D'Hoye1-5/+58
2007-07-03Fix serious bug in FAT filename check, preventing most files from being creat...Magnus Holmgren1-38/+13