Fix long report descriptor check

This commit is contained in:
pixl
2020-06-19 22:51:22 -04:00
parent f0c903d539
commit f2a7b7b947
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -14,6 +14,8 @@ using namespace logid::backend;
void DeviceManager::addDevice(std::string path)
{
log_printf(DEBUG, "Scanning %s for devices.", path.c_str());
bool defaultExists = true;
bool isReceiver = false;
try {