aboutsummaryrefslogtreecommitdiff
path: root/uinput_mng
diff options
context:
space:
mode:
Diffstat (limited to 'uinput_mng')
-rwxr-xr-xuinput_mng2
1 files changed, 2 insertions, 0 deletions
diff --git a/uinput_mng b/uinput_mng
index b6813aa..e349a9a 100755
--- a/uinput_mng
+++ b/uinput_mng
@@ -137,6 +137,8 @@ class UInputDevice:
raise
finally:
self._dev.end_erase(erase)
+ elif ev.type == ecodes.EV_MSC and ev.type == ecodes.MSC_SCAN:
+ self._logger.debug('Ignoring MSC_SCAN: %d', ev.value)
else:
self._logger.warning('Unhandled event on the virtual device: %s', ev)