Package: foo2zjs / 20120510dfsg0-1

92-udev-firmware-script-fixes.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Delay firmware transfer for UDEV automatic printer setup
--- a/hplj1000
+++ b/hplj1000
@@ -32,6 +32,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
 #