aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb-ohci.h
Commit message (Expand)AuthorAgeFilesLines
* Dynamically allocate USB controller structures.Kevin O'Connor2010-03-091-2/+1
* Replace USB encoded 'u32 endp' scheme with explicit struct fields.Kevin O'Connor2010-03-091-3/+3
* Prefer passing a USB "pipe" structure over a USB endp encoding.Kevin O'Connor2010-02-281-1/+5
* Support USB interrupt schedules on OHCI and UHCI.Kevin O'Connor2010-02-131-1/+1
* Add simple cooperative threading scheme to allow parallel hw init.Kevin O'Connor2009-10-241-1/+1
* Expand USB OHCI support.Kevin O'Connor2009-10-171-2/+43
* Add stubs for USB OHCI support.Kevin O'Connor2009-10-121-0/+97