summaryrefslogtreecommitdiff
path: root/hw/usb/hid-logitech-hidpp20.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-24unifying: fix report ID for HID++ 2.0 responsesPeter Wu1-0/+1
The input report ID can be 0x10 or 0x11, the responses are always 0x11. Signed-off-by: Peter Wu <peter@lekensteyn.nl>
2014-03-24unifying: implement IRoot completelyPeter Wu1-2/+34
Do not treat IRoot special in hidpp_process_device_hidpp20, but implement it as a generic feature using hidpp20_feature_call. This makes it easier to re-use the error reporting stuff. Signed-off-by: Peter Wu <peter@lekensteyn.nl>
2014-03-23unifying: implement feature FeatureSet, init for M525Peter Wu1-0/+35
2014-03-23unifying: interface with HID++ 2.0 featuresPeter Wu1-0/+73
Prepare for adding more HID++ 2.0 features.