summaryrefslogtreecommitdiff
path: root/firmware/usbstack/usb_core.c (follow)
Commit message (Expand)AuthorAge
...
* 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
* Major USB stack improvements. It now works at nearly the maximum speed for a ...Frank Gevaerts2008-02-20
* 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
* 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