aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2012-09-11xhci: rip out background transfer codeGerd Hoffmann1-219/+4
2012-09-11usb-audio: fix usb versionGerd Hoffmann1-1/+1
2012-09-11Better name usb braille deviceSamuel Thibault1-1/+1
2012-09-11usb-redir: Enable pipelining for bulk endpointsHans de Goede1-0/+3
2012-09-11usb-redir: Ensure our peer has the necessary caps when redirecting to XHCIHans de Goede1-0/+11
2012-09-11usb-redir: Add a usbredir_reject_device helper functionHans de Goede1-10/+11
2012-09-11usb-redir: Set ep max_packet_size if availableHans de Goede1-0/+5
2012-09-11usb-redir: Convert to new libusbredirparser 0.5 APIHans de Goede1-31/+31
2012-09-11usb-redir: Return babble when getting more bulk data then requestedHans de Goede1-3/+3
2012-09-11usb-redir: Move to core packet id and queue handlingHans de Goede1-134/+92
2012-09-11usb-redir: Get rid of unused async-struct dev memberHans de Goede1-2/+0
2012-09-11usb-redir: Get rid of local shadow copy of packet headersHans de Goede1-27/+0
2012-09-11usb-redir: Get rid of async-struct get memberHans de Goede1-6/+3
2012-09-11usb-redir: Don't delay handling of open events to a bottom halfHans de Goede1-47/+53
2012-09-11usb-redir: Never return USB_RET_NAK for async handled packetsHans de Goede1-3/+6
2012-09-11ehci: Correct a comment in fetchqtd packet processingHans de Goede1-1/+4
2012-09-11ehci: Handle USB_RET_PROCERR in ehci_fill_queueHans de Goede1-3/+6
2012-09-11ehci: Fix memory leak in handling of NAK-ed packetsHans de Goede1-11/+27
2012-09-11ehci: Add some additional ehci_trace_guest_bug() callsHans de Goede1-6/+13
2012-09-11ehci: add doorbell trace eventsGerd Hoffmann1-1/+2
2012-09-11ehci: trace guest bugsGerd Hoffmann1-6/+20
2012-09-11ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packetGerd Hoffmann1-6/+6
2012-09-11ehci: Properly report completed but not yet processed packets to the guestHans de Goede1-0/+13
2012-09-11ehci: Properly cleanup packets on cancelHans de Goede1-0/+2
2012-09-11ehci: Update copyright headers to reflect recent workHans de Goede1-0/+5
2012-09-11ehci: Validate qh is not changed unexpectedly by the guestHans de Goede1-11/+28
2012-09-11Revert "ehci: don't flush cache on doorbell rings."Hans de Goede1-29/+6
2012-09-11usb-core: Allow the first packet of a pipelined ep to complete immediatelyHans de Goede1-1/+1
2012-09-11usb-core: Add a usb_ep_find_packet_by_id() helper functionHans de Goede1-0/+15
2012-09-11usb-core: Don't set packet state to complete on a nakHans de Goede1-2/+4
2012-09-11usb: controllers do not need to check for babble themselvesHans de Goede2-9/+0
2012-08-31uas: move transfer kickoffGerd Hoffmann1-2/+1
2012-08-31ehci: Fix interrupt endpoints no longer workingHans de Goede1-2/+11
2012-08-31ehci: handle TD deactivation of inflight packetsGerd Hoffmann1-15/+23
2012-08-31ehci: add ehci_cancel_queue()Gerd Hoffmann1-10/+20
2012-08-31ehci: simplify ehci_state_executingHans de Goede1-12/+1
2012-08-31ehci: Remove unnecessary ehci_flush_qh callHans de Goede1-1/+0
2012-08-31ehci: Schedule async-bh when IAAD bit gets setHans de Goede1-0/+9
2012-08-31ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream activeHans de Goede1-1/+1
2012-08-31usb: unique packet idsGerd Hoffmann6-11/+14
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede3-7/+57
2012-08-16ehci: Fix setting of halt bit from usbcmd register updatesHans de Goede1-7/+8
2012-08-16ehci: fix Interrupt Threshold Control implementationGerd Hoffmann1-2/+10
2012-08-16usb: update uas product idGerd Hoffmann1-1/+1
2012-08-16usb: async control xfer fixupGerd Hoffmann2-0/+2
2012-08-15ehci: fix assertion typoAlejandro Martinez Ruiz1-1/+1
2012-08-07usb-storage: fix SYNCHRONIZE_CACHEGerd Hoffmann1-0/+3
2012-08-07usb-storage: improve debug loggingGerd Hoffmann1-2/+6
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi1-1/+1
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-3/+3