initial evdev driver

This commit is contained in:
chrys 2016-09-13 01:25:08 +02:00
parent efeb9b884a
commit b5c4a644bb

View File

@ -9,6 +9,7 @@ class screenManager():
return environment return environment
def shutdown(self, environment): def shutdown(self, environment):
return environment return environment
def update(self, environment): def update(self, environment):
environment['generalInformation']['suspend'] = self.isSuspendingScreen(environment) environment['generalInformation']['suspend'] = self.isSuspendingScreen(environment)
if not environment['generalInformation']['suspend']: if not environment['generalInformation']['suspend']: