aboutsummaryrefslogtreecommitdiff
path: root/device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'device.cc')
-rw-r--r--device.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.cc b/device.cc
index 8fdf99a..fcc3ba7 100644
--- a/device.cc
+++ b/device.cc
@@ -115,7 +115,7 @@ int Device::recv(void *packet) {
return status;
}
-bool Device::is_connected() {
+bool Device::could_be_enumerated() {
Log::instance()(__FUNCTION__, Loglevel::DEBUG_L2);
std::lock_guard<std::mutex> lock(mex_dev_com);
if (mp_devhandle==nullptr){