power/usb_acpi.py

7 lines
167 B
Python
Raw Normal View History

2024-10-13 23:42:39 +00:00
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')