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
/
hw
/
usb-uhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-1
/
+2
*
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
2016-02-03
1
-3
/
+1
*
uhci: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-7
/
+9
*
usb: Eliminate USB controller setup thread
Kevin O'Connor
2016-02-02
1
-1
/
+0
*
ehci: Only delay UHCI/OHCI port scan until after EHCI setup completes
Kevin O'Connor
2016-02-02
1
-0
/
+4
*
usb: Control transfers always have an 8 byte command size
Kevin O'Connor
2015-01-07
1
-3
/
+3
*
uhci: Merge uhci_send_control with uhci_send_bulk
Kevin O'Connor
2015-01-07
1
-61
/
+35
*
uhci: Increase bulk transfer STACKTDS to 16
Kevin O'Connor
2015-01-01
1
-2
/
+2
*
uhci: Enable "depth" tree traversal for bulk transfers
Kevin O'Connor
2015-01-01
1
-3
/
+3
*
uhci: Export uhci_realloc_pipe() instead of uhci_alloc_pipe()
Kevin O'Connor
2014-10-16
1
-2
/
+5
*
usb: Clarify usb freelist manipulations
Kevin O'Connor
2014-10-16
1
-2
/
+2
*
usb: Rename usb_getFrameExp() to usb_get_period()
Kevin O'Connor
2014-10-16
1
-1
/
+1
*
usb: Rename ?hci_control() to ?hci_send_control()
Kevin O'Connor
2014-10-16
1
-2
/
+2
*
usb: Perform device detect polling on all usb controllers.
Kevin O'Connor
2014-09-16
1
-13
/
+5
*
uhci: Repeatedly poll for device detect for 100ms.
Kevin O'Connor
2014-09-16
1
-4
/
+11
*
uhci: Update usb command timeouts to use usb_xfer_time()
Kevin O'Connor
2014-06-14
1
-7
/
+6
*
usb: Replace EHCI to UHCI/OHCI synchronization with new scheme.
Kevin O'Connor
2013-12-27
1
-5
/
+16
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-1
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-6
/
+7
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-0
/
+578