summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-07usb-host-libusb: Set stream id when submitting bulk-stream transfersstable-1.5Hans de Goede1-4/+16
2013-10-07usb-host-libusb: Add alloc / free streams opsHans de Goede1-0/+50
2013-10-07usb-host-libusb: Fill in endpoint max_streams when availableHans de Goede1-0/+12
2013-10-07xhci: Call usb_device_alloc/free_streamsHans de Goede1-0/+117
2013-10-07usb: Add usb_device_alloc/free_streamsHans de Goede2-0/+30
2013-10-07usb: Add max_streams attribute to endpoint infoHans de Goede3-0/+27
2013-10-07usb-hcd-xhci: Update endpoint context dequeue pointer for streams tooHans de Goede1-2/+8
2013-10-07usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stopHans de Goede1-8/+18
2013-10-07usb-hcd-xhci: Remove unused cancelled member from XHCITransferHans de Goede1-5/+0
2013-10-07usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContextHans de Goede1-9/+0
2013-10-07usb-host-libusb: Detach kernel drivers earlierHans de Goede1-2/+5
2013-10-07usb-host-libusb: Configuration 0 may be a valid configurationHans de Goede1-5/+4
2013-09-23usb-host-libusb: Fix reset handlingHans de Goede1-6/+4
2013-09-17usb: Also reset max_packet_size on ep_resetHans de Goede1-0/+3
2013-09-17usb: Fix iovec memleak on combined-packet freeHans de Goede1-0/+1
2013-09-17xhci: Fix memory leak on xhci_disable_epHans de Goede1-0/+5
2013-09-17xhci: Add xhci_epid_to_usbep helper functionHans de Goede1-10/+22
2013-09-17xhci: Init a transfers xhci, slotid and epid member on epctx allocHans de Goede1-3/+3
2013-09-17xhci: Fix number of streams allocated when using streamsHans de Goede1-1/+1
2013-09-17Remove dev-bluetooth.c dependency from vl.cMiroslav Rezanina4-16/+13
2013-09-17Preparation for usb-bt-dongle conditional buildMiroslav Rezanina4-69/+74
2013-09-17usb: sanity check setup_index+setup_len in post_loadGerd Hoffmann1-0/+4
2013-09-17Revert "usb-hub: report status changes only once"Gerd Hoffmann1-5/+1
2013-09-17usb-hub: add tracepoint for status reportsGerd Hoffmann2-0/+2
2013-09-17usb: parallelize usb3 streamsGerd Hoffmann1-3/+4
2013-09-17uas: add property for request loggingGerd Hoffmann1-3/+12
2013-09-17xhci: reset port when disabling slotGerd Hoffmann1-0/+1
2013-09-17xhci: emulate intr endpoint intervals correctlyGerd Hoffmann1-7/+37
2013-09-17xhci: fix endpoint interval calculationGerd Hoffmann1-1/+1
2013-09-17xhci: add port to slot_address tracepointGerd Hoffmann2-2/+2
2013-09-17xhci: add tracepoint for endpoint state changesGerd Hoffmann2-0/+20
2013-09-17xhci: remove leftover debug printfGerd Hoffmann1-2/+0
2013-09-17xhci: implement warm port resetGerd Hoffmann1-2/+11
2013-09-17usb-redir: fix use-after-freeGerd Hoffmann1-0/+1
2013-09-17uhci: egsm fixGerd Hoffmann1-0/+7
2013-09-17usb: fix serial number for hid devicesGerd Hoffmann1-0/+12
2013-09-17usb: add serial bus propertyGerd Hoffmann5-10/+14
2013-09-17usb/host-libusb: Fix building with libusb git master codeHans de Goede1-0/+4
2013-09-17usb/hcd-ehci: Add Faraday FUSBH200 supportKuo-Jung Su2-0/+87
2013-09-17usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su4-14/+28
2013-09-17usb/hcd-ehci: Add Tegra2 SysBus EHCI deviceAndreas Färber2-0/+16
2013-09-17usb/hcd-ehci: Split off instance_init from realizeAndreas Färber4-20/+44
2013-09-17usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber4-10/+9
2013-09-17xhci: add live migration supportGerd Hoffmann1-1/+163
2013-09-17xhci: add xhci_init_epctxGerd Hoffmann1-18/+25
2013-09-17xhci: add xhci_alloc_epctxGerd Hoffmann1-11/+21
2013-09-17xhci: add XHCISlot->addressedGerd Hoffmann1-0/+3
2013-09-17pci: add VMSTATE_MSIXGerd Hoffmann2-0/+44
2013-09-17Fix build with latest libfdtHans de Goede1-0/+6
2013-08-22Update VERSION for 1.5.3 releaseMichael Roth1-1/+1