summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: mtp filesharingGerd Hoffmann2014-04-232-0/+1107
* usb: add CompatibleID support to msosGerd Hoffmann2014-04-222-1/+6
* hw/usb/hcd-ohci.c: Avoid shifting left into sign bitPeter Maydell2014-03-271-16/+16
* Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-091-4/+4
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into stagingPeter Maydell2014-02-2013-70/+72
|\
| * xhci: use DPRINTF() instead of fprintf(stderr, ...)Gerd Hoffmann2014-02-181-45/+45
| * xhci: switch debug printf to tracepointGerd Hoffmann2014-02-181-3/+1
| * xhci iso: allow for some latencyGerd Hoffmann2014-02-181-1/+1
| * xhci iso: fix time calculationGerd Hoffmann2014-02-181-2/+2
| * uhci: invalidate queue on device address changesGerd Hoffmann2014-02-181-0/+2
| * xhci: fix overflow in usb_xhci_post_loadGerd Hoffmann2014-02-181-1/+1
| * usb: Remove magic constants from device bmAttributesPantelis Koukousoulas2014-02-1811-18/+20
* | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2014-02-201-2/+2
|\ \
| * | qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-2/+2
* | | Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-1/+1
| |/ |/|
* | qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-104-4/+4
|/
* usb-hid: add microsoft os descriptor supportGerd Hoffmann2014-01-161-0/+8
* usb: add support for microsoft os descriptorsGerd Hoffmann2014-01-165-6/+280
* Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori2013-12-068-87/+290
|\
| * usb: move usb_{hi,lo} helpers to header file.Gerd Hoffmann2013-11-282-10/+11
| * Revert "usb-tablet: Don't claim wakeup capability for USB-2 version"Gerd Hoffmann2013-11-281-1/+1
| * ehci: implement port wakeupGerd Hoffmann2013-11-281-2/+16
| * xhci: Call usb_device_alloc/free_streamsHans de Goede2013-11-261-0/+117
| * usb: Add usb_device_alloc/free_streamsHans de Goede2013-11-261-0/+18
| * usb: Add max_streams attribute to endpoint infoHans de Goede2013-11-262-0/+24
| * uas: s/ui/iu/Hans de Goede2013-11-261-38/+38
| * uas: Fix response iu struct definitionHans de Goede2013-11-261-10/+8
| * uas: Bounds check tags when using streamsHans de Goede2013-11-261-0/+14
| * uas: Streams are numbered 1-y, rather then 0-xHans de Goede2013-11-261-3/+3
| * uas: Fix / cleanup usb_uas_task error handlingHans de Goede2013-11-261-17/+3
| * uas: Only use report iu-s for task_mgmt status reportingHans de Goede2013-11-261-8/+22
| * xhci: add support for suspend/resumeGerd Hoffmann2013-11-261-0/+8
| * xhci: Add a few missing checks for disconnected devicesHans de Goede2013-11-261-2/+11
* | trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil2013-12-022-1/+1
|/
* usb: drop unused USBNetState.inpkt fieldStefan Hajnoczi2013-11-131-1/+0
* qdev: Drop misleading qdev_free() functionStefan Hajnoczi2013-11-053-5/+6
* Merge remote-tracking branch 'kraxel/usb.91' into stagingAnthony Liguori2013-10-312-37/+39
|\
| * usb-hcd-xhci: Update endpoint context dequeue pointer for streams tooHans de Goede2013-10-221-2/+8
| * usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stopHans de Goede2013-10-221-8/+18
| * usb-hcd-xhci: Remove unused cancelled member from XHCITransferHans de Goede2013-10-221-5/+0
| * usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContextHans de Goede2013-10-221-9/+0
| * usb-host-libusb: Detach kernel drivers earlierHans de Goede2013-10-221-2/+5
| * usb-host-libusb: Configuration 0 may be a valid configurationHans de Goede2013-10-221-5/+4
| * usb-host-libusb: Fix reset handlingHans de Goede2013-10-221-6/+4
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-314-11/+6
|\ \ | |/ |/|
| * hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-144-11/+6
* | pci-ohci: Add missing 'break' in ohci_service_tdJán Veselý2013-10-021-0/+2
* | usb: Fix iovec memleak on combined-packet freeHans de Goede2013-09-191-0/+1
* | usb: Also reset max_packet_size on ep_resetHans de Goede2013-09-191-0/+3
* | xhci: Fix memory leak on xhci_disable_epHans de Goede2013-09-191-0/+5
OpenPOWER on IntegriCloud