mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-26 16:30:17 +00:00
hv/trace_mesa: rename bindump of fingerprint transfer message
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
This commit is contained in:
parent
1f21b6b7b8
commit
1e2c52b5b3
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class SIOEp(EP):
|
|||
self.log("Mesa command interrupted!")
|
||||
return
|
||||
if size >= 0x7200:
|
||||
with open("print.png", "wb") as fd:
|
||||
with open("large_message.bin", "wb") as fd:
|
||||
fd.write(self.tracer.ioread(buf, size))
|
||||
print("Fingerprint record message dumped.")
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue