fenrir/play-zone/errorOnBrokenDevice.py

6 lines
127 B
Python
Raw Normal View History

2016-10-19 13:51:13 -04:00
#!/bin/python
# in case that event13 is still the broken device
f = open('/dev/input/event13')
2016-10-19 13:52:36 -04:00
print('OK /dev/input/event13')