[simple-scan] Color Scanning via Brother ADS 2200 and 2700 (brscanads2200ads2700w)



commit 6db3d4c8e1196c14ec6d35b96a65471eef301d0c
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.

 src/scanner.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/scanner.vala b/src/scanner.vala
index c8f37ac..5470eab 100644
--- a/src/scanner.vala
+++ b/src/scanner.vala
@@ -1006,6 +1006,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]