remove redundant device initialisation
This commit is contained in:
parent
9d561fdcc2
commit
6c92cb0db0
@ -50,7 +50,6 @@ class driver():
|
||||
global _evdevAvailableError
|
||||
self.env['runtime']['debug'].writeDebugOut('InputDriver: ' + _evdevAvailableError,debug.debugLevel.ERROR)
|
||||
return
|
||||
self.updateInputDevices()
|
||||
if _udevAvailable:
|
||||
self.env['runtime']['processManager'].addCustomEventThread(self.plugInputDeviceWatchdogUdev)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user