We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 2.0-current CUPS.org User: kberggren
Intermec printer products connected via USB requires 'no-reattach' option to function properly with CUPS.
To reproduce:
Observation: On step 5 test page is only printed first time, subsequent times the test page print job is stuck in the queue on PC.
Proposed solution: In backend/org.cups.usb-quirks add:
All Intermec devices 0x067e no-reattach
0x067e no-reattach
Testing: The fix has been validated successfully with a number of Intermec printer products (PM43, PC43, etc) under Ubuntu 14.04 LTS 32-bit.
The text was updated successfully, but these errors were encountered:
CUPS.org User: kberggren
Attaching proposed fix as Git patch as suggested by CUPS Developer Guide.
Sorry, something went wrong.
CUPS.org User: mike
Fixed in Subversion repository.
"L4553.patch":
From 03bbf784d3e15584a0ccb7c0f5aa0fca63e6fbf1 Mon Sep 17 00:00:00 2001 From: Kristofer Berggren kristofer.berggren@intermec.com Date: Fri, 2 Jan 2015 16:08:44 +0800 Subject: [PATCH] Fix L4553
backend/org.cups.usb-quirks | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/backend/org.cups.usb-quirks b/backend/org.cups.usb-quirks index 6566b73..8e58794 100644 --- a/backend/org.cups.usb-quirks +++ b/backend/org.cups.usb-quirks @@ -224,3 +224,6 @@
0x04A9 0x1736 unidir + +# All Intermec devices, https://www.cups.org/str.php?L4553
1.7.0.4
No branches or pull requests
Version: 2.0-current
CUPS.org User: kberggren
Intermec printer products connected via USB requires 'no-reattach' option to function properly with CUPS.
To reproduce:
Observation:
On step 5 test page is only printed first time, subsequent times the test page print job is stuck in the queue on PC.
Proposed solution:
In backend/org.cups.usb-quirks add:
Testing:
The fix has been validated successfully with a number of Intermec printer products (PM43, PC43, etc) under Ubuntu 14.04 LTS 32-bit.
The text was updated successfully, but these errors were encountered: