summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-09-04Include some more stuff in the tarballs.Jonas Häggqvist1-0/+2
2007-09-04fix sub-string comparisonRobert Kukla1-1/+1
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman14-85/+145
2007-09-03Fix FS#7698, UTF-16 comments not read correctly. Also ignore more iTunes comm...Magnus Holmgren1-8/+29
2007-09-02Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...Jonathan Gordon3-0/+31
2007-09-02Accept patch in FS#6869 by Justin Foell, increases maximum settable battery c...Nils Wallménius2-3/+2
2007-08-30remove unused varsChristian Gmeiner1-5/+2
2007-08-30* remove more debugChristian Gmeiner2-47/+70
2007-08-30remove some debug.. Christian Gmeiner3-10/+1
2007-08-30add usb state handling and other small fixesChristian Gmeiner1-5/+22
2007-08-29add missing get configuration request handlingChristian Gmeiner1-0/+9
2007-08-29make USB Command Verifier happyChristian Gmeiner2-0/+17
2007-08-29if new speed is used speed stopChristian Gmeiner1-0/+4
2007-08-29add support to switch device driver at runtimeChristian Gmeiner4-2/+14
2007-08-29endpoint address was only set in fs descriptor, but we need it in hs too. Upd...Christian Gmeiner4-6/+18
2007-08-29upppsChristian Gmeiner1-2/+2
2007-08-29we use only 2 endpointsChristian Gmeiner3-5/+15
2007-08-29code police part two (/me blames his editor)Peter D'Hoye2-4/+4
2007-08-29code police part one...Peter D'Hoye2-47/+71
2007-08-29Add the define for the usb stack (in comment) on targets that can be used for...Peter D'Hoye9-2/+45
2007-08-28Remove two more warnings when building the usb stackPeter D'Hoye2-0/+5
2007-08-28Remove a warning when building the stack and add some comment in the ifdef hellPeter D'Hoye1-6/+8
2007-08-28binding a device driver could fail.. handle this caseChristian Gmeiner6-11/+19
2007-08-28Add support for full and highspeed in stack and drivers.Christian Gmeiner7-85/+121
2007-08-27Set svn:keywordsDave Chapman15-15/+15
2007-08-27Cosmetic changes only - tab, whitespace and brace policingDave Chapman13-559/+562
2007-08-27Oops, arcotg_udc.h is also needed when HAVE_USBSTACK is enabledDave Chapman1-2/+1
2007-08-27Add the new USB code to the source tarballsDave Chapman1-0/+4
2007-08-27Repair the USB detection on ipods and H10s which was broken by commit 14470. ...Dave Chapman3-4/+61
2007-08-27arcotg_udc.c should not have been removed - restore it in the new location fo...Dave Chapman1-0/+135
2007-08-27fix lang problem and little clean upChristian Gmeiner1-1/+0
2007-08-27remove old driverChristian Gmeiner1-135/+0
2007-08-27green now?Christian Gmeiner1-0/+1
2007-08-27fix red and yellow - i hope and double content in some files.. dont ask how t...Christian Gmeiner4-738/+2
2007-08-27oops... disable stackChristian Gmeiner1-1/+1
2007-08-27Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner23-68/+4396
2007-08-25Remove some debug code. Remove some unnecessary checks.Magnus Holmgren2-22/+8
2007-08-25Small ReplayGain cleanup. Move RVA2 specific code to id3.c and don't do the p...Magnus Holmgren3-98/+131
2007-08-23FS #6639 - Fixes for Last.fm logging on HWCODEC targets by Boris GjeneroRobert Keevil1-35/+40
2007-08-22FS#7634: Add support for high capacity microSD cards (SDHC). We now support S...Barry Wardell1-32/+93
2007-08-21H10: add more time between enabling touch-pad and reading ADC. Greatly improv...Peter D'Hoye2-2/+7
2007-08-18iPod 1st Gen: Dynamic wheel enable. This reduces wheel power consumption to a...Jens Arnold1-13/+36
2007-08-18iPod 1st Gen: Electronically disable the wheel when hold is enabled, saving q...Jens Arnold1-0/+11
2007-08-17H300: Read battery voltage with 10bit precision.Jens Arnold2-7/+10
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold43-271/+936
2007-08-16Fix signedness bug in trickle charge proportional adjustment which became vis...Jens Arnold1-1/+1
2007-08-15Switch to using millivolt for battery voltage and other internal voltages. * ...Jens Arnold2-133/+121
2007-08-15Make the wheel work on 1st gen iPod.Jens Arnold1-2/+9
2007-08-14The target power handling code isn't meant to be compiled for the sim.Jens Arnold1-5/+5
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold21-338/+397