]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Use unidirectional mode for Star Micronics printers (Issue #5251)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 20 Feb 2018 14:58:32 +0000 (09:58 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 20 Feb 2018 14:58:32 +0000 (09:58 -0500)
CHANGES.md
backend/org.cups.usb-quirks

index d64f9ca22fb7498be66a5dd981813279f5b922e7..d1cf2db174b012877c017a472591e5df6b38af83 100644 (file)
@@ -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
index cc573a1c076a56a0d8e600db3043ebf6b2592b9b..d9a39284358cf3e336388d03ab0254b55f9b8354 100644 (file)
@@ -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.
 
 # Canon, Inc. MP280 series (Issue #5221)
 0x04a9 0x1746 unidir
+
+# Star Micronics printers (Issue #5251)
+0x0519 unidir
\ No newline at end of file