aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2012-11-01usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede
2012-11-01usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka
2012-11-01usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede
2012-11-01usb-redir: Add an usbredir_setup_usb_eps() helper functionHans de Goede
2012-11-01usb-redir: Add support for input pipeliningHans de Goede
2012-11-01usb-redir: Add support for 32 bits bulk packet lengthHans de Goede
2012-11-01combined-packet: Add a workaround for Linux usbfs + live migrationHans de Goede
2012-11-01usb: Add packet combining functionsHans de Goede
2012-11-01uhci: Don't crash on device disconnectHans de Goede
2012-11-01uhci: Add a uhci_handle_td_error() helper functionHans de Goede
2012-11-01usb/ehci-pci: add helper to create ich9 usb controllersGerd Hoffmann
2012-11-01usb/ehci-pci: add ich9 00:1a.* variantGerd Hoffmann
2012-11-01usb/ehci-pci: dynamic type generationGerd Hoffmann
2012-11-01uhci: add ich9 00:1a.* variantsGerd Hoffmann
2012-11-01uhci: stick irq routing info into UHCIInfo too.Gerd Hoffmann
2012-11-01uhci: dynamic type generationGerd Hoffmann
2012-11-01usb/ehci: add sysbus variantGerd Hoffmann
2012-11-01usb/ehci: split into multiple source filesGerd Hoffmann
2012-11-01usb/ehci: Guard definition of EHCI_DEBUGPeter Crosthwaite
2012-11-01usb/ehci: seperate out PCIismsPeter Crosthwaite
2012-11-01usb/ehci: Abstract away PCI DMA APIPeter Crosthwaite
2012-11-01usb/ehci: parameterise the register region offsetsPeter Crosthwaite
2012-11-01xhci: allow address slot being called multiple timesGerd Hoffmann
2012-11-01xhci: add port trace pointsGerd Hoffmann
2012-11-01xhci: set pls in xhci_port_update & xhci_port_resetGerd Hoffmann
2012-11-01xhci: add xhci_port_resetGerd Hoffmann
2012-11-01xhci: add xhci_port_notifyGerd Hoffmann
2012-11-01xhci: add xhci_port_have_deviceGerd Hoffmann
2012-11-01xhci: s/xhci_update_port/xhci_port_update/Gerd Hoffmann
2012-11-01xhci: add {get,set}_field macros & enum for plsGerd Hoffmann
2012-10-25xhci: fix usb name in capsGerd Hoffmann
2012-10-25xhci: make number of interrupters and slots configurableGerd Hoffmann
2012-10-25xhci: allow disabling interruptersGerd Hoffmann
2012-10-25xhci: flush endpoint context unconditinallyGerd Hoffmann
2012-10-25xhci: fix function name in error messageGerd Hoffmann
2012-10-25uhci: Use only one queue for ctrl endpointsHans de Goede
2012-10-25uhci: Retry to fill the queue while waiting for td completionHans de Goede
2012-10-25uhci: Always mark a queue valid when we encounter itHans de Goede
2012-10-25uhci: When the guest marks a pending td non-active, cancel the queueHans de Goede
2012-10-25uhci: Detect guest td re-useHans de Goede
2012-10-25uhci: Verify queue has not been changed by guestHans de Goede
2012-10-25uhci: Immediately free queues on device disconnectHans de Goede
2012-10-25uhci: Store ep in UHCIQueueHans de Goede
2012-10-25uhci: Make uhci_fill_queue() actually operate on an UHCIQueueHans de Goede
2012-10-25uhci: Add uhci_read_td() helper functionHans de Goede
2012-10-25uhci: Rename UHCIAsync->td to UHCIAsync->td_addrHans de Goede
2012-10-25uhci: Move emptying of the queue's asyncs' queue to uhci_queue_freeHans de Goede
2012-10-25uhci: Drop unnecessary forward declaration of some static functionsHans de Goede
2012-10-25uhci: Don't retry on errorHans de Goede
2012-10-25uhci: cleanup: Add an unlink call to uhci_async_cancel()Hans de Goede