From 157fa3d9d11ebdd84bc374a22638d5b77190eb35 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 18 Aug 2017 14:01:24 -0400 Subject: dnp: RX1 2.06 FW adds square printing --- backend_dnpds40.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backend_dnpds40.c b/backend_dnpds40.c index ac2b051..6922b13 100644 --- a/backend_dnpds40.c +++ b/backend_dnpds40.c @@ -677,6 +677,9 @@ static void dnpds40_attach(void *vctx, struct libusb_device_handle *dev, ctx->supports_mediaoffset = 1; ctx->supports_iserial = 1; } + if (FW_VER_CHECK(2,06)) { + ctx->supports_5x5 = ctx->supports_6x6 = 1; + } break; case P_DNP_DS620: ctx->native_width = 1920; @@ -2490,7 +2493,7 @@ static int dnpds40_cmdline_arg(void *vctx, int argc, char **argv) /* Exported */ struct dyesub_backend dnpds40_backend = { .name = "DNP DS40/DS80/DSRX1/DS620/DS820", - .version = "0.94", + .version = "0.95", .uri_prefix = "dnpds40", .cmdline_usage = dnpds40_cmdline, .cmdline_arg = dnpds40_cmdline_arg, -- cgit v1.2.1