summaryrefslogtreecommitdiff
path: root/fw/src/packet_interface.h
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2021-03-24 14:48:01 +0100
committerjaseg <git@jaseg.de>2021-03-24 14:48:01 +0100
commitadfffcd8fb96c6c2eadb749b4ce921c624353191 (patch)
tree6733b7f73773c65e89dab3ed0f80853b0a55fa0a /fw/src/packet_interface.h
parentdbb264c68d658e5c851c0b3926f5465196e486df (diff)
downloadsecure-hid-adfffcd8fb96c6c2eadb749b4ce921c624353191.tar.gz
secure-hid-adfffcd8fb96c6c2eadb749b4ce921c624353191.tar.bz2
secure-hid-adfffcd8fb96c6c2eadb749b4ce921c624353191.zip
Add passthrough reportsmain
Diffstat (limited to 'fw/src/packet_interface.h')
-rw-r--r--fw/src/packet_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/src/packet_interface.h b/fw/src/packet_interface.h
index 2f60f9f..c40b3f8 100644
--- a/fw/src/packet_interface.h
+++ b/fw/src/packet_interface.h
@@ -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 {