summaryrefslogtreecommitdiff
path: root/hw/usb/hid-logitech-dj.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-19unifying: rename input queue, fix error queuePeter Wu1-12/+33
Fix error queue name, rename input queue for clarity. Split input and output queue for further work and NAK when there is no interrupt data available.
2014-03-18unifying: WIP for HID++ supportPeter Wu1-0/+145
Error queue is implemented, possible receiver and device properties are filled in (in the header). Signed-off-by: Peter Wu <peter@lekensteyn.nl>