Merge lp:~aq4matic/simple-scan/hp_duplex_scan into lp:~simple-scan-team/simple-scan/trunk

Proposed by aq4matic
Status: Merged
Merged at revision: 737
Proposed branch: lp:~aq4matic/simple-scan/hp_duplex_scan
Merge into: lp:~simple-scan-team/simple-scan/trunk
Diff against target: 15 lines (+4/-1)
1 file modified
src/scanner.vala (+4/-1)
To merge this branch: bzr merge lp:~aq4matic/simple-scan/hp_duplex_scan
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Review via email: mp+229838@code.launchpad.net
To post a comment you must log in.
736. By aq4matic

add brother duplex support

737. By aq4matic

add brother duplex support

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Thanks for your work!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/scanner.vala'
2--- src/scanner.vala 2014-07-21 22:51:53 +0000
3+++ src/scanner.vala 2014-08-07 10:17:35 +0000
4@@ -935,7 +935,10 @@
5 "ADF Duplex",
6 Sane.I18N ("ADF Duplex"),
7 "ADF Duplex - Long-Edge Binding", /* Samsung unified driver. LP: # 892915 */
8- "ADF Duplex - Short-Edge Binding"
9+ "ADF Duplex - Short-Edge Binding",
10+ "Duplex", /* HP duplex scan support. LP: #1353599 */
11+ "Automatic Document Feeder(centrally aligned,Duplex)", /* Brother duplex scan support. LP: #1343773 */
12+ "Automatic Document Feeder(left aligned,Duplex)"
13 };
14
15 switch (job.type)

Subscribers

People subscribed via source and target branches