summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2014-03-19unifying: implement 0x41 notification, trigger on reg 02Peter Wu2-1/+39
2014-03-19unifying: fix mixup of reporting flags, HidppMsg tweaksPeter Wu2-15/+25
2014-03-19unifying: implement activity counters and rcvr reg B3Peter Wu2-0/+17
2014-03-19unifying: handle receiver regs 0 and 2Peter Wu2-4/+52
2014-03-19unifying: pass pointer to msg, handle kbd LED requestPeter Wu1-15/+18
2014-03-19unifying: process receiver reports earlierPeter Wu1-5/+28
2014-03-19unifying: fill in more device and receiver infoPeter Wu2-2/+20
2014-03-19unifying: fix device indices, fix error formatPeter Wu1-8/+12
2014-03-19unifying: ensure that report lengths are validPeter Wu1-0/+7
2014-03-19unifying: move mode to LHIdDevice, init/reset functionalityPeter Wu3-7/+177
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