[cups] Add quirk rule for Canon MP210 (#847923).

Jiří Popelka jpopelka at fedoraproject.org
Fri Jan 18 14:57:32 UTC 2013


commit d4c40d48e19b0fd86850c2a2a54797518b72a21b
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Fri Jan 18 15:48:13 2013 +0100

    Add quirk rule for Canon MP210 (#847923).

 cups-usblp-quirks.patch |    4 +++-
 cups.spec               |    5 ++++-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/cups-usblp-quirks.patch b/cups-usblp-quirks.patch
index 506564c..ebf5d4c 100644
--- a/cups-usblp-quirks.patch
+++ b/cups-usblp-quirks.patch
@@ -19,7 +19,7 @@ diff -up cups-1.5.4/backend/usb-libusb.c.usblp-quirks cups-1.5.4/backend/usb-lib
  #define USBLP_QUIRK_NO_REATTACH	0x8000	/* After printing we cannot re-attach
  					   the usblp kernel module */
  
-@@ -141,15 +143,43 @@ static const struct quirk_printer_struct
+@@ -141,15 +143,45 @@ static const struct quirk_printer_struct
  	{ 0x0409, 0xf1be, USBLP_QUIRK_BIDIR }, /* NEC Picty800 (HP OEM) */
  	{ 0x0482, 0x0010, USBLP_QUIRK_BIDIR }, /* Kyocera Mita FS 820,
  						  by zut <kernel at zut.de> */
@@ -27,6 +27,8 @@ diff -up cups-1.5.4/backend/usb-libusb.c.usblp-quirks cups-1.5.4/backend/usb-lib
 +			    Printer, http://www.cups.org/str.php?L4155 */
 +	{ 0x04a9, 0x10b6, USBLP_QUIRK_BIDIR }, /* Canon, Inc. PIXMA iP4300
 +			    Printer, https://bugs.launchpad.net/bugs/1032385 */
++	{ 0x04a9, 0x1721, USBLP_QUIRK_BIDIR }, /* Canon, Inc. MP210
++		      https://bugzilla.redhat.com/show_bug.cgi?id=847923#c53 */
 +	{ 0x04a9, 0x170c, USBLP_QUIRK_BIDIR }, /* Canon, Inc. MP500
 +			    Printer, https://bugs.launchpad.net/bugs/1032456 */
 +	{ 0x04a9, 0x1717, USBLP_QUIRK_BIDIR }, /* Canon, Inc. MP510
diff --git a/cups.spec b/cups.spec
index a666926..8a6a6cc 100644
--- a/cups.spec
+++ b/cups.spec
@@ -11,7 +11,7 @@ Summary: Common Unix Printing System
 Name: cups
 Epoch: 1
 Version: 1.6.1
-Release: 19%{?dist}
+Release: 20%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Url: http://www.cups.org/
@@ -623,6 +623,9 @@ rm -f %{cups_serverbin}/backend/smb
 %{_mandir}/man5/ipptoolfile.5.gz
 
 %changelog
+* Fri Jan 18 2013 Jiri Popelka <jpopelka at redhat.com> 1:1.6.1-20
+- Add quirk rule for Canon MP210 (#847923).
+
 * Mon Jan 14 2013 Jiri Popelka <jpopelka at redhat.com> 1:1.6.1-19
 - Fix unowned directories (#894531).
 


More information about the scm-commits mailing list