[arch-commits] Commit in sane/trunk (0781f3fd.patch)

Antonio Rojas arojas at archlinux.org
Sun Jan 5 21:00:56 UTC 2020


    Date: Sunday, January 5, 2020 @ 21:00:55
  Author: arojas
Revision: 372625

Add missing patch (FS#65061)

Added:
  sane/trunk/0781f3fd.patch

----------------+
 0781f3fd.patch |   13 +++++++++++++
 1 file changed, 13 insertions(+)

Added: 0781f3fd.patch
===================================================================
--- 0781f3fd.patch	                        (rev 0)
+++ 0781f3fd.patch	2020-01-05 21:00:55 UTC (rev 372625)
@@ -0,0 +1,13 @@
+diff -up sane-backends-1.0.28/backend/genesys_gl841.cc.genesys-regression sane-backends-1.0.28/backend/genesys_gl841.cc
+--- sane-backends-1.0.28/backend/genesys_gl841.cc.genesys-regression	2019-10-14 13:11:10.772763713 +0200
++++ sane-backends-1.0.28/backend/genesys_gl841.cc	2019-10-14 13:11:57.602389188 +0200
+@@ -5042,6 +5042,9 @@ gl841_init (Genesys_Device * dev)
+   /* Set analog frontend */
+   RIE (gl841_set_fe(dev, sensor, AFE_INIT));
+ 
++    // FIXME: slow_back_home modifies dev->calib_reg and requires it to be filled
++    dev->calib_reg = dev->reg;
++
+   /* Move home */
+   RIE (gl841_slow_back_home (dev, SANE_TRUE));
+ 



More information about the arch-commits mailing list