← Back to team overview

simple-scan-team team mailing list archive

[Merge] lp:~allroad-quattro/simple-scan/hp_duplex_scan into lp:simple-scan

 

Nickibubi has proposed merging lp:~allroad-quattro/simple-scan/hp_duplex_scan into lp:simple-scan.

Requested reviews:
  Simple Scan Development Team (simple-scan-team)
Related bugs:
  Bug #1353599 in Simple Scan: "Duplex support for HP Printers/Scanners"
  https://bugs.launchpad.net/simple-scan/+bug/1353599

For more details, see:
https://code.launchpad.net/~allroad-quattro/simple-scan/hp_duplex_scan/+merge/229838
-- 
https://code.launchpad.net/~allroad-quattro/simple-scan/hp_duplex_scan/+merge/229838
Your team Simple Scan Development Team is requested to review the proposed merge of lp:~allroad-quattro/simple-scan/hp_duplex_scan into lp:simple-scan.
=== modified file 'src/scanner.vala'
--- src/scanner.vala	2014-07-21 22:51:53 +0000
+++ src/scanner.vala	2014-08-06 17:40:05 +0000
@@ -935,7 +935,8 @@
                     "ADF Duplex",
                     Sane.I18N ("ADF Duplex"),
                     "ADF Duplex - Long-Edge Binding", /* Samsung unified driver. LP: # 892915 */
-                    "ADF Duplex - Short-Edge Binding"
+                    "ADF Duplex - Short-Edge Binding",
+		    "Duplex"  /* HP duplex scan support. LP: #1353599 */
                 };
 
                 switch (job.type)


Follow ups