From: Michael R Sweet Date: Tue, 20 Feb 2018 14:58:32 +0000 (-0500) Subject: Use unidirectional mode for Star Micronics printers (Issue #5251) X-Git-Tag: v2.3b4~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a468069a205837c6e2f8fb89495c10e66e5384d6;p=thirdparty%2Fcups.git Use unidirectional mode for Star Micronics printers (Issue #5251) --- diff --git a/CHANGES.md b/CHANGES.md index d64f9ca22f..d1cf2db174 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ Changes in CUPS v2.3b4 ---------------------- - Fixed installation of filters (Issue #5247) +- Star Micronics printers need the "unidir" USB quirk rule (Issue #5251) Changes in CUPS v2.3b3 diff --git a/backend/org.cups.usb-quirks b/backend/org.cups.usb-quirks index cc573a1c07..d9a3928435 100644 --- a/backend/org.cups.usb-quirks +++ b/backend/org.cups.usb-quirks @@ -8,7 +8,7 @@ # delay-close Delay close/reset of selected interface # no-reattach Do no re-attach usblp kernel module after printing. # soft-reset Do a soft reset after printing for cleanup. -# unidir Only supported unidirectional I/O +# unidir Only supports unidirectional I/O # usb-init Needs vendor USB initialization string. # vendor-class Uses vendor-specific class or subclass. # whitelist The printer is functional with the USB backend. @@ -268,3 +268,6 @@ # Canon, Inc. MP280 series (Issue #5221) 0x04a9 0x1746 unidir + +# Star Micronics printers (Issue #5251) +0x0519 unidir \ No newline at end of file