[MOD] STR #4295: backend/usb-libusb.c USBLP_QUICK_BLACKLIST type

Douglas Kosovic <[email protected]> Wed, 13 Mar 2013 21:07:23 -0700 (PDT)
Newsgroups gmane.comp.printing.cups.bugs
Message-ID <[email protected]>

--PART-BOUNDARY
Content-Type: text/plain

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

USBLP_QUICK_BLACKLIST should be USBLP_QUIRK_BLACKLIST in
backend/usb-libusb.c, see patch attached.

Link: https://www.cups.org/str.php?L4295
Version: 1.6-current
--PART-BOUNDARY
Content-Type: text/plain
Content-Disposition: attachment; filename="USBLP_QUIRK_BLACKLIST.patch.txt"

Index: backend/usb-libusb.c
===================================================================
--- backend/usb-libusb.c	(revision 10905)
+++ backend/usb-libusb.c	(working copy)
@@ -122,7 +122,7 @@
 #define USBLP_QUIRK_USB_INIT	0x2	/* needs vendor USB init string */
 #define USBLP_QUIRK_BAD_CLASS	0x4	/* descriptor uses vendor-specific
 					   Class or SubClass */
-#define USBLP_QUICK_BLACKLIST	0x8	/* these printers do not conform to the USB print spec */
+#define USBLP_QUIRK_BLACKLIST	0x8	/* these printers do not conform to the USB print spec */
 #define USBLP_QUIRK_RESET	0x4000	/* After printing do a reset
 					   for clean-up */
 #define USBLP_QUIRK_NO_REATTACH	0x8000	/* After printing we cannot re-attach

--PART-BOUNDARY
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
cups-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/cups-bugs

--PART-BOUNDARY--