summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-07usb-redir: Add chardev open / close debug loggingusb-for-gerdHans de Goede1-0/+6
2012-09-07usb-redir: Add support for migrationHans de Goede1-3/+346
2012-09-07usb-redir: Store max_packet_size in endp_dataHans de Goede1-1/+3
2012-09-07usb-redir: Add an already_in_flight packet-id queueHans de Goede1-0/+43
2012-09-07usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede1-31/+71
2012-09-07ehci: Don't process too much frames in 1 timer tickHans de Goede1-0/+9
2012-09-07ehci: Walk async schedule before and after migrationHans de Goede1-0/+28
2012-09-07ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede1-6/+18
2012-09-06usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann1-1/+1
2012-09-06xhci: drop unused wlengthGerd Hoffmann1-2/+0
2012-09-06ehci: switch to new-style memory opsGerd Hoffmann2-92/+90
2012-09-05xhci: allow bytewise capability register readsGerd Hoffmann1-1/+3
2012-09-05xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann1-65/+75
2012-09-05xhci: support multiple interruptersGerd Hoffmann1-5/+1
2012-09-05xhci: pick target interrupterGerd Hoffmann1-6/+16
2012-09-05xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann1-43/+57
2012-09-05xhci: add XHCIInterrupterGerd Hoffmann2-148/+161
2012-09-05xhci: move register update into xhci_intr_raiseGerd Hoffmann1-9/+5
2012-09-05xhci: add msix supportGerd Hoffmann2-1/+49
2012-09-05xhci: rework interrupt handlingGerd Hoffmann1-14/+33
2012-09-05xhci: fix & cleanup msi.Gerd Hoffmann1-18/+9
2012-09-05usb-storage: usb3 supportGerd Hoffmann1-3/+43
2012-09-05usb3: bos decriptorGerd Hoffmann4-0/+141
2012-09-05usb3: superspeed endpoint companionGerd Hoffmann3-20/+62
2012-09-05usb3: superspeed descriptorsGerd Hoffmann2-1/+10
2012-09-05xhci: update port handlingGerd Hoffmann1-40/+97
2012-09-05xhci: update register layoutGerd Hoffmann1-8/+13
2012-09-05xhci: fix runtime write tracepointGerd Hoffmann1-1/+1
2012-09-05xhci: add trace_usb_xhci_ep_set_dequeueGerd Hoffmann2-1/+2
2012-09-05xhci: trace cc codes in cleartextGerd Hoffmann2-2/+48
2012-09-05xhci: iso xfer supportGerd Hoffmann1-16/+101
2012-09-05xhci: implement mfindexGerd Hoffmann1-7/+46
2012-09-05xhci: move device lookup into xhci_setup_packetGerd Hoffmann1-36/+38
2012-09-05xhci: drop bufferingGerd Hoffmann2-113/+72
2012-09-05xhci: rip out background transfer codeGerd Hoffmann1-219/+4
2012-09-05usb-audio: fix usb versionGerd Hoffmann1-1/+1
2012-09-05Better name usb braille deviceSamuel Thibault1-1/+1
2012-09-05usb-redir: Enable pipelining for bulk endpointsHans de Goede1-0/+3
2012-09-05usb-redir: Ensure our peer has the necessary caps when redirecting to XHCIHans de Goede1-0/+11
2012-09-05usb-redir: Add a usbredir_reject_device helper functionHans de Goede1-10/+11
2012-09-05usb-redir: Set ep max_packet_size if availableHans de Goede1-0/+5
2012-09-05usb-redir: Convert to new libusbredirparser 0.5 APIHans de Goede2-32/+32
2012-09-05usb-redir: Return babble when getting more bulk data then requestedHans de Goede1-3/+3
2012-09-05usb-redir: Move to core packet id and queue handlingHans de Goede1-134/+92
2012-09-05usb-redir: Get rid of unused async-struct dev memberHans de Goede1-2/+0
2012-09-05usb-redir: Get rid of local shadow copy of packet headersHans de Goede1-27/+0
2012-09-05usb-redir: Get rid of async-struct get memberHans de Goede1-6/+3
2012-09-05usb-redir: Don't delay handling of open events to a bottom halfHans de Goede1-47/+53
2012-09-05usb-redir: Never return USB_RET_NAK for async handled packetsHans de Goede1-3/+6
2012-09-05ehci: Correct a comment in fetchqtd packet processingHans de Goede1-1/+4