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-hid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
2010-09-25
1
-9
/
+0
*
Fix error causing USB HID "boot" protocol to not be enabled.
Kevin O'Connor
2010-05-01
1
-2
/
+2
*
Add support for USB mice.
Kevin O'Connor
2010-05-01
1
-17
/
+167
*
When USB keyboard active, don't send keyboard commands to ps2 port.
Kevin O'Connor
2010-05-01
1
-0
/
+23
*
Document usb-hid.c functions.
Kevin O'Connor
2010-05-01
1
-0
/
+10
*
Replace USB encoded 'u32 endp' scheme with explicit struct fields.
Kevin O'Connor
2010-03-09
1
-3
/
+2
*
Prefer passing a USB "pipe" structure over a USB endp encoding.
Kevin O'Connor
2010-02-28
1
-12
/
+13
*
Introduce helper functions for finding USB end-points.
Kevin O'Connor
2010-02-17
1
-18
/
+8
*
Minor - increase debug level of some USB debug statements.
Kevin O'Connor
2010-02-14
1
-1
/
+1
*
Support USB keyboard auto-repeat.
Kevin O'Connor
2010-02-11
1
-16
/
+84
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-2
/
+2
*
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
2009-10-24
1
-0
/
+1
*
Expand USB OHCI support.
Kevin O'Connor
2009-10-17
1
-1
/
+1
*
Add stubs for USB OHCI support.
Kevin O'Connor
2009-10-12
1
-2
/
+2
*
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
2009-09-28
1
-0
/
+185