summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2014-12-13lib: add high-level unifying stubsPeter Wu2-1/+110
Untouched since 13 April 2014.
2014-12-13lib/hidpp20: support feature retrievalPeter Wu2-6/+144
2014-12-13lib/hidpp10: fix report matching, support non-HID++ reportsPeter Wu1-1/+9
DJ reports can also be accepted per previous commit. Also, fix typo.
2014-12-13lib: make aware of DJ reports, fix debug msgPeter Wu2-8/+24
2014-04-08lib/hidpp20: implement hidpp20_get_versionPeter Wu1-0/+54
2014-04-08lib/hidpp{10,20}: add error constantsPeter Wu2-0/+27
2014-04-08lib/hidpp10: implement HID++ 1.0 protocol detailsPeter Wu1-0/+108
2014-04-08lib/hidpp: fix prototype of hidpp_write_reportPeter Wu1-1/+1
2014-04-07lib/hidpp: add unifying PID for hid-genericPeter Wu1-3/+5
The third interface may still be bound to hid-generic without needing hid-logitech-dj.
2014-04-07lib/hidpp: add hidpp_open from ltunifyPeter Wu1-0/+88
This still uses /sys globbing because it allows for detecting devices without needing read permissions for /dev/hidrawX.
2014-04-07lib: mostly implement generic hidpp defs and helpersPeter Wu1-0/+139
hidpp_open still needs to be done.
2014-04-07lib: add debug helpersPeter Wu2-0/+90
2014-04-07lib: add new interfaces for HID++ communicationPeter Wu4-0/+301