summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-09usb-redir: Allow redirecting super speed devices to high speed controllersqemu-kvm-1.2-usbredirHans de Goede1-2/+21
2012-10-09usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka1-1/+28
2012-10-08ehci: Speed up the timer of raising int from the async scheduleHans de Goede1-1/+12
2012-10-08ehci: Improve latency of interrupt delivery and async schedule scanningHans de Goede1-8/+2
2012-10-08ehci: Add support for input queuingHans de Goede1-2/+29
2012-10-08ehci: Set int flag on a short input packetHans de Goede1-0/+4
2012-10-08ehci: Get rid of packet tbytes fieldHans de Goede1-11/+9
2012-10-08uhci: Add support for input queuingHans de Goede1-6/+25
2012-10-08uhci: Move checks to continue queuing to uhci_fill_queue()Hans de Goede1-7/+3
2012-10-08uhci: Properly unmap packets on cancel / invalid pidHans de Goede1-0/+2
2012-10-08usb: Add support for input pipeliningHans de Goede3-4/+205
2012-10-06usb-host-linux: Only enabling pipeling for output endpointsHans de Goede1-1/+2
2012-10-06usb-redir: Add support for 32 bits bulk packet lengthHans de Goede2-4/+18
2012-10-04usb-redir: When a packet contains data on a stall, ignore the stallHans de Goede1-0/+4
2012-09-29usb: Also migrate control data bufferHans de Goede2-2/+5
2012-09-27usb-redir: Don't make migration fail in none seamless caseHans de Goede1-4/+9
2012-09-27usb-redir: Change usbredir_open_chardev into usbredir_create_parserHans de Goede1-6/+5
2012-09-26usb-redir: Adjust pkg-config check for usbredirparser .pc file rename (v2)Hans de Goede1-3/+3
2012-09-26ehci: Fix interrupt packet MULT handlingHans de Goede1-20/+19
2012-09-26uhci: Don't queue up packets after one with the SPD flag setHans de Goede1-1/+4
2012-09-26usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede1-5/+3
2012-09-26usb-redir: Add chardev open / close debug loggingHans de Goede1-0/+6
2012-09-26usb-redir: Add support for migrationHans de Goede1-3/+346
2012-09-26usb-redir: Store max_packet_size in endp_dataHans de Goede1-1/+3
2012-09-26usb-redir: Add an already_in_flight packet-id queueHans de Goede1-0/+43
2012-09-26usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede1-31/+71
2012-09-26ehci: Walk async schedule before and after migrationHans de Goede1-0/+28
2012-09-26ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede1-6/+18
2012-09-26configure: usbredir fixesAurelien Jarno1-1/+1
2012-09-26ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede1-0/+14
2012-09-26ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede1-1/+1
2012-09-26ehci: switch to new-style memory opsGerd Hoffmann2-92/+90
2012-09-26usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann1-1/+1
2012-09-26xhci: allow bytewise capability register readsGerd Hoffmann1-1/+3
2012-09-26xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann1-65/+75
2012-09-26xhci: support multiple interruptersGerd Hoffmann1-5/+1
2012-09-26xhci: pick target interrupterGerd Hoffmann1-6/+16
2012-09-26xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann1-43/+57
2012-09-26xhci: add XHCIInterrupterGerd Hoffmann2-148/+161
2012-09-26xhci: move register update into xhci_intr_raiseGerd Hoffmann1-9/+5
2012-09-26xhci: add msix supportGerd Hoffmann2-1/+49
2012-09-26xhci: rework interrupt handlingGerd Hoffmann1-14/+33
2012-09-26xhci: fix & cleanup msi.Gerd Hoffmann1-18/+9
2012-09-26usb-storage: usb3 supportGerd Hoffmann1-3/+43
2012-09-26usb3: bos decriptorGerd Hoffmann4-0/+141
2012-09-26usb3: superspeed endpoint companionGerd Hoffmann3-20/+62
2012-09-26usb3: superspeed descriptorsGerd Hoffmann2-1/+10
2012-09-26xhci: update port handlingGerd Hoffmann1-40/+97
2012-09-26xhci: update register layoutGerd Hoffmann1-8/+13
2012-09-26xhci: fix runtime write tracepointGerd Hoffmann1-1/+1