From 13c4fa6b2c23da889977f5c1e0ac7dd92dd406b3 Mon Sep 17 00:00:00 2001 From: Swyter Date: Sun, 1 Aug 2021 00:13:09 +0200 Subject: [PATCH] Add the `unidir` quirk to the rest of the Canon PIXMA MP 2xx series; they all seem to share the same issues The other USB PIDs were found via http://www.linux-usb.org/usb.ids. It should be harmless at worst; fill the holes in the list. --- backend/org.cups.usb-quirks | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/backend/org.cups.usb-quirks b/backend/org.cups.usb-quirks index 4d5e7bd956..f8d477eeb6 100644 --- a/backend/org.cups.usb-quirks +++ b/backend/org.cups.usb-quirks @@ -77,9 +77,27 @@ # Canon, Inc. MP210 (https://bugzilla.redhat.com/show_bug.cgi?id=847923#c53) 0x04a9 0x1721 unidir +# Canon, Inc. MP220 Printer +0x04a9 0x1722 unidir + +# Canon, Inc. MP230 Printer +0x04a9 0x175f unidir + # Canon, Inc. MP240 Printer (https://github.com/agalakhov/captdriver/issues/7#issuecomment-890380405) 0x04a9 0x1732 unidir +# Canon, Inc. MP250 Printer +0x04a9 0x173a unidir + +# Canon, Inc. MP260 Printer +0x04a9 0x1733 unidir + +# Canon, Inc. MP270 Printer +0x04a9 0x173b unidir + +# Canon, Inc. MP280 Printer +0x04a9 0x1746 unidir + # Canon, Inc. MP500 Printer (https://bugs.launchpad.net/bugs/1032456) 0x04a9 0x170c unidir -- 2.47.2