aboutsummaryrefslogtreecommitdiff
path: root/src/hw/usb-ehci.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-14usb-ehci: Clear pipe token on pipe reallocaterel-1.12.11.12-stableKevin O'Connor1-0/+1
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-1/+1
2016-02-03pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor1-3/+1
2016-02-02ehci: Convert to new PCI BAR helper functionsKevin O'Connor1-6/+6
2016-02-02usb: Eliminate USB controller setup threadKevin O'Connor1-1/+0
2016-02-02ehci: Only delay UHCI/OHCI port scan until after EHCI setup completesKevin O'Connor1-3/+7
2015-01-07usb: Control transfers always have an 8 byte command sizeKevin O'Connor1-3/+3
2015-01-07ehci: Merge ehci_send_control with ehci_send_bulkKevin O'Connor1-66/+30
2015-01-07ehci: Simplify fillTDbuffer() and renameKevin O'Connor1-28/+17
2015-01-07ehci: No need to support td array wrappingKevin O'Connor1-15/+13
2014-10-16ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe()Kevin O'Connor1-2/+5
2014-10-16usb: Clarify usb freelist manipulationsKevin O'Connor1-2/+2
2014-10-16usb: Rename usb_getFrameExp() to usb_get_period()Kevin O'Connor1-1/+1
2014-10-16usb: Rename ?hci_control() to ?hci_send_control()Kevin O'Connor1-2/+2
2014-09-16ehci: Fix bug in hub port assignmentKevin O'Connor1-1/+1
2014-09-16usb: Perform device detect polling on all usb controllers.Kevin O'Connor1-2/+2
2014-09-16ehci: Stall uhci/ohci init only until default port routing is done.Kevin O'Connor1-18/+13
2014-09-10ehci: Move port power up from ehci_hub_detect() to check_ehci_ports().Kevin O'Connor1-13/+12
2014-06-14ehci: Update usb command timeouts to use usb_xfer_time()Kevin O'Connor1-5/+6
2014-01-20ehci: memset the qTD structures in ehci_alloc_intr_pipeKevin O'Connor1-0/+2
2013-12-27usb: Replace EHCI to UHCI/OHCI synchronization with new scheme.Kevin O'Connor1-56/+27
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-1/+0
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-7/+8
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor1-0/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+723