From: Zdenek Dohnal Date: Thu, 4 Aug 2022 13:43:08 +0000 (+0200) Subject: Adds USB quirk for GoDEX label printers (fixes #440) X-Git-Tag: v2.4.3~154^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e82ce861f37a50e5f1f41a9a7ac8f12f0773b35b;p=thirdparty%2Fcups.git Adds USB quirk for GoDEX label printers (fixes #440) --- 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