summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2014-02-18xhci: fix overflow in usb_xhci_post_loadGerd Hoffmann1-1/+1
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas11-18/+20
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-1/+1
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-2/+2
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov4-4/+4
2014-01-16usb-hid: add microsoft os descriptor supportGerd Hoffmann1-0/+8
2014-01-16usb: add support for microsoft os descriptorsGerd Hoffmann5-6/+280
2013-12-06Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori8-87/+290
2013-12-02trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil2-1/+1
2013-11-28usb: move usb_{hi,lo} helpers to header file.Gerd Hoffmann2-10/+11
2013-11-28Revert "usb-tablet: Don't claim wakeup capability for USB-2 version"Gerd Hoffmann1-1/+1
2013-11-28ehci: implement port wakeupGerd Hoffmann1-2/+16
2013-11-26xhci: Call usb_device_alloc/free_streamsHans de Goede1-0/+117
2013-11-26usb: Add usb_device_alloc/free_streamsHans de Goede1-0/+18
2013-11-26usb: Add max_streams attribute to endpoint infoHans de Goede2-0/+24
2013-11-26uas: s/ui/iu/Hans de Goede1-38/+38
2013-11-26uas: Fix response iu struct definitionHans de Goede1-10/+8
2013-11-26uas: Bounds check tags when using streamsHans de Goede1-0/+14
2013-11-26uas: Streams are numbered 1-y, rather then 0-xHans de Goede1-3/+3
2013-11-26uas: Fix / cleanup usb_uas_task error handlingHans de Goede1-17/+3
2013-11-26uas: Only use report iu-s for task_mgmt status reportingHans de Goede1-8/+22
2013-11-26xhci: add support for suspend/resumeGerd Hoffmann1-0/+8
2013-11-26xhci: Add a few missing checks for disconnected devicesHans de Goede1-2/+11
2013-11-13usb: drop unused USBNetState.inpkt fieldStefan Hajnoczi1-1/+0
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi3-5/+6
2013-10-31Merge remote-tracking branch 'kraxel/usb.91' into stagingAnthony Liguori2-37/+39
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori4-11/+6
2013-10-22usb-hcd-xhci: Update endpoint context dequeue pointer for streams tooHans de Goede1-2/+8
2013-10-22usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stopHans de Goede1-8/+18
2013-10-22usb-hcd-xhci: Remove unused cancelled member from XHCITransferHans de Goede1-5/+0
2013-10-22usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContextHans de Goede1-9/+0
2013-10-22usb-host-libusb: Detach kernel drivers earlierHans de Goede1-2/+5
2013-10-22usb-host-libusb: Configuration 0 may be a valid configurationHans de Goede1-5/+4
2013-10-22usb-host-libusb: Fix reset handlingHans de Goede1-6/+4
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum4-11/+6
2013-10-02pci-ohci: Add missing 'break' in ohci_service_tdJán Veselý1-0/+2
2013-09-19usb: Fix iovec memleak on combined-packet freeHans de Goede1-0/+1
2013-09-19usb: Also reset max_packet_size on ep_resetHans de Goede1-0/+3
2013-09-19xhci: Fix memory leak on xhci_disable_epHans de Goede1-0/+5
2013-09-19xhci: Add xhci_epid_to_usbep helper functionHans de Goede1-10/+22
2013-09-19xhci: Init a transfers xhci, slotid and epid member on epctx allocHans de Goede1-3/+3
2013-09-19xhci: Fix number of streams allocated when using streamsHans de Goede1-1/+1
2013-09-19usb: remove old usb-host codeGerd Hoffmann2-2550/+0
2013-09-10ehci: save device pointer in EHCIStateGerd Hoffmann2-4/+4
2013-09-10Remove dev-bluetooth.c dependency from vl.cMiroslav Rezanina2-4/+9
2013-09-10usb: sanity check setup_index+setup_len in post_loadGerd Hoffmann1-0/+4
2013-09-03Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori5-23/+78
2013-09-02usb/dev-hid: Modified usb-tablet category from Misc to InputMarcel Apfelbaum1-1/+1
2013-09-02Revert "usb-hub: report status changes only once"Gerd Hoffmann1-5/+1
2013-09-02usb-hub: add tracepoint for status reportsGerd Hoffmann1-0/+1