[simple-scan/cherry-pick-6db3d4c8-2] Color Scanning via Brother ADS 2200 and 2700 (brscanads2200ads2700w)



commit 330907b7e0bb5009441988c274b5d0e96262e824
Author: Tim Way <18104-idlemind users noreply gitlab gnome org>
Date:   Fri Jun 26 12:00:28 2020 +0000

    Color Scanning via Brother ADS 2200 and 2700 (brscanads2200ads2700w)
    
    The name for the color mode is slightly different for the brscanads2200ads2700w backend. Without this the 
scanner only scans in black and white. I tested it locally with a Brother ADS-2700w over USB and it allowed 
me to scan in color like XSane.
    
    
    (cherry picked from commit 6db3d4c8e1196c14ec6d35b96a65471eef301d0c)

 src/scanner.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/scanner.vala b/src/scanner.vala
index ffef562..3c68366 100644
--- a/src/scanner.vala
+++ b/src/scanner.vala
@@ -985,6 +985,7 @@ public class Scanner : Object
                     "24bit Color[Fast]", /* brother4 driver, Brother DCP-1622WE, #134 */
                     "24bit Color", /* Seen in the proprietary brother3 driver */
                     "24-bit Color", /* #161 Lexmark CX310dn */
+                    "24 bit Color", /* brscanads2200ads2700w */
                     "Color - 16 Million Colors" /* Samsung unified driver. LP: 892915 */
                 };
                 string[] gray_scan_modes =


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