Support Q620M

A quick hacky way to support Q620M
This commit is contained in:
NeoTheFox 2021-02-02 12:15:34 +03:00 committed by GitHub
parent c04e2aca3f
commit f5aaaf62d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ def main():
return 1
while True:
hidraw_path = get_tablet_hidraw('256c', '006e')
if hidraw_path is None:
hidraw_path = get_tablet_hidraw('256c', '006d')
if hidraw_path is None:
print("Could not find tablet hidraw device")
time.sleep(2)