Add passthrough reports

This commit is contained in:
jaseg 2021-03-24 14:48:01 +01:00
parent dbb264c68d
commit adfffcd8fb
3 changed files with 95 additions and 36 deletions

View file

@ -14,6 +14,7 @@ enum control_packet_types {
HOST_COMM_ERROR = 4,
HOST_CRYPTO_ERROR = 5,
HOST_TOO_MANY_FAILS = 6,
HOST_PASSTHROUGH_REPORT = 7,
};
enum packet_types {