SOURCES: cups-str1705.patch (NEW) - disable back-channel data in t...
charles
charles at pld-linux.org
Sat May 20 06:30:41 CEST 2006
Author: charles Date: Sat May 20 04:30:41 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- disable back-channel data in the usb backend (STR #1705)
---- Files affected:
SOURCES:
cups-str1705.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/cups-str1705.patch
diff -u /dev/null SOURCES/cups-str1705.patch:1.1
--- /dev/null Sat May 20 06:30:41 2006
+++ SOURCES/cups-str1705.patch Sat May 20 06:30:36 2006
@@ -0,0 +1,11 @@
+--- cups-1.2.x/backend/usb-unix.c.str1705 2006-05-18 18:12:40.000000000 +0100
++++ cups-1.2.x/backend/usb-unix.c 2006-05-18 18:13:38.000000000 +0100
+@@ -238,7 +238,7 @@
+ do
+ {
+ FD_ZERO(&input);
+- FD_SET(fd, &input);
++ // FD_SET(fd, &input); // disable back-channel data (see STR #1705)
+ FD_ZERO(&output);
+ FD_SET(fd, &output);
+ }
================================================================
More information about the pld-cvs-commit
mailing list