From 7edbf0239c9736337a7eef04897e357b74bd55af Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 13 Jun 2015 17:22:02 -0400 Subject: [PATCH] misc: add DNP DS620 and RX1 to distinct printer types. They are subtly different than each other, and the DS40. --- backend_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend_common.h b/backend_common.h index 60a54c3..7248941 100644 --- a/backend_common.h +++ b/backend_common.h @@ -109,6 +109,8 @@ enum { P_DNP_DS40, P_DNP_DS80, P_CITIZEN_CW01, + P_DNP_DSRX1, + P_DNP_DS620, P_END, };