summaryrefslogtreecommitdiff
path: root/libre/hplip/hplip_typo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/hplip/hplip_typo.patch')
-rw-r--r--libre/hplip/hplip_typo.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/hplip/hplip_typo.patch b/libre/hplip/hplip_typo.patch
new file mode 100644
index 000000000..8d22f51ea
--- /dev/null
+++ b/libre/hplip/hplip_typo.patch
@@ -0,0 +1,11 @@
+--- config_usb_printer.py 2013-05-19 02:23:17.506716304 +0300
++++ config_usb_printer.py.new 2013-05-19 02:23:30.140049848 +0300
+@@ -257,7 +257,7 @@
+ # ******************************* RUNNING FIRMWARE DOWNLOAD TO DEVICE FOR SUPPORTED PRINTER'S
+ fw_download_req = mq.get('fw-download', False)
+ if fw_download_req:
+- fw_cmd = utlis.which('hp-firmware', True)
++ fw_cmd = utils.which('hp-firmware', True)
+ if fw_cmd:
+ fw_cmd += " -y3 -s %s"%param
+ log.debug(fw_cmd)