Skip to content

Commit cd38349

Browse files
qzedarchseer
authored andcommitted
scripts/sysfs_rqst: Run BAT1._BST command
1 parent 0463815 commit cd38349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sysfs_rqst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def main():
2020
fd = os.open(PATH_DEV_RQST, os.O_RDWR | os.O_SYNC)
2121

2222
# [ TC, CID, IID, PRI, SNC, CDL, payload...]
23-
data = bytes(performance_state_request(state=0x04))
23+
data = bytes([0x02, 0x01, 0x03, 0x02, 0x01, 0x00])
2424

2525
os.write(fd, data)
2626

0 commit comments

Comments
 (0)