add tool
This commit is contained in:
parent
823708800b
commit
05676e8e09
4
tools/deviceInfo.py
Executable file
4
tools/deviceInfo.py
Executable file
@ -0,0 +1,4 @@
|
||||
from pyudev import Context
|
||||
context = Context()
|
||||
for device in context.list_devices(subsystem='input'):
|
||||
'{0} - {1}'.format(device.sys_name, device.device_type)
|
Loading…
Reference in New Issue
Block a user