Skip to content

Commit

Permalink
Disable default libevdev polling timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dokutan committed Apr 2, 2021
1 parent 48b9fa4 commit 4991d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/macrodevice-libevdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class macrodevice::device_libevdev
struct pollfd m_pollfd[1];

/// poll timeout
int m_timeout = 1000;
int m_timeout = -1;

public:

Expand Down

0 comments on commit 4991d2b

Please sign in to comment.