From 3043e3a53380f49a85485470f4520a39366ee07f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 30 Nov 2018 13:05:03 -0500 Subject: [PATCH] Add USB quirk rule for Zebra ZD420 (Issue #5395) --- CHANGES.md | 4 ++-- backend/org.cups.usb-quirks | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3297973639..908911d192 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -CHANGES - 2.3b6 - 2018-11-14 +CHANGES - 2.3b6 - 2018-11-30 ============================ Changes in CUPS v2.3b6 @@ -36,7 +36,7 @@ Changes in CUPS v2.3b6 - The cupstestppd utility did not generate errors for missing/mismatched CloseUI/JCLCloseUI keywords (Issue #5381) - The scheduler now reports the actual location of the log file (Issue #5398) -- Added USB quirk rules (Issue #5420, Issue #5443) +- Added USB quirk rules (Issue #5395, Issue #5420, Issue #5443) - The generated PPD files for IPP Everywhere printers did not contain the cupsManualCopies keyword (Issue #5433) - Kerberos credentials might be truncated (Issue #5435) diff --git a/backend/org.cups.usb-quirks b/backend/org.cups.usb-quirks index 15144519c0..3f99f60deb 100644 --- a/backend/org.cups.usb-quirks +++ b/backend/org.cups.usb-quirks @@ -290,3 +290,6 @@ # Star TSP743 (Issue #5443) 0x0519 0x0001 delay-close + +# Zebra ZD420 (Issue #5395) +0x0a5f 0x0120 unidir no-reattach -- 2.47.2