Implement FeatureSet feature

This commit is contained in:
pixl
2020-06-24 02:33:26 -04:00
parent 60e47572d6
commit 7ae46c938d
4 changed files with 102 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ add_executable(logid
backend/hidpp20/Feature.cpp
backend/hidpp20/EssentialFeature.cpp
backend/hidpp20/features/Root.cpp
backend/hidpp20/features/FeatureSet.cpp
backend/hidpp20/features/DeviceName.cpp
backend/dj/Report.cpp
util/mutex_queue.h)