From a0db16048f81313604a06509cc6afeb5cdbf740d Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 20 Feb 2016 15:23:05 +0100 Subject: compiling own version of lib hid_libusb (copied from nitroapp) and linking it statically with debug messages --- include/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/device.h') diff --git a/include/device.h b/include/device.h index dfc7149..943fe1a 100644 --- a/include/device.h +++ b/include/device.h @@ -27,6 +27,7 @@ public: // lack of device is not actually an error, // so it doesn't throw virtual bool connect(); + virtual bool disconnect(); /* * Sends packet of HID_REPORT_SIZE. -- cgit v1.2.1