reset the connection completely if adapter was reset

This commit is contained in:
John
2022-08-31 20:24:01 +02:00
parent 31241ebec3
commit b1893abe7d
2 changed files with 15 additions and 1 deletions
+2
View File
@@ -283,6 +283,8 @@ class Device {
/** the opened file descriptor, or -1. */
int m_fd;
/** whether the reset of an enhanced device was already requested. */
bool m_resetRequested;
private:
/** the @a DeviceListener, or nullptr. */