aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi
2013-10-31Merge remote-tracking branch 'kraxel/usb.91' into stagingAnthony Liguori
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-22usb-hcd-xhci: Update endpoint context dequeue pointer for streams tooHans de Goede
2013-10-22usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stopHans de Goede
2013-10-22usb-hcd-xhci: Remove unused cancelled member from XHCITransferHans de Goede
2013-10-22usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContextHans de Goede
2013-10-22usb-host-libusb: Detach kernel drivers earlierHans de Goede
2013-10-22usb-host-libusb: Configuration 0 may be a valid configurationHans de Goede
2013-10-22usb-host-libusb: Fix reset handlingHans de Goede
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-10-02pci-ohci: Add missing 'break' in ohci_service_tdJán Veselý
2013-09-19usb: Fix iovec memleak on combined-packet freeHans de Goede
2013-09-19usb: Also reset max_packet_size on ep_resetHans de Goede
2013-09-19xhci: Fix memory leak on xhci_disable_epHans de Goede
2013-09-19xhci: Add xhci_epid_to_usbep helper functionHans de Goede
2013-09-19xhci: Init a transfers xhci, slotid and epid member on epctx allocHans de Goede
2013-09-19xhci: Fix number of streams allocated when using streamsHans de Goede
2013-09-19usb: remove old usb-host codeGerd Hoffmann
2013-09-10ehci: save device pointer in EHCIStateGerd Hoffmann
2013-09-10Remove dev-bluetooth.c dependency from vl.cMiroslav Rezanina
2013-09-10usb: sanity check setup_index+setup_len in post_loadGerd Hoffmann
2013-09-03Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori
2013-09-02usb/dev-hid: Modified usb-tablet category from Misc to InputMarcel Apfelbaum
2013-09-02Revert "usb-hub: report status changes only once"Gerd Hoffmann
2013-09-02usb-hub: add tracepoint for status reportsGerd Hoffmann
2013-09-02usb: parallelize usb3 streamsGerd Hoffmann
2013-09-02uas: add property for request loggingGerd Hoffmann
2013-09-02xhci: reset port when disabling slotGerd Hoffmann
2013-09-02xhci: emulate intr endpoint intervals correctlyGerd Hoffmann
2013-09-02xhci: fix endpoint interval calculationGerd Hoffmann
2013-09-02xhci: add port to slot_address tracepointGerd Hoffmann
2013-09-02xhci: add tracepoint for endpoint state changesGerd Hoffmann
2013-09-02xhci: remove leftover debug printfGerd Hoffmann
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh
2013-08-08xhci: implement warm port resetGerd Hoffmann
2013-08-01usb-redir: fix use-after-freeGerd Hoffmann
2013-08-01xhci: fix segfaultGerd Hoffmann
2013-07-30hcd-ohci: add dma error handlingAlexey Kardashevskiy
2013-07-30uhci: egsm fixGerd Hoffmann
2013-07-30xhci: handle USB_RET_IOERRORGerd Hoffmann
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber
2013-07-23ohci: Use QOM realize for OHCIHu Tao