summaryrefslogtreecommitdiff
path: root/util/comm-dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/comm-dev.c')
-rw-r--r--util/comm-dev.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/util/comm-dev.c b/util/comm-dev.c
index 8a28cc4098..679f15225f 100644
--- a/util/comm-dev.c
+++ b/util/comm-dev.c
@@ -43,7 +43,12 @@ static const char * const meanings[] = {
"INVALID_HEADER",
"REQUEST_TRUNCATED",
"RESPONSE_TOO_BIG",
- "BUS_ERROR"
+ "BUS_ERROR",
+ "BUSY",
+ "INVALID_HEADER_VERSION",
+ "INVALID_HEADER_CRC",
+ "INVALID_DATA_CRC",
+ "DUP_UNAVAILABLE",
};
static const char *strresult(int i)