diff --git a/usb_acpi.py b/usb_acpi.py index e69de29..813f3da 100644 --- a/usb_acpi.py +++ b/usb_acpi.py @@ -0,0 +1,6 @@ +import time + +with open('/dev/hidg0', 'wb') as f: + f.write(b'\x01\x00\x00\x00\x00\x00\x00\x00') + time.sleep(0.1) + f.write(b'\x00\x00\x00\x00\x00\x00\x00\x00')