[simple-scan/gnome-3-12: 3/13] Add non-standard option names for duplex scanning on HP And Brother scanners



commit 351091941e7ff41caa3d9a188aec54a818ea6b1d
Author: Robert Ancell <robert ancell canonical com>
Date:   Fri Aug 29 13:40:47 2014 +1200

    Add non-standard option names for duplex scanning on HP And Brother scanners

 src/scanner.vala |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/scanner.vala b/src/scanner.vala
index 33cf86f..72cf69d 100644
--- a/src/scanner.vala
+++ b/src/scanner.vala
@@ -935,7 +935,10 @@ public class Scanner
                     "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 */
+                    "Automatic Document Feeder(centrally aligned,Duplex)", /* Brother duplex scan support. 
LP: #1343773 */
+                    "Automatic Document Feeder(left aligned,Duplex)"
                 };
 
                 switch (job.type)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]