aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/usb.h
Commit message (Expand)AuthorAgeFilesLines
* usb: add hub portmapGerd Hoffmann2017-07-251-0/+1
* usb: Remove usbdev->slotid fieldKevin O'Connor2016-01-071-1/+0
* usb: Control transfers always have an 8 byte command sizeKevin O'Connor2015-01-071-0/+2
* usb: Use usb_realloc_pipe for pipe alloc, update, and free.Kevin O'Connor2014-10-161-3/+3
* usb: Clarify usb freelist manipulationsKevin O'Connor2014-10-161-1/+3
* usb: Rename free_pipe() to usb_free_pipe()Kevin O'Connor2014-10-161-1/+1
* usb: Rename send_default_control() to usb_send_default_control()Kevin O'Connor2014-10-161-2/+2
* usb: Rename findEndPointDesc() to usb_find_desc()Kevin O'Connor2014-10-161-2/+2
* usb: Rename usb_getFrameExp() to usb_get_period()Kevin O'Connor2014-10-161-2/+2
* usb: Perform device detect polling on all usb controllers.Kevin O'Connor2014-09-161-0/+1
* usb-hub: Enable power to all ports prior to calling usb_enumerate().Kevin O'Connor2014-09-101-1/+0
* xhci: Update the times for usb command timeouts.Kevin O'Connor2014-06-141-0/+5
* xhci: Run the XHCI driver entirely in 32bit mode.Kevin O'Connor2014-01-291-0/+1
* xhci: Eliminate 'struct xhci_device'.Kevin O'Connor2014-01-291-0/+1
* usb: Replace EHCI to UHCI/OHCI synchronization with new scheme.Kevin O'Connor2013-12-271-1/+0
* usb: add xhci supportGerd Hoffmann2013-09-191-7/+9
* uas: add (temporary) superspeed stopgapGerd Hoffmann2013-09-191-0/+1
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-1/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+241