summaryrefslogtreecommitdiffstats
path: root/firmware/usbstack
AgeCommit message (Expand)AuthorFilesLines
2007-11-30Add a working serial driver to usb stack. At the moment it simply echos back ...Christian Gmeiner3-11/+142
2007-11-24Added support for 'deconfiguration'.Björn Stenberg1-1/+4
2007-11-24Fixed memory corruption bug for those testing usb_storage.Björn Stenberg1-1/+1
2007-11-24Added GET_CONFIGURATION. Added usb state tracking. Changed charger pktsize to...Björn Stenberg1-6/+25
2007-11-23Re-added USB charger detection and auto reboot on host connect.Björn Stenberg1-0/+12
2007-11-23Enable usbstack on ipods.Björn Stenberg1-3/+3
2007-11-22New USB stackBjörn Stenberg16-1864/+1012
2007-09-30first part of usbstack patches -> show and use selection of usb stack mode on...Christian Gmeiner2-34/+1
2007-09-20Get/Set Interface - just stores the value, makes one more compliance test passPeter D'Hoye1-4/+17
2007-09-19usb stack code police, fix some warnings and set svn keywords correctlyPeter D'Hoye5-22/+49
2007-09-17code police, no functional changesPeter D'Hoye5-34/+60
2007-09-06usb stack: add support for standard request get stringChristian Gmeiner3-18/+106
2007-08-30remove some debug.. Christian Gmeiner2-4/+1
2007-08-29add missing get configuration request handlingChristian Gmeiner1-0/+9
2007-08-29make USB Command Verifier happyChristian Gmeiner2-0/+17
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 Gmeiner3-2/+18
2007-08-29we use only 2 endpointsChristian Gmeiner1-2/+2
2007-08-29code police part two (/me blames his editor)Peter D'Hoye2-4/+4
2007-08-28Remove two more warnings when building the usb stackPeter D'Hoye2-0/+5
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 Gmeiner5-64/+103
2007-08-27Set svn:keywordsDave Chapman13-13/+13
2007-08-27Cosmetic changes only - tab, whitespace and brace policingDave Chapman10-397/+398
2007-08-27fix lang problem and little clean upChristian Gmeiner1-1/+0
2007-08-27Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner13-0/+1677