]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add quirk for Canon Selphy CP780.
authormsweet <msweet@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 26 Apr 2013 17:59:28 +0000 (17:59 +0000)
committermsweet <msweet@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 26 Apr 2013 17:59:28 +0000 (17:59 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10965 7a7537e8-13f0-0310-91df-b6672ffda945

backend/usb-libusb.c

index 1d9c27c59fcff37cd61b5b3f41639979b956d888..bbce39a62e59f57a2d1446884e82a5346e70c619 100644 (file)
@@ -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 }
 };