aboutsummaryrefslogtreecommitdiff
path: root/device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'device.cc')
-rw-r--r--device.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.cc b/device.cc
index 3aca2b2..55ea943 100644
--- a/device.cc
+++ b/device.cc
@@ -26,9 +26,9 @@ bool Device::disconnect() {
bool Device::connect() {
Log::instance()(__PRETTY_FUNCTION__, Loglevel::DEBUG_L2);
- hid_init();
+ //hid_init();
mp_devhandle = hid_open(m_vid, m_pid, NULL);
- hid_init();
+ //hid_init();
return mp_devhandle != NULL;
}