From 7492b1c8738aaab2c2e5dc51eace5dd73a44273f Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Thu, 18 Dec 2014 13:58:24 +0100 Subject: [PATCH] lib: Update error messages according to new state change handling This patch updates the error messages for the reworked state change handling from Andri Yngvason you find in mainline Linux 3.19+ Signed-off-by: Oliver Hartkopp --- lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib.c b/lib.c index 2c8df32..973be52 100644 --- a/lib.c +++ b/lib.c @@ -446,6 +446,7 @@ static const char *controller_problems[] = { "tx-error-warning", "rx-error-passive", "tx-error-passive", + "back-to-error-active", }; static const char *protocol_violation_types[] = { @@ -455,7 +456,7 @@ static const char *protocol_violation_types[] = { "tx-dominant-bit-error", "tx-recessive-bit-error", "bus-overload", - "back-to-error-active", + "active-error", "error-on-tx", }; -- 2.39.2