Update evdevDriver.py

This commit is contained in:
chrys87 2018-05-23 14:28:34 +02:00 committed by GitHub
parent 423f3e8104
commit 81a7896f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ class driver(inputDriver):
try:
if not '/sys/devices/virtual/input/' in device.sys_path:
if device.device_node:
if device.sys_name.startswith('event'):
validDevices.append(str(device.device_node))
device = monitor.poll(0.1)
except: