aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2012-05-14Merge remote-tracking branch 'kraxel/usb.50' into stagingAnthony Liguori
2012-05-14usb-host: handle guest-issued clear haltGerd Hoffmann
2012-05-14fix some common typosJim Meyering
2012-04-26usb-uhci: update irq line on resetGerd Hoffmann
2012-04-26usb: add serial number generatorGerd Hoffmann
2012-04-26usb-redir: Not finding an async urb id is not an errorHans de Goede
2012-04-26usb-redir: Reset device address and speed on disconnectHans de Goede
2012-04-26usb-redir: An interface count of 0 is a valid valueHans de Goede
2012-04-26usb-xhci: fix bit testLai Jiangshan
2012-04-26usb-xhci: Use PCI DMA helper functionsDavid Gibson
2012-04-26usb-host: fix zero-length packetsGerd Hoffmann
2012-04-26usb-host: don't dereference invalid iovecsGerd Hoffmann
2012-04-26usb-storage: fix request cancelingGerd Hoffmann
2012-04-26usb-ehci: Ensure frindex writes leave a valid frindex valueHans de Goede
2012-04-26usb-ehci: add missing usb_packet_init() callGerd Hoffmann
2012-04-26usb-ehci: remove hackGerd Hoffmann
2012-04-17usb-ehci: drop assert()Gerd Hoffmann
2012-04-17usb-redir: Notify our peer when we reject a device due to a speed mismatchHans de Goede
2012-04-17usb-ehci: Drop unused sofv valueHans de Goede
2012-04-17usb-host: rewrite usb_linux_update_endp_tableGerd Hoffmann
2012-04-17usb: use USBDescriptor for endpoint descriptors.Gerd Hoffmann
2012-04-17usb: use USBDescriptor for interface descriptors.Gerd Hoffmann
2012-04-17usb: use USBDescriptor for config descriptors.Gerd Hoffmann
2012-04-17usb: use USBDescriptor for device qualifier descriptors.Gerd Hoffmann
2012-04-17usb: add USBDescriptor, use for device descriptors.Gerd Hoffmann
2012-04-17usb-ehci: frindex always is a 14 bits counterHans de Goede
2012-04-17usb-ehci: fix ehci_child_detachGerd Hoffmann
2012-04-17usb-hub: add tracepointsGerd Hoffmann
2012-04-17usb_packet_set_state: handle p->ep == NULLGerd Hoffmann
2012-04-17usb-host: add property to turn off pipeliningGerd Hoffmann
2012-04-17usb-host: add usb packet to request tracepointsGerd Hoffmann
2012-04-17usb-host: trace canceled requestsGerd Hoffmann
2012-04-17usb-host: trace emulated requestsGerd Hoffmann
2012-04-17Add bootindex support to usb-host and usb-redirGerd Hoffmann
2012-04-17usb-uhci: queuing fixGerd Hoffmann
2012-04-17usb-uhci: stop queue filling when we find a in-flight tdGerd Hoffmann
2012-04-17usb/vmstate: add parent dev pathGerd Hoffmann
2012-04-09qdev: qdev_unplug(): use error_set()Luiz Capitulino
2012-03-13Endian fix an assertion in usb-msdBenjamin Herrenschmidt
2012-03-13uhci: alloc can't fail, drop check.Gerd Hoffmann
2012-03-13uhci: new uhci_handle_td return code for tds still in flightGerd Hoffmann
2012-03-13uhci: renumber uhci_handle_td return codesGerd Hoffmann
2012-03-13uhci: use enum for uhci_handle_td return codesGerd Hoffmann
2012-03-13uhci: tracing supportGerd Hoffmann
2012-03-13uhci: cancel on schedule stop.Gerd Hoffmann
2012-03-13uhci: fix uhci_async_cancel_allGerd Hoffmann
2012-03-13uhci: pass addr to uhci_async_allocGerd Hoffmann
2012-03-13usb: improve packet state sanity checksGerd Hoffmann
2012-03-13usb-ohci: DMA writeback bug fixesWei Yang
2012-03-13usb-ehci: drop unused isoch_pause variableHans de Goede