aboutsummaryrefslogtreecommitdiff
path: root/src/hw/usb-ohci.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-09ohci workHelge Deller1-44/+47
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-02ohci: Convert to new PCI BAR helper functionsKevin O'Connor1-9/+8
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-0/+3
2015-01-07usb: Control transfers always have an 8 byte command sizeKevin O'Connor1-2/+2
2015-01-07ohci: Merge ohci_send_control with ohci_send_bulkKevin O'Connor1-60/+30
2015-01-01usb: Add support for OHCI bulk transfersKevin O'Connor1-17/+71
2014-10-16ohci: Export ohci_realloc_pipe() instead of ohci_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-16usb: Perform device detect polling on all usb controllers.Kevin O'Connor1-15/+2
2014-09-16ohci: Repeatedly poll for device detect for 100ms.Kevin O'Connor1-4/+11
2014-06-14ohci: Update usb command timeouts to use usb_xfer_time()Kevin O'Connor1-4/+3
2013-12-27usb: Replace EHCI to UHCI/OHCI synchronization with new scheme.Kevin O'Connor1-5/+16
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-6/+7
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/+534