Add custom scan modes seen in f+ imaging (Lexmark) proprietary driver #600
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
An issue with distorted scan result was encountered for f+ imaging M60ade MFP.
$ sane-find-scanner -q
found USB scanner (vendor=0x043d [f+ imaging], product=0x0382 [f+ imaging M60ade]) at libusb:002:020
Debugging revealed following messages:
[...]
[New Thread 0x7fffaaffd640 (LWP 15083)]
Unable to set Color mode, please file a bug
Unable to set Color mode, please file a bug
Unable to set Gray mode, please file a bug
[Thread 0x7fffaaffd640 (LWP 15083) exited]
[Thread 0x7fffabfff640 (LWP 15081) exited]
while 'strings /usr/local/printer/unix_scan_drivers/lib/sane/libsane-mfp_nscan.so.1' showed custom constants:
[...]
1-bit Black & White
8-bit Grayscale
24-bit Color
[...]