From 050d265700ac3bdf98446d13d4acbd52e2670846 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 5 Jun 2018 11:27:16 -0400 Subject: [PATCH] Add a USB quirks rule for the HP LaserJet P1102 (Issue #5310) --- CHANGES.md | 5 +++-- backend/org.cups.usb-quirks | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fa8a9eb69c..6c73a9f451 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -CHANGES - 2.3b5 - 2018-06-04 -============================= +CHANGES - 2.3b5 - 2018-06-05 +============================ Changes in CUPS v2.3b5 ----------------------- @@ -14,6 +14,7 @@ Changes in CUPS v2.3b5 authentication schemes in a single response header (Issue #5289) - Fixed policy limits containing the `All` operation (Issue #5296) - The scheduler was always restarted after idle-exit with systemd (Issue #5297) +- Added a USB quirks rule for the HP LaserJet P1102 (Issue #5310) - The mailto notifier did not wait for the welcome message (Issue #5312) - Documentation updates (Issue #5299, Issue #5301, Issue #5306) - Fax queues did not support pause (p) or wait-for-dialtone (w) characters diff --git a/backend/org.cups.usb-quirks b/backend/org.cups.usb-quirks index f0ba5c230c..1f1feffaee 100644 --- a/backend/org.cups.usb-quirks +++ b/backend/org.cups.usb-quirks @@ -281,3 +281,6 @@ # Lexmark Optra E310 (Issue #5259) 0x043d 0x000c no-reattach + +# HP LaserJet P1102 (Issue #5310) +0x03F0 0x002A no-reattach -- 2.47.2