[Foo2zjs-commits] r241 - in trunk/foo2zjs_20100728dfsg/debian: . patches

Luca Capello gismo at alioth.debian.org
Mon Oct 18 11:38:52 UTC 2010


Author: gismo
Date: 2010-10-18 11:38:49 +0000 (Mon, 18 Oct 2010)
New Revision: 241

Added:
   trunk/foo2zjs_20100728dfsg/debian/patches/92-udev-firmware-script-fixes.patch
Modified:
   trunk/foo2zjs_20100728dfsg/debian/changelog
   trunk/foo2zjs_20100728dfsg/debian/patches/series
Log:
debian/patches/92-udev-firmware-script-fixes.patch: new file

Modified: trunk/foo2zjs_20100728dfsg/debian/changelog
===================================================================
--- trunk/foo2zjs_20100728dfsg/debian/changelog	2010-10-12 23:42:44 UTC (rev 240)
+++ trunk/foo2zjs_20100728dfsg/debian/changelog	2010-10-18 11:38:49 UTC (rev 241)
@@ -31,6 +31,10 @@
     debian/patches/80-getweb.in.patch,
     debian/patches/90-manpages.patch:
     + Updated to work with new foo2zjs source.
+  * debian/patches/92-udev-firmware-script-fixes.patch:
+    + When loading firmware into the printer via UDEV script, wait 3
+      seconds, so that UDEV scripts for automatic printer setup do not
+      interfere with the firmware transfer to the printer.
   * debian/rules:
     + Added "CUPS_SERVERBIN=..." to the "make install" command line.
     + Add useful comments.

Added: trunk/foo2zjs_20100728dfsg/debian/patches/92-udev-firmware-script-fixes.patch
===================================================================
--- trunk/foo2zjs_20100728dfsg/debian/patches/92-udev-firmware-script-fixes.patch	                        (rev 0)
+++ trunk/foo2zjs_20100728dfsg/debian/patches/92-udev-firmware-script-fixes.patch	2010-10-18 11:38:49 UTC (rev 241)
@@ -0,0 +1,19 @@
+Delay firmware transfer for UDEV automatic printer setup
+--- foo2zjs_20100728dfsg.orig/hplj1000
++++ foo2zjs_20100728dfsg/hplj1000
+@@ -26,6 +26,15 @@
+ PROGNAME="$0"
+ 
+ #
++# Wait some time before installing the firmware so that probing for
++# automatic printer setup which happens immediately after turning on
++# the printer does not interfere with the firmware transfer to the
++# printer
++# https://bugs.launchpad.net/ubuntu/+source/foo2zjs/+bug/543177
++#
++sleep 3
++
++#
+ # Set $DEV to, e.g. /dev/usb/lp0, to force the device you want
+ # Else, leave it null to automatically detect the device
+ #


Property changes on: trunk/foo2zjs_20100728dfsg/debian/patches/92-udev-firmware-script-fixes.patch
___________________________________________________________________
Added: svn:executable
   + *

Modified: trunk/foo2zjs_20100728dfsg/debian/patches/series
===================================================================
--- trunk/foo2zjs_20100728dfsg/debian/patches/series	2010-10-12 23:42:44 UTC (rev 240)
+++ trunk/foo2zjs_20100728dfsg/debian/patches/series	2010-10-18 11:38:49 UTC (rev 241)
@@ -9,3 +9,4 @@
 70-printer-profile.patch
 80-getweb.in.patch
 90-manpages.patch
+92-udev-firmware-script-fixes.patch




More information about the Foo2zjs-commits mailing list