summaryrefslogtreecommitdiff
path: root/hw/usb/hid-logitech-dj.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-20unifying: start implementing HID++ 2.0 for devicesPeter Wu1-1/+43
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 Wu1-0/+37
2014-03-19unifying: fix mixup of reporting flags, HidppMsg tweaksPeter Wu1-5/+5
2014-03-19unifying: implement activity counters and rcvr reg B3Peter Wu1-0/+16
2014-03-19unifying: handle receiver regs 0 and 2Peter Wu1-1/+46
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 Wu1-0/+18
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 Wu1-0/+157
2014-03-19unifying: rename input queue, fix error queuePeter Wu1-12/+33
2014-03-18unifying: WIP for HID++ supportPeter Wu1-0/+145