summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2014-03-23unifying: interface with HID++ 2.0 featuresPeter Wu4-2/+95
2014-03-20unifying: remove unnecessary commented out codePeter Wu1-5/+0
2014-03-20usbdump: support xhciPeter Wu2-10/+23
2014-03-20unifying: introduce usbdump property to specify dump namePeter Wu2-2/+10
2014-03-20hid: introduce usbdump property to specify dump namePeter Wu1-2/+12
2014-03-20unifying: start implementing HID++ 2.0 for devicesPeter Wu2-8/+67
2014-03-20unifying: version reg F1 for receiver and HID++ 1.0 devsPeter Wu1-0/+40
2014-03-19unifying: start implementing device report processingPeter Wu1-2/+41
2014-03-19unifying: reject long DJ writes unconditionallyPeter Wu1-11/+5
2014-03-19unifying: implemented pairing info info for receiverPeter Wu1-0/+18
2014-03-19unifying: fix long reg read, implement reg b5 readPeter Wu1-2/+43
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