aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2012-10-11net: fix usbnet_receive() packet dropsStefan Hajnoczi
2012-10-11net: clean up usbnet_receive()Stefan Hajnoczi
2012-10-11uhci: Don't queue up packets after one with the SPD flag setHans de Goede
2012-10-11usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede
2012-10-11ehci: Walk async schedule before and after migrationHans de Goede
2012-10-11ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede
2012-10-11ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede
2012-10-11ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede
2012-10-11ehci: switch to new-style memory opsGerd Hoffmann
2012-10-11usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann
2012-10-11xhci: allow bytewise capability register readsGerd Hoffmann
2012-10-11xhci: fix runtime write tracepointGerd Hoffmann
2012-10-11xhci: drop bufferingGerd Hoffmann
2012-10-11xhci: rip out background transfer codeGerd Hoffmann
2012-10-11usb-audio: fix usb versionGerd Hoffmann
2012-10-11Better name usb braille deviceSamuel Thibault
2012-10-11usb-redir: Return babble when getting more bulk data then requestedHans de Goede
2012-10-11usb-redir: Move to core packet id and queue handlingHans de Goede
2012-10-11usb-redir: Get rid of unused async-struct dev memberHans de Goede
2012-10-11usb-redir: Get rid of local shadow copy of packet headersHans de Goede
2012-10-11usb-redir: Get rid of async-struct get memberHans de Goede
2012-10-11usb-redir: Don't delay handling of open events to a bottom halfHans de Goede
2012-10-11usb-redir: Never return USB_RET_NAK for async handled packetsHans de Goede
2012-10-11ehci: Correct a comment in fetchqtd packet processingHans de Goede
2012-10-11ehci: Handle USB_RET_PROCERR in ehci_fill_queueHans de Goede
2012-10-11ehci: Fix memory leak in handling of NAK-ed packetsHans de Goede
2012-10-11ehci: Add some additional ehci_trace_guest_bug() callsHans de Goede
2012-10-11ehci: add doorbell trace eventsGerd Hoffmann
2012-10-11ehci: trace guest bugsGerd Hoffmann
2012-10-11ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packetGerd Hoffmann
2012-10-11ehci: Properly report completed but not yet processed packets to the guestHans de Goede
2012-10-11ehci: Properly cleanup packets on cancelHans de Goede
2012-10-11ehci: Update copyright headers to reflect recent workHans de Goede
2012-10-11ehci: Validate qh is not changed unexpectedly by the guestHans de Goede
2012-10-11Revert "ehci: don't flush cache on doorbell rings."Hans de Goede
2012-10-11usb-core: Allow the first packet of a pipelined ep to complete immediatelyHans de Goede
2012-10-11usb-core: Add a usb_ep_find_packet_by_id() helper functionHans de Goede
2012-10-11usb-core: Don't set packet state to complete on a nakHans de Goede
2012-10-11usb: controllers do not need to check for babble themselvesHans de Goede
2012-08-31uas: move transfer kickoffGerd Hoffmann
2012-08-31ehci: Fix interrupt endpoints no longer workingHans de Goede
2012-08-31ehci: handle TD deactivation of inflight packetsGerd Hoffmann
2012-08-31ehci: add ehci_cancel_queue()Gerd Hoffmann
2012-08-31ehci: simplify ehci_state_executingHans de Goede
2012-08-31ehci: Remove unnecessary ehci_flush_qh callHans de Goede
2012-08-31ehci: Schedule async-bh when IAAD bit gets setHans de Goede
2012-08-31ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream activeHans de Goede
2012-08-31usb: unique packet idsGerd Hoffmann
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede
2012-08-16ehci: Fix setting of halt bit from usbcmd register updatesHans de Goede