From ea95f7fe1ac20cd24c82601500c07f1da43bdfaf Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 8 Mar 2018 11:04:21 -0500 Subject: [PATCH] Add USB quirk rule for Lexmark Optra E310 printers (Issue #5259) --- CHANGES.md | 4 +++- backend/org.cups.usb-quirks | 12 +++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d5a7f863a..5b9ca86e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -CHANGES - 2.3rc1 - 2018-02-23 +CHANGES - 2.3rc1 - 2018-03-08 ============================= Changes in CUPS v2.3rc1 @@ -18,6 +18,8 @@ Changes in CUPS v2.3rc1 - Added public `cupsEncodeOption` API for encoding a single option as an IPP attribute. - Documentation fixes (Issue #5252) +- The Lexmark Optra E310 printer needs the "no-reattach" USB quirk rule + (Issue #5259) Changes in CUPS v2.3b3 diff --git a/backend/org.cups.usb-quirks b/backend/org.cups.usb-quirks index d9a392843..f0ba5c230 100644 --- a/backend/org.cups.usb-quirks +++ b/backend/org.cups.usb-quirks @@ -12,6 +12,13 @@ # usb-init Needs vendor USB initialization string. # vendor-class Uses vendor-specific class or subclass. # whitelist The printer is functional with the USB backend. +# +# To get the USB vendor and product IDs for a given printer, run the "lsusb" +# command, which will show something like the following: +# +# Bus 002 Device 003: ID ab21:34dc Acme Example Printer +# +# The "ab21:34dc" is the vendor and product ID, separated by a colon. # HP DeskJet 895C 0x03f0 0x0004 unidir @@ -270,4 +277,7 @@ 0x04a9 0x1746 unidir # Star Micronics printers (Issue #5251) -0x0519 unidir \ No newline at end of file +0x0519 unidir + +# Lexmark Optra E310 (Issue #5259) +0x043d 0x000c no-reattach -- 2.39.2