summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini2013-03-011-0/+1
* xhci: fix bad print specifierHervé Poussineau2013-02-231-2/+2
* unbreak hw/usb/redirect.c buildGerd Hoffmann2013-02-221-1/+1
* uas-uas: usb3 streamsGerd Hoffmann2013-02-191-42/+205
* usb-xhci: usb3 streamsGerd Hoffmann2013-02-191-45/+223
* usb-core: usb3 streamsGerd Hoffmann2013-02-1913-27/+31
* usb: fix endpoint descriptor orderingGerd Hoffmann2013-02-191-4/+5
* usb-redir: simplify packet copyGerd Hoffmann2013-02-191-14/+4
* usb: make usb_packet_copy operate on combined packetsGerd Hoffmann2013-02-191-5/+14
* usb: add usb_ep_set_haltedGerd Hoffmann2013-02-191-0/+6
* usb-host: remove usb_host_device_closeGerd Hoffmann2013-02-193-35/+0
* usb-host: move legacy cmd line bitsGerd Hoffmann2013-02-194-101/+190
* usb-storage: use scsi_req_enqueue return valueGerd Hoffmann2013-02-191-2/+3
* allow disabling usb smartcard supportGerd Hoffmann2013-02-191-1/+0
* make usb devices configurableGerd Hoffmann2013-02-191-8/+12
* usb: Makefile cleanupGerd Hoffmann2013-02-191-7/+20
* net: intorduce qemu_del_nic()Jason Wang2013-02-011-1/+1
* net: introduce qemu_get_nic()Jason Wang2013-02-011-3/+3
* net: introduce qemu_get_queue()Jason Wang2013-02-011-5/+5
* usb: add usb-bot device (scsi bulk-only transport).Gerd Hoffmann2013-01-221-15/+79
* ohci: add missing breakGerd Hoffmann2013-01-221-0/+1
* Revert "usb-storage: Drop useless null test in usb_msd_handle_data()"Gerd Hoffmann2013-01-221-1/+1
* usb: Fix compilation for MinGW (regression)Stefan Weil2013-01-191-1/+1
* HMP: add QDict to info callback handlerWenchao Xia2013-01-173-3/+3
* usb-storage: Drop useless null test in usb_msd_handle_data()Markus Armbruster2013-01-161-1/+1
* Merge remote-tracking branch 'kraxel/usb.76' into stagingAnthony Liguori2013-01-143-8/+31
|\
| * usb-host: Initialize dev->port the obviously safe wayMarkus Armbruster2013-01-141-1/+1
| * usb-host: Drop superfluous null test from usb_host_auto_scan()Markus Armbruster2013-01-141-1/+1
| * ehci: Assert state machine is sane w.r.t. EHCIQueueMarkus Armbruster2013-01-141-0/+4
| * xhci: nuke transfe5rs on detachGerd Hoffmann2013-01-141-1/+7
| * xhci: call xhci_detach_slot on root port detach tooGerd Hoffmann2013-01-141-0/+1
| * xhci: create xhci_detach_slot helper functionGerd Hoffmann2013-01-141-6/+18
* | build: remove CONFIG_SMARTCARDPaolo Bonzini2013-01-121-1/+1
|/
* Make all static TypeInfos constAndreas Färber2013-01-1016-21/+21
* uhci: stop using portio listsGerd Hoffmann2013-01-081-76/+30
* usbredir: Add support for buffered bulk input (v2)Hans de Goede2013-01-086-19/+2706
* usb/ehci: Add SysBus EHCI device for Exynos4210Andreas Färber2013-01-072-0/+17
* usb/ehci: Move capsbase and opregbase into SysBus EHCI classAndreas Färber2013-01-072-2/+26
* usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber2013-01-073-24/+60
* xhci: call set-address with dummy usbpacketGerd Hoffmann2013-01-071-1/+6
* usb-redir: Add debugging to bufpq save / restoreHans de Goede2013-01-071-3/+11
* usbredir: Add usbredir_init_endpoints() helperHans de Goede2013-01-071-9/+13
* usbredir: Verify we have 32 bits bulk length cap when redirecting to xhciHans de Goede2013-01-071-0/+2
* usbredir: Add ep_stopped USBDevice methodHans de Goede2013-01-071-0/+9
* usbredir: Add USBEP2I and I2USBEP helper macrosHans de Goede2013-01-071-3/+7
* usbredir: Add an usbredir_stop_ep helper functionHans de Goede2013-01-071-22/+19
* usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede2013-01-075-5/+60
* usb: Fix usb_ep_find_packet_by_idHans de Goede2013-01-071-1/+1
* hid: Change idle handling to use a timerHans de Goede2013-01-071-5/+3
* uhci: Maximize how many frames we catch up when behindHans de Goede2013-01-071-0/+8
OpenPOWER on IntegriCloud