Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dynamically allocate USB controller structures. | Kevin O'Connor | 2010-03-09 | 1 | -2/+1 |
* | Replace USB encoded 'u32 endp' scheme with explicit struct fields. | Kevin O'Connor | 2010-03-09 | 1 | -3/+3 |
* | Prefer passing a USB "pipe" structure over a USB endp encoding. | Kevin O'Connor | 2010-02-28 | 1 | -1/+5 |
* | Support USB interrupt schedules on OHCI and UHCI. | Kevin O'Connor | 2010-02-13 | 1 | -1/+1 |
* | Add simple cooperative threading scheme to allow parallel hw init. | Kevin O'Connor | 2009-10-24 | 1 | -1/+1 |
* | Expand USB OHCI support. | Kevin O'Connor | 2009-10-17 | 1 | -2/+43 |
* | Add stubs for USB OHCI support. | Kevin O'Connor | 2009-10-12 | 1 | -0/+97 |