Update evdevDriver.py

This commit is contained in:
chrys87
2018-05-14 14:26:57 +02:00
committed by GitHub
parent 521f551b84
commit 662cfd2e2d

View File

@ -260,7 +260,7 @@ class driver(inputDriver):
return
except KeyError:
pass
if not self.uDevices[fd]:
if self.uDevices[fd] != None:
return
try:
self.uDevices[fd] = UInput.from_device(self.iDevices[fd])