write usb_acpi
This commit is contained in:
parent
e9c9555ba1
commit
02a9624e31
@ -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')
|
Loading…
Reference in New Issue
Block a user