summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede2012-11-011-2/+21
* usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka2012-11-011-1/+29
* usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede2012-11-011-2/+3
* usb-redir: Add an usbredir_setup_usb_eps() helper functionHans de Goede2012-11-011-23/+22
* usb-redir: Add support for input pipeliningHans de Goede2012-11-011-10/+53
* usb-redir: Add support for 32 bits bulk packet lengthHans de Goede2012-11-011-1/+6
* combined-packet: Add a workaround for Linux usbfs + live migrationHans de Goede2012-11-011-2/+5
* usb: Add packet combining functionsHans de Goede2012-11-013-1/+181
* uhci: Don't crash on device disconnectHans de Goede2012-11-011-0/+5
* uhci: Add a uhci_handle_td_error() helper functionHans de Goede2012-11-011-43/+47
* usb/ehci-pci: add helper to create ich9 usb controllersGerd Hoffmann2012-11-011-0/+53
* usb/ehci-pci: add ich9 00:1a.* variantGerd Hoffmann2012-11-011-1/+6
* usb/ehci-pci: dynamic type generationGerd Hoffmann2012-11-011-31/+35
* uhci: add ich9 00:1a.* variantsGerd Hoffmann2012-11-011-3/+24
* uhci: stick irq routing info into UHCIInfo too.Gerd Hoffmann2012-11-011-14/+18
* uhci: dynamic type generationGerd Hoffmann2012-11-011-126/+70
* usb/ehci: add sysbus variantGerd Hoffmann2012-11-012-1/+78
* usb/ehci: split into multiple source filesGerd Hoffmann2012-11-014-424/+462
* usb/ehci: Guard definition of EHCI_DEBUGPeter Crosthwaite2012-11-011-0/+2
* usb/ehci: seperate out PCIismsPeter Crosthwaite2012-11-011-52/+72
* usb/ehci: Abstract away PCI DMA APIPeter Crosthwaite2012-11-011-5/+8
* usb/ehci: parameterise the register region offsetsPeter Crosthwaite2012-11-011-32/+36
* xhci: allow address slot being called multiple timesGerd Hoffmann2012-11-011-2/+7
* xhci: add port trace pointsGerd Hoffmann2012-11-011-1/+5
* xhci: set pls in xhci_port_update & xhci_port_resetGerd Hoffmann2012-11-011-2/+24
* xhci: add xhci_port_resetGerd Hoffmann2012-11-011-4/+9
* xhci: add xhci_port_notifyGerd Hoffmann2012-11-011-14/+17
* xhci: add xhci_port_have_deviceGerd Hoffmann2012-11-011-2/+12
* xhci: s/xhci_update_port/xhci_port_update/Gerd Hoffmann2012-11-011-5/+5
* xhci: add {get,set}_field macros & enum for plsGerd Hoffmann2012-11-011-8/+31
* xhci: fix usb name in capsGerd Hoffmann2012-10-251-2/+2
* xhci: make number of interrupters and slots configurableGerd Hoffmann2012-10-251-31/+48
* xhci: allow disabling interruptersGerd Hoffmann2012-10-251-0/+6
* xhci: flush endpoint context unconditinallyGerd Hoffmann2012-10-251-3/+0
* xhci: fix function name in error messageGerd Hoffmann2012-10-251-1/+1
* uhci: Use only one queue for ctrl endpointsHans de Goede2012-10-251-2/+7
* uhci: Retry to fill the queue while waiting for td completionHans de Goede2012-10-251-3/+13
* uhci: Always mark a queue valid when we encounter itHans de Goede2012-10-251-8/+7
* uhci: When the guest marks a pending td non-active, cancel the queueHans de Goede2012-10-251-0/+4
* uhci: Detect guest td re-useHans de Goede2012-10-251-17/+16
* uhci: Verify queue has not been changed by guestHans de Goede2012-10-251-17/+45
* uhci: Immediately free queues on device disconnectHans de Goede2012-10-251-9/+4
* uhci: Store ep in UHCIQueueHans de Goede2012-10-251-16/+14
* uhci: Make uhci_fill_queue() actually operate on an UHCIQueueHans de Goede2012-10-251-15/+16
* uhci: Add uhci_read_td() helper functionHans de Goede2012-10-251-10/+11
* uhci: Rename UHCIAsync->td to UHCIAsync->td_addrHans de Goede2012-10-251-19/+25
* uhci: Move emptying of the queue's asyncs' queue to uhci_queue_freeHans de Goede2012-10-251-12/+10
* uhci: Drop unnecessary forward declaration of some static functionsHans de Goede2012-10-251-3/+0
* uhci: Don't retry on errorHans de Goede2012-10-251-43/+19
* uhci: cleanup: Add an unlink call to uhci_async_cancel()Hans de Goede2012-10-251-3/+1
OpenPOWER on IntegriCloud