summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2014-03-19unifying: rename input queue, fix error queuePeter Wu2-14/+40
2014-03-18unifying: WIP for HID++ supportPeter Wu4-14/+326
2014-03-17unifying: move definitions to headerPeter Wu2-19/+47
2014-03-17usbdump: fix endpoint lookupPeter Wu1-5/+9
2014-03-17unifying: support HID Get_Report and Set_ReportPeter Wu1-8/+13
2014-03-17unifying: implement basic HID processingPeter Wu1-22/+143
2014-03-17usbdump: do not hard-code bus number, use nr from USBBusPeter Wu1-1/+3
2014-03-16usbdump: fix start time offset of capturePeter Wu1-3/+2
2014-03-16usb-hid: usbdump example for control and interrupt INPeter Wu1-0/+17
2014-03-16usbdump: comments updatePeter Wu2-3/+28
2014-03-16usbdump: fix IN marking for non-control packetsPeter Wu1-2/+8
2014-03-16usbdump: constantify variablesPeter Wu2-17/+17
2014-03-16usbdump: fix reversal of URB length and captured lengthPeter Wu1-4/+11
2014-03-16usbdump: fix interval retrieval for endpointPeter Wu1-2/+4
2014-03-16usbdump: initial API extension for handle_dataPeter Wu2-1/+83
2014-03-16usbdump: fail early if dump file is not availablePeter Wu3-8/+15
2014-03-16unifying: remove unused leftover from dev-wacomPeter Wu1-186/+7
2014-03-16usbdump: get interval from descriptorPeter Wu1-2/+21
2014-03-16unifying: hook up usbdump with handle_controlPeter Wu1-6/+30
2014-03-16Initial usbdump helperPeter Wu3-0/+430
2014-03-16unifying: WIP for Logitech Unifying Receiver emulationPeter Wu2-0/+669
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert1-4/+4
2014-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into stagingPeter Maydell13-70/+72
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-2/+2
2014-02-18xhci: use DPRINTF() instead of fprintf(stderr, ...)Gerd Hoffmann1-45/+45
2014-02-18xhci: switch debug printf to tracepointGerd Hoffmann1-3/+1
2014-02-18xhci iso: allow for some latencyGerd Hoffmann1-1/+1
2014-02-18xhci iso: fix time calculationGerd Hoffmann1-2/+2
2014-02-18uhci: invalidate queue on device address changesGerd Hoffmann1-0/+2
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