summaryrefslogtreecommitdiff
path: root/firmware/include/openpcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/openpcd.h')
-rw-r--r--firmware/include/openpcd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/include/openpcd.h b/firmware/include/openpcd.h
index e5a0ac7..ea32764 100644
--- a/firmware/include/openpcd.h
+++ b/firmware/include/openpcd.h
@@ -34,6 +34,8 @@ enum openpcd_cmd_class {
OPENPCD_CMD_CLS_ADC = 0x5,
OPENPCD_CMD_CLS_LIBRFID = 0x6,
OPENPCD_CMD_CLS_PRESENCE = 0x7,
+ /* SIM SCAN */
+ OPENPCD_CMD_CLS_SIM = 0x8,
/* PICC (transponder) side */
OPENPCD_CMD_CLS_PICC = 0xe,
@@ -102,6 +104,7 @@ enum openpcd_cmd_class {
#define OPENPCD_VENDOR_ID 0x16c0
+#define SIMTRACE_PRODUCT_ID 0x0762
#define OPENPCD_PRODUCT_ID 0x076b
#define OPENPICC_PRODUCT_ID 0x076c
#define OPENPCD_OUT_EP 0x01
personal git repositories of Harald Welte. Your mileage may vary