From 4d77315c5b5b5a32cb31cbe821a040fe8f023962 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 28 Jul 2022 10:52:44 -0400 Subject: [PATCH] dnp: Add in a missing printer error code. --- backend_dnpds40.c | 1 + 1 file changed, 1 insertion(+) diff --git a/backend_dnpds40.c b/backend_dnpds40.c index 4aa86ae..5adf68d 100644 --- a/backend_dnpds40.c +++ b/backend_dnpds40.c @@ -639,6 +639,7 @@ static const char *dnpds40_statuses(int status) case 2610: return "Abnormal Paper Motor Temperature"; case 2700: return "Ribbon Tension Error"; case 2800: return "RF-ID Module Error"; + case 2900: return "RS422 Communiation Error"; case 3000: return "System Error"; case 9999: return "Communication Failure"; /* Special */ default: