summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2013-02-19usb-core: usb3 streamsGerd Hoffmann13-27/+31
2013-02-19usb: fix endpoint descriptor orderingGerd Hoffmann1-4/+5
2013-02-19usb-redir: simplify packet copyGerd Hoffmann1-14/+4
2013-02-19usb: make usb_packet_copy operate on combined packetsGerd Hoffmann1-5/+14
2013-02-19usb: add usb_ep_set_haltedGerd Hoffmann1-0/+6
2013-02-19usb-host: remove usb_host_device_closeGerd Hoffmann3-35/+0
2013-02-19usb-host: move legacy cmd line bitsGerd Hoffmann4-101/+190
2013-02-19usb-storage: use scsi_req_enqueue return valueGerd Hoffmann1-2/+3
2013-02-19allow disabling usb smartcard supportGerd Hoffmann1-1/+0
2013-02-19make usb devices configurableGerd Hoffmann1-8/+12
2013-02-19usb: Makefile cleanupGerd Hoffmann1-7/+20
2013-02-01net: intorduce qemu_del_nic()Jason Wang1-1/+1
2013-02-01net: introduce qemu_get_nic()Jason Wang1-3/+3
2013-02-01net: introduce qemu_get_queue()Jason Wang1-5/+5
2013-01-22usb: add usb-bot device (scsi bulk-only transport).Gerd Hoffmann1-15/+79
2013-01-22ohci: add missing breakGerd Hoffmann1-0/+1
2013-01-22Revert "usb-storage: Drop useless null test in usb_msd_handle_data()"Gerd Hoffmann1-1/+1
2013-01-19usb: Fix compilation for MinGW (regression)Stefan Weil1-1/+1
2013-01-17HMP: add QDict to info callback handlerWenchao Xia3-3/+3
2013-01-16usb-storage: Drop useless null test in usb_msd_handle_data()Markus Armbruster1-1/+1
2013-01-14Merge remote-tracking branch 'kraxel/usb.76' into stagingAnthony Liguori3-8/+31
2013-01-14usb-host: Initialize dev->port the obviously safe wayMarkus Armbruster1-1/+1
2013-01-14usb-host: Drop superfluous null test from usb_host_auto_scan()Markus Armbruster1-1/+1
2013-01-14ehci: Assert state machine is sane w.r.t. EHCIQueueMarkus Armbruster1-0/+4
2013-01-14xhci: nuke transfe5rs on detachGerd Hoffmann1-1/+7
2013-01-14xhci: call xhci_detach_slot on root port detach tooGerd Hoffmann1-0/+1
2013-01-14xhci: create xhci_detach_slot helper functionGerd Hoffmann1-6/+18
2013-01-12build: remove CONFIG_SMARTCARDPaolo Bonzini1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber16-21/+21
2013-01-08uhci: stop using portio listsGerd Hoffmann1-76/+30
2013-01-08usbredir: Add support for buffered bulk input (v2)Hans de Goede6-19/+2706
2013-01-07usb/ehci: Add SysBus EHCI device for Exynos4210Andreas Färber2-0/+17
2013-01-07usb/ehci: Move capsbase and opregbase into SysBus EHCI classAndreas Färber2-2/+26
2013-01-07usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber3-24/+60
2013-01-07xhci: call set-address with dummy usbpacketGerd Hoffmann1-1/+6
2013-01-07usb-redir: Add debugging to bufpq save / restoreHans de Goede1-3/+11
2013-01-07usbredir: Add usbredir_init_endpoints() helperHans de Goede1-9/+13
2013-01-07usbredir: Verify we have 32 bits bulk length cap when redirecting to xhciHans de Goede1-0/+2
2013-01-07usbredir: Add ep_stopped USBDevice methodHans de Goede1-0/+9
2013-01-07usbredir: Add USBEP2I and I2USBEP helper macrosHans de Goede1-3/+7
2013-01-07usbredir: Add an usbredir_stop_ep helper functionHans de Goede1-22/+19
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede5-5/+60
2013-01-07usb: Fix usb_ep_find_packet_by_idHans de Goede1-1/+1
2013-01-07hid: Change idle handling to use a timerHans de Goede1-5/+3
2013-01-07uhci: Maximize how many frames we catch up when behindHans de Goede1-0/+8
2013-01-07uhci: Limit amount of frames processed in one goHans de Goede1-16/+27
2013-01-07uhci: Add a QH_VALID defineHans de Goede1-4/+5
2013-01-07uhci: Fix pending interrupts getting lost on migrationHans de Goede1-1/+2
2013-01-07uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede1-11/+13
2013-01-07ehci: Don't call commit_irq after raising PCDHans de Goede1-2/+0