Age | Commit message (Expand) | Author | Files | Lines |
2012-09-12 | ehci: switch to new-style memory ops | Gerd Hoffmann | 1 | -89/+84 |
2012-09-12 | usb-host: allow emulated (non-async) control requests without USBPacket | Gerd Hoffmann | 1 | -1/+1 |
2012-09-11 | xhci: allow bytewise capability register reads | Gerd Hoffmann | 1 | -1/+3 |
2012-09-11 | xhci: kill xhci_mem_{read,write} dispatcher functions | Gerd Hoffmann | 1 | -65/+75 |
2012-09-11 | xhci: support multiple interrupters | Gerd Hoffmann | 1 | -5/+1 |
2012-09-11 | xhci: pick target interrupter | Gerd Hoffmann | 1 | -6/+16 |
2012-09-11 | xhci: prepare xhci_runtime_{read,write} for multiple interrupters | Gerd Hoffmann | 1 | -43/+57 |
2012-09-11 | xhci: add XHCIInterrupter | Gerd Hoffmann | 1 | -147/+160 |
2012-09-11 | xhci: move register update into xhci_intr_raise | Gerd Hoffmann | 1 | -9/+5 |
2012-09-11 | xhci: add msix support | Gerd Hoffmann | 1 | -1/+46 |
2012-09-11 | xhci: rework interrupt handling | Gerd Hoffmann | 1 | -14/+33 |
2012-09-11 | xhci: fix & cleanup msi. | Gerd Hoffmann | 1 | -18/+9 |
2012-09-11 | usb-storage: usb3 support | Gerd Hoffmann | 1 | -3/+43 |
2012-09-11 | usb3: bos decriptor | Gerd Hoffmann | 2 | -0/+134 |
2012-09-11 | usb3: superspeed endpoint companion | Gerd Hoffmann | 2 | -20/+61 |
2012-09-11 | usb3: superspeed descriptors | Gerd Hoffmann | 2 | -1/+10 |
2012-09-11 | xhci: update port handling | Gerd Hoffmann | 1 | -40/+97 |
2012-09-11 | xhci: update register layout | Gerd Hoffmann | 1 | -8/+13 |
2012-09-11 | xhci: fix runtime write tracepoint | Gerd Hoffmann | 1 | -1/+1 |
2012-09-11 | xhci: add trace_usb_xhci_ep_set_dequeue | Gerd Hoffmann | 1 | -1/+1 |
2012-09-11 | xhci: trace cc codes in cleartext | Gerd Hoffmann | 1 | -1/+47 |
2012-09-11 | xhci: iso xfer support | Gerd Hoffmann | 1 | -16/+101 |
2012-09-11 | xhci: implement mfindex | Gerd Hoffmann | 1 | -7/+46 |
2012-09-11 | xhci: move device lookup into xhci_setup_packet | Gerd Hoffmann | 1 | -36/+38 |
2012-09-11 | xhci: drop buffering | Gerd Hoffmann | 1 | -114/+71 |
2012-09-11 | xhci: rip out background transfer code | Gerd Hoffmann | 1 | -219/+4 |
2012-09-11 | usb-audio: fix usb version | Gerd Hoffmann | 1 | -1/+1 |
2012-09-11 | Better name usb braille device | Samuel Thibault | 1 | -1/+1 |
2012-09-11 | usb-redir: Enable pipelining for bulk endpoints | Hans de Goede | 1 | -0/+3 |
2012-09-11 | usb-redir: Ensure our peer has the necessary caps when redirecting to XHCI | Hans de Goede | 1 | -0/+11 |
2012-09-11 | usb-redir: Add a usbredir_reject_device helper function | Hans de Goede | 1 | -10/+11 |
2012-09-11 | usb-redir: Set ep max_packet_size if available | Hans de Goede | 1 | -0/+5 |
2012-09-11 | usb-redir: Convert to new libusbredirparser 0.5 API | Hans de Goede | 1 | -31/+31 |
2012-09-11 | usb-redir: Return babble when getting more bulk data then requested | Hans de Goede | 1 | -3/+3 |
2012-09-11 | usb-redir: Move to core packet id and queue handling | Hans de Goede | 1 | -134/+92 |
2012-09-11 | usb-redir: Get rid of unused async-struct dev member | Hans de Goede | 1 | -2/+0 |
2012-09-11 | usb-redir: Get rid of local shadow copy of packet headers | Hans de Goede | 1 | -27/+0 |
2012-09-11 | usb-redir: Get rid of async-struct get member | Hans de Goede | 1 | -6/+3 |
2012-09-11 | usb-redir: Don't delay handling of open events to a bottom half | Hans de Goede | 1 | -47/+53 |
2012-09-11 | usb-redir: Never return USB_RET_NAK for async handled packets | Hans de Goede | 1 | -3/+6 |
2012-09-11 | ehci: Correct a comment in fetchqtd packet processing | Hans de Goede | 1 | -1/+4 |
2012-09-11 | ehci: Handle USB_RET_PROCERR in ehci_fill_queue | Hans de Goede | 1 | -3/+6 |
2012-09-11 | ehci: Fix memory leak in handling of NAK-ed packets | Hans de Goede | 1 | -11/+27 |
2012-09-11 | ehci: Add some additional ehci_trace_guest_bug() calls | Hans de Goede | 1 | -6/+13 |
2012-09-11 | ehci: add doorbell trace events | Gerd Hoffmann | 1 | -1/+2 |
2012-09-11 | ehci: trace guest bugs | Gerd Hoffmann | 1 | -6/+20 |
2012-09-11 | ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packet | Gerd Hoffmann | 1 | -6/+6 |
2012-09-11 | ehci: Properly report completed but not yet processed packets to the guest | Hans de Goede | 1 | -0/+13 |
2012-09-11 | ehci: Properly cleanup packets on cancel | Hans de Goede | 1 | -0/+2 |
2012-09-11 | ehci: Update copyright headers to reflect recent work | Hans de Goede | 1 | -0/+5 |