Support Reset (0x0020) feature

This commit is contained in:
pixl
2020-06-24 03:39:52 -04:00
parent 7ae46c938d
commit ef0a0fab8d
3 changed files with 90 additions and 0 deletions

View File

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