mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-11 10:07:05 +00:00
hv/trace_dcp.py: Add Shutdown commands for IOEp
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
f10f32af9e
commit
9496803b18
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ class IOEp(EP):
|
|||
|
||||
GetBuf = msg_log(0x89, DIR.RX)
|
||||
|
||||
Shutdown = msg_log(0xc0, DIR.TX)
|
||||
Shutdown_Ack = msg_log(0xc1, DIR.RX)
|
||||
|
||||
@msg(0xa1, DIR.TX, IOEp_SetBuf_Ack)
|
||||
def GetBuf_Ack(self, msg):
|
||||
self.state.shmem_iova = msg.IOVA
|
||||
|
|
Loading…
Reference in a new issue