diff -Nru cups-2.1.3/debian/changelog cups-2.1.3/debian/changelog --- cups-2.1.3/debian/changelog 2016-02-29 21:11:56.000000000 +0000 +++ cups-2.1.3/debian/changelog 2016-03-18 14:25:05.000000000 +0000 @@ -1,3 +1,11 @@ +cups (2.1.3-4) unstable; urgency=medium + + [ Till Kamppeter ] + * Quirk rule to make Lexmark C540n work (STR #4778) + * Quirk rule to make Xerox WorkCentre 3220 work (LP: #1406203, STR #4789) + + -- Didier Raboud Fri, 18 Mar 2016 15:24:54 +0100 + cups (2.1.3-3) unstable; urgency=medium * Install missing cups-snmp.8 manpage (Closes: #816316) diff -Nru cups-2.1.3/debian/patches/series cups-2.1.3/debian/patches/series --- cups-2.1.3/debian/patches/series 2016-02-13 15:37:50.000000000 +0000 +++ cups-2.1.3/debian/patches/series 2016-03-18 14:24:17.000000000 +0000 @@ -1,6 +1,8 @@ # patches accepted and committed upstream # patches sent upstream +usb-quirk-lexmark-C540n.patch +usb-quirk-xerox-workcentre-3220.patch pwg-raster-attributes.patch manpage-hyphen-minus.patch rootbackends-worldreadable.patch diff -Nru cups-2.1.3/debian/patches/usb-quirk-lexmark-C540n.patch cups-2.1.3/debian/patches/usb-quirk-lexmark-C540n.patch --- cups-2.1.3/debian/patches/usb-quirk-lexmark-C540n.patch 1970-01-01 00:00:00.000000000 +0000 +++ cups-2.1.3/debian/patches/usb-quirk-lexmark-C540n.patch 2016-03-18 14:24:17.000000000 +0000 @@ -0,0 +1,15 @@ +Description: Add quirk rule to make Lexmark C540n work +Author: Till Kamppeter +Bug-Upstream: https://github.com/apple/cups/issues/4778 +--- a/backend/org.cups.usb-quirks ++++ b/backend/org.cups.usb-quirks +@@ -220,6 +220,9 @@ + # Lexmark E238 (STR #4448) + 0x043d 0x009a no-reattach + ++# Lexmark C540n (STR #4778) ++0x043d 0x0139 no-reattach ++ + # Canon MX310 (STR #4482) + 0x04a9 0x1728 unidir + diff -Nru cups-2.1.3/debian/patches/usb-quirk-xerox-workcentre-3220.patch cups-2.1.3/debian/patches/usb-quirk-xerox-workcentre-3220.patch --- cups-2.1.3/debian/patches/usb-quirk-xerox-workcentre-3220.patch 1970-01-01 00:00:00.000000000 +0000 +++ cups-2.1.3/debian/patches/usb-quirk-xerox-workcentre-3220.patch 2016-03-18 14:24:17.000000000 +0000 @@ -0,0 +1,16 @@ +Description: Add quirk rule to make Xerox WorkCentre 3220 work +Author: Till Kamppeter +Bug-Upstream: https://github.com/apple/cups/issues/4789 +Bug-Ubuntu: https://bugs.launchpad.net/bugs/1406203 +--- a/backend/org.cups.usb-quirks ++++ b/backend/org.cups.usb-quirks +@@ -121,6 +121,9 @@ + # Xerox WorkCentre 3210 https://bugs.launchpad.net/bugs/1102470 + 0x0924 0x4293 no-reattach + ++# Xerox WorkCentre 3220 https://bugs.launchpad.net/bugs/1406203 https://github.com/apple/cups/issues/4789 ++0x0924 0x4294 no-reattach ++ + # QinHeng Electronics CH340S (USB -> Parallel adapter), https://bugs.launchpad.net/bugs/1000253 + 0x1a86 0x7584 no-reattach +