aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/usb-uhci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-1/+2
* pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor2016-02-031-3/+1
* uhci: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-7/+9
* usb: Eliminate USB controller setup threadKevin O'Connor2016-02-021-1/+0
* ehci: Only delay UHCI/OHCI port scan until after EHCI setup completesKevin O'Connor2016-02-021-0/+4
* usb: Control transfers always have an 8 byte command sizeKevin O'Connor2015-01-071-3/+3
* uhci: Merge uhci_send_control with uhci_send_bulkKevin O'Connor2015-01-071-61/+35
* uhci: Increase bulk transfer STACKTDS to 16Kevin O'Connor2015-01-011-2/+2
* uhci: Enable "depth" tree traversal for bulk transfersKevin O'Connor2015-01-011-3/+3
* uhci: Export uhci_realloc_pipe() instead of uhci_alloc_pipe()Kevin O'Connor2014-10-161-2/+5
* usb: Clarify usb freelist manipulationsKevin O'Connor2014-10-161-2/+2
* usb: Rename usb_getFrameExp() to usb_get_period()Kevin O'Connor2014-10-161-1/+1
* usb: Rename ?hci_control() to ?hci_send_control()Kevin O'Connor2014-10-161-2/+2
* usb: Perform device detect polling on all usb controllers.Kevin O'Connor2014-09-161-13/+5
* uhci: Repeatedly poll for device detect for 100ms.Kevin O'Connor2014-09-161-4/+11
* uhci: Update usb command timeouts to use usb_xfer_time()Kevin O'Connor2014-06-141-7/+6
* usb: Replace EHCI to UHCI/OHCI synchronization with new scheme.Kevin O'Connor2013-12-271-5/+16
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-1/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-6/+7
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+578