index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
usb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor USB hub code.
Kevin O'Connor
2010-03-28
1
-3
/
+22
*
Add USB EHCI controller support.
Kevin O'Connor
2010-03-09
1
-2
/
+10
*
Some USB UHCI and OHCI fixes and cleanups.
Kevin O'Connor
2010-03-09
1
-1
/
+0
*
Dynamically allocate USB controller structures.
Kevin O'Connor
2010-03-09
1
-16
/
+4
*
Replace USB encoded 'u32 endp' scheme with explicit struct fields.
Kevin O'Connor
2010-03-09
1
-49
/
+30
*
Further parallelize USB init by launching a thread per usb port.
Kevin O'Connor
2010-03-09
1
-1
/
+5
*
Prefer passing a USB "pipe" structure over a USB endp encoding.
Kevin O'Connor
2010-02-28
1
-8
/
+10
*
Initial support for booting from USB drives.
Kevin O'Connor
2010-02-17
1
-0
/
+2
*
Introduce helper functions for finding USB end-points.
Kevin O'Connor
2010-02-17
1
-0
/
+4
*
Add symbolic definitions for USB delays.
Kevin O'Connor
2010-02-14
1
-0
/
+9
*
Support USB interrupt schedules on OHCI and UHCI.
Kevin O'Connor
2010-02-13
1
-1
/
+1
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-1
/
+1
*
Expand USB OHCI support.
Kevin O'Connor
2009-10-17
1
-0
/
+1
*
Add stubs for USB OHCI support.
Kevin O'Connor
2009-10-12
1
-5
/
+21
*
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
2009-09-28
1
-0
/
+181