summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | xhci: Add xhci_epid_to_usbep helper functionHans de Goede2013-09-191-10/+22
* | xhci: Init a transfers xhci, slotid and epid member on epctx allocHans de Goede2013-09-191-3/+3
* | xhci: Fix number of streams allocated when using streamsHans de Goede2013-09-191-1/+1
* | usb: remove old usb-host codeGerd Hoffmann2013-09-192-2550/+0
|/
* ehci: save device pointer in EHCIStateGerd Hoffmann2013-09-102-4/+4
* Remove dev-bluetooth.c dependency from vl.cMiroslav Rezanina2013-09-102-4/+9
* usb: sanity check setup_index+setup_len in post_loadGerd Hoffmann2013-09-101-0/+4
* Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori2013-09-035-23/+78
|\
| * usb/dev-hid: Modified usb-tablet category from Misc to InputMarcel Apfelbaum2013-09-021-1/+1
| * Revert "usb-hub: report status changes only once"Gerd Hoffmann2013-09-021-5/+1
| * usb-hub: add tracepoint for status reportsGerd Hoffmann2013-09-021-0/+1
| * usb: parallelize usb3 streamsGerd Hoffmann2013-09-021-3/+4
| * uas: add property for request loggingGerd Hoffmann2013-09-021-3/+12
| * xhci: reset port when disabling slotGerd Hoffmann2013-09-021-0/+1
| * xhci: emulate intr endpoint intervals correctlyGerd Hoffmann2013-09-021-7/+37
| * xhci: fix endpoint interval calculationGerd Hoffmann2013-09-021-1/+1
| * xhci: add port to slot_address tracepointGerd Hoffmann2013-09-021-1/+1
| * xhci: add tracepoint for endpoint state changesGerd Hoffmann2013-09-021-0/+19
OpenPOWER on IntegriCloud