index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
usbstack
Age
Commit message (
Expand
)
Author
2007-11-30
Add a working serial driver to usb stack. At the moment it simply echos back ...
Christian Gmeiner
2007-11-24
Added support for 'deconfiguration'.
Björn Stenberg
2007-11-24
Fixed memory corruption bug for those testing usb_storage.
Björn Stenberg
2007-11-24
Added GET_CONFIGURATION. Added usb state tracking. Changed charger pktsize to...
Björn Stenberg
2007-11-23
Re-added USB charger detection and auto reboot on host connect.
Björn Stenberg
2007-11-23
Enable usbstack on ipods.
Björn Stenberg
2007-11-22
New USB stack
Björn Stenberg
2007-09-30
first part of usbstack patches -> show and use selection of usb stack mode on...
Christian Gmeiner
2007-09-20
Get/Set Interface - just stores the value, makes one more compliance test pass
Peter D'Hoye
2007-09-19
usb stack code police, fix some warnings and set svn keywords correctly
Peter D'Hoye
2007-09-17
code police, no functional changes
Peter D'Hoye
2007-09-06
usb stack: add support for standard request get string
Christian Gmeiner
2007-08-30
remove some debug..
Christian Gmeiner
2007-08-29
add missing get configuration request handling
Christian Gmeiner
2007-08-29
make USB Command Verifier happy
Christian Gmeiner
2007-08-29
add support to switch device driver at runtime
Christian Gmeiner
2007-08-29
endpoint address was only set in fs descriptor, but we need it in hs too. Upd...
Christian Gmeiner
2007-08-29
we use only 2 endpoints
Christian Gmeiner
2007-08-29
code police part two (/me blames his editor)
Peter D'Hoye
2007-08-28
Remove two more warnings when building the usb stack
Peter D'Hoye
2007-08-28
binding a device driver could fail.. handle this case
Christian Gmeiner
2007-08-28
Add support for full and highspeed in stack and drivers.
Christian Gmeiner
2007-08-27
Set svn:keywords
Dave Chapman
2007-08-27
Cosmetic changes only - tab, whitespace and brace policing
Dave Chapman
2007-08-27
fix lang problem and little clean up
Christian Gmeiner
2007-08-27
Usb Stack: only setup packet handling, and not enabled by default as there is...
Christian Gmeiner