db : Update upstream.

This commit is contained in:
Philippe Groarke 2017-12-21 13:14:57 -05:00 committed by p-groarke
parent e19724785d
commit 53f8746a53
2 changed files with 54 additions and 38 deletions

View file

@ -27,6 +27,8 @@ def error (message):
print(get_current_line())
def check_guid (guid):
if guid == "xinput":
return
if len (guid) != 32:
error ("The length of the guid string must be equal to 32")
for c in guid: