summaryrefslogtreecommitdiff
path: root/firmware/usbstack (follow)
Commit message (Expand)AuthorAge
...
* move the usb_core thread functionality to the main usb threadFrank Gevaerts2008-02-27
* added support for USB port test modes, which are (a) required by the spec, an...Frank Gevaerts2008-02-26
* some progress towards software-selectability of usb class drivers.Frank Gevaerts2008-02-25
* only set the serial descriptor onceFrank Gevaerts2008-02-25
* Don't send a serial number id USE_ROCKBOX_USB. There is something about the c...Frank Gevaerts2008-02-25
* report usb 1.1 compliance if USE_HIGH_SPEED is not set. This should avoid Win...Frank Gevaerts2008-02-24
* Identify info endianness is already handled in the ATA driver.Jens Arnold2008-02-23
* - Attempt to generate the usb serial number from the disk serial numberFrank Gevaerts2008-02-22
* fix usb string descriptorsFrank Gevaerts2008-02-22
* Improve usb descriptor handling. This should fix any cache and/or alignment r...Frank Gevaerts2008-02-22
* fix wrong LBA range check with sectorsizes larger than 512 bytesFrank Gevaerts2008-02-21
* Major USB stack improvements. It now works at nearly the maximum speed for a ...Frank Gevaerts2008-02-20
* Optimise (replace two loops with one) and bug-fix the ProductId string return...Dave Chapman2008-02-11
* Removed compiler warningBjörn Stenberg2008-02-11
* Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK...Björn Stenberg2008-02-11
* Add a working serial driver to usb stack. At the moment it simply echos back ...Christian Gmeiner2007-11-30
* Added support for 'deconfiguration'.Björn Stenberg2007-11-24
* Fixed memory corruption bug for those testing usb_storage.Björn Stenberg2007-11-24
* Added GET_CONFIGURATION. Added usb state tracking. Changed charger pktsize to...Björn Stenberg2007-11-24
* Re-added USB charger detection and auto reboot on host connect.Björn Stenberg2007-11-23
* Enable usbstack on ipods.Björn Stenberg2007-11-23
* New USB stackBjörn Stenberg2007-11-22
* first part of usbstack patches -> show and use selection of usb stack mode on...Christian Gmeiner2007-09-30
* Get/Set Interface - just stores the value, makes one more compliance test passPeter D'Hoye2007-09-20
* usb stack code police, fix some warnings and set svn keywords correctlyPeter D'Hoye2007-09-19
* code police, no functional changesPeter D'Hoye2007-09-17
* usb stack: add support for standard request get stringChristian Gmeiner2007-09-06
* remove some debug.. Christian Gmeiner2007-08-30
* add missing get configuration request handlingChristian Gmeiner2007-08-29
* make USB Command Verifier happyChristian Gmeiner2007-08-29
* add support to switch device driver at runtimeChristian Gmeiner2007-08-29
* endpoint address was only set in fs descriptor, but we need it in hs too. Upd...Christian Gmeiner2007-08-29
* we use only 2 endpointsChristian Gmeiner2007-08-29
* code police part two (/me blames his editor)Peter D'Hoye2007-08-29
* Remove two more warnings when building the usb stackPeter D'Hoye2007-08-28
* binding a device driver could fail.. handle this caseChristian Gmeiner2007-08-28
* Add support for full and highspeed in stack and drivers.Christian Gmeiner2007-08-28
* Set svn:keywordsDave Chapman2007-08-27
* Cosmetic changes only - tab, whitespace and brace policingDave Chapman2007-08-27
* fix lang problem and little clean upChristian Gmeiner2007-08-27
* Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner2007-08-27