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



commit 2a71f7643a77fd69190abf774073ad6126fb5b1b
Author: Robert Ancell <robert ancell canonical com>
Date:   Fri Aug 29 13:44:19 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 efbce28..4e45918 100644
--- a/src/scanner.vala
+++ b/src/scanner.vala
@@ -886,7 +886,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]