From e82ce861f37a50e5f1f41a9a7ac8f12f0773b35b Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 4 Aug 2022 15:43:08 +0200 Subject: [PATCH] Adds USB quirk for GoDEX label printers (fixes #440) --- CHANGES.md | 1 + backend/org.cups.usb-quirks | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 381a943e60..fb198644cd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ Changes in CUPS v2.4.3 (TBA) ---------------------------- - Added a title with device uri for found network printers (Issues #402, #393) +- Added quirk for GoDEX label printers (Issue #440) - Fixed `--enable-libtool-unsupported` (Issue #394) - Fixed configuration on RISC-V machines (Issue #404) - Fixed the `device_uri` invalid pointer for driverless printers with `.local` diff --git a/backend/org.cups.usb-quirks b/backend/org.cups.usb-quirks index 5aa0d41af6..f59a0f71dc 100644 --- a/backend/org.cups.usb-quirks +++ b/backend/org.cups.usb-quirks @@ -371,3 +371,6 @@ # HP DesignJet 130 (Apple #5838) 0x03f0 0x0314 no-reattach + +# GoDEX label printers (https://github.com/OpenPrinting/cups/issues/440) +0x195f 0x0001 unidir no-reattach -- 2.47.2