aboutsummaryrefslogtreecommitdiff
path: root/src/hw/usb.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-13usb: add boot prio support for mmio host adaptersGerd Hoffmann1-0/+1
2017-07-25usb: add hub portmapGerd Hoffmann1-0/+1
2016-01-07usb: Remove usbdev->slotid fieldKevin O'Connor1-1/+0
2015-01-07usb: Control transfers always have an 8 byte command sizeKevin O'Connor1-0/+2
2014-10-16usb: Use usb_realloc_pipe for pipe alloc, update, and free.Kevin O'Connor1-3/+3
2014-10-16usb: Clarify usb freelist manipulationsKevin O'Connor1-1/+3
2014-10-16usb: Rename free_pipe() to usb_free_pipe()Kevin O'Connor1-1/+1
2014-10-16usb: Rename send_default_control() to usb_send_default_control()Kevin O'Connor1-2/+2
2014-10-16usb: Rename findEndPointDesc() to usb_find_desc()Kevin O'Connor1-2/+2
2014-10-16usb: Rename usb_getFrameExp() to usb_get_period()Kevin O'Connor1-2/+2
2014-09-16usb: Perform device detect polling on all usb controllers.Kevin O'Connor1-0/+1
2014-09-10usb-hub: Enable power to all ports prior to calling usb_enumerate().Kevin O'Connor1-1/+0
2014-06-14xhci: Update the times for usb command timeouts.Kevin O'Connor1-0/+5
2014-01-29xhci: Run the XHCI driver entirely in 32bit mode.Kevin O'Connor1-0/+1
2014-01-29xhci: Eliminate 'struct xhci_device'.Kevin O'Connor1-0/+1
2013-12-27usb: Replace EHCI to UHCI/OHCI synchronization with new scheme.Kevin O'Connor1-1/+0
2013-09-19usb: add xhci supportGerd Hoffmann1-7/+9
2013-09-19uas: add (temporary) superspeed stopgapGerd Hoffmann1-0/+1
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-1/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+241