From: msweet Date: Fri, 26 Apr 2013 17:59:28 +0000 (+0000) Subject: Add quirk for Canon Selphy CP780. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2904c2025ab4bb3ac9a5b65f8179bb949f4c3ded;p=thirdparty%2Fcups.git Add quirk for Canon Selphy CP780. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10965 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/backend/usb-libusb.c b/backend/usb-libusb.c index 1d9c27c59f..bbce39a62e 100644 --- a/backend/usb-libusb.c +++ b/backend/usb-libusb.c @@ -230,6 +230,7 @@ static const struct quirk_printer_struct quirk_printers[] = { { 0x04a9, 0x3256, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP810 */ { 0x04a9, 0x30F5, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP500 */ { 0x04a9, 0x31AF, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY ES3 */ + { 0x04a9, 0x31DD, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP780 */ /* MISSING PIDs: CP520, CP530, CP790 */ { 0, 0 } };