dnpds40: Decode the standby status code.

This commit is contained in:
Solomon Peachy 2015-06-17 20:55:29 -04:00
parent b1905b15ca
commit 504ff4cd37
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ static char *dnpds40_statuses(char *str)
case 1: return "Printing";
case 500: return "Cooling Print Head";
case 510: return "Cooling Paper Motor";
case 900: return "Standby Mode";
case 1000: return "Cover Open";
case 1010: return "No Scrap Box";
case 1100: return "Paper End";