Ralph Little
45416ffe03
brother_mfp: start of network driver.
...
We start with SNMP experiments for button registration and general
network driver framework.
2023-12-11 13:06:26 -08:00
Ralph Little
311a38c76f
brother_mfp: added first draft of man page for backend.
2023-12-11 13:05:54 -08:00
Ralph Little
8096f84a6f
Merge branch 'lexmark_X2670_backend' into 'master'
...
Lexmark x2600 backend
See merge request sane-project/backends!769
2023-12-10 18:36:08 +00:00
Ralph Little
651fc3419a
pixma: Added speculative definitions for MF750 imageclass machines.
...
Also corrected descrption file entry for TS8700.
2023-11-06 14:48:38 -08:00
Ordissimo
14dbdc759e
pixma: add models October 2023
2023-11-03 10:15:17 +01:00
Alex Belkin
b38e620c23
Merge branch 'xerox_mfp-no-usb-clear_halt-workaround' into 'master'
...
xerox_mfp: skip ENDPOINT CLEAR HALT command by default. #706
See merge request sane-project/backends!799
2023-11-03 04:19:53 +03:00
ValdikSS
655b9736c5
xerox_mfp: skip ENDPOINT CLEAR HALT command by default
...
Some xerox_mfp scanners, such as Samsung SCX-4521F, hangs when
their OUT ENDPOINT receives CLEAR HALT command, which is performed
in usb open and close functions of the backend.
The issue seem to be dependant on USB controller and assumingly
happens due to some sort of incompatibility of USB implementation
in the scanner.
Skip sending this command by default and add
SANE_XEROX_USB_HALT_WORKAROUND env variable to execute
CLEAR HALT commands.
2023-11-02 15:55:55 +03:00
Ralph Little
837d1622ea
epsonds: New model support added.
2023-10-02 20:02:21 +00:00
Ralph Little
3c20a989cf
Merge branch 'xerox-3335' into 'master'
...
xerox_mfp: add Xerox WorkCentre 3335
See merge request sane-project/backends!790
2023-09-27 14:01:16 +00:00
Ralph Little
2fb8eb90cf
Merge branch 'pixma-add-model' into 'master'
...
pixma: add 2023 model
See merge request sane-project/backends!795
2023-09-26 15:32:00 +00:00
ThierryFR
cd5443eec8
canon_pixma : add 2023 models
2023-09-26 04:34:44 +00:00
Ordissimo
766162cad6
pixma: add 2023 models
2023-09-25 23:13:59 +02:00
Mikhail Novosyolov
ba3d80949d
xerox_mfp: add Xerox WorkCentre 3335
...
Works OK, but, when scanning in automatic feeder mode, only the first page is scanned:
e.g. if run
SANE_DEBUG_XEROX_MFP=4 skanlite
skanlite thinks that scanning has been finished after the first page, but the scanner continues to work and debug messages about reading data from the scanner (sane_xerox_mfp_read: <..>) continue to be printed.
Signed-off-by: Mikhail Novosyolov <m.novosyolov@rosalinux.ru>
2023-07-03 19:20:00 +03:00
m. allan noah
90cc6b1fb7
fujitsu/ricoh.desc file updates
...
Sort model numbers to be more readable on our website.
Remove 'ricoh' from model names.
2023-03-28 08:29:02 -04:00
m. allan noah
44f96adb33
fujitsu.desc: remove trailing blank line
2023-03-27 21:03:39 -04:00
m. allan noah
9ce70f06c8
fujitsu backend v140
...
add initial support for Ricoh scanners
2023-03-27 20:59:03 -04:00
m. allan noah
f4fcbb59f2
fujitsu.desc: add new line of Ricoh scanners
...
Fujitsu has transfered their line of scanners to Ricoh, initially
keeping the same USB VID and PID. So we duplicate all current
models into a Ricoh section.
2023-03-24 19:33:30 -04:00
Ralph Little
3ab4342ce7
doc: remove "new" markers from lide70 and "template" backends.
2023-02-27 19:36:12 -08:00
Ralph Little
49943e7e45
Merge branch '570-issues-in-man-pages' into 'master'
...
Resolve "Issues in man pages"
See merge request sane-project/backends!692
2023-02-21 04:26:29 +00:00
Ralph Little
2b20ad5b12
doc: merge changes from default, related to removal of init system config.
2023-02-20 20:14:58 -08:00
Ralph Little
536e486ff7
Merge branch 'saned-doc' into 'master'
...
doc/saned: Improve service configuration details and security warnings
See merge request sane-project/backends!717
2023-02-21 04:00:50 +00:00
Ralph Little
06280f15c1
Merge branch 'master' into '570-issues-in-man-pages'
...
# Conflicts:
# doc/sane-epjitsu.man
# doc/sane-plustek_pp.man
2023-02-21 00:13:33 +00:00
Ralph Little
e147d111e3
Merge branch 'warmar-master-patch-05014' into 'master'
...
xerox_mfp: Add Dell 1135n
See merge request sane-project/backends!770
2023-02-20 23:52:42 +00:00
Warren Mar
9a190804dd
xerox_mfp: Add Dell 1135n
2023-02-20 23:52:42 +00:00
Ralph Little
10b3345a1c
Merge branch '16-low-default-buffer-size-results-in-poor-scanner-performance' into 'master'
...
Resolve "Low default buffer size results in poor scanner performance"
Closes #16
See merge request sane-project/backends!773
2023-02-20 23:51:26 +00:00
Ralph Little
b5058ff5ed
saned: increase default buffer size for backend comms to 1MB
...
Also added an option to change it.
2023-02-20 15:25:21 -08:00
Ralph Little
1eff86953d
Merge branch 'pixma-add-models' into 'master'
...
pixma: add new models
See merge request sane-project/backends!766
2023-02-20 17:24:49 +00:00
m. allan noah
573ca4b453
update canon_dr.desc for #552
...
Several canon scanners can operate as a mass storage device, holding
the windows software. They have a different USB PID in that case.
2023-01-27 18:09:57 -05:00
Ordissimo
4033ea23b6
Merge branch 'escl-add-espon-L3160' into 'master'
...
escl: add Epson EcoTank L3160 support.
Closes #632
See merge request sane-project/backends!776
2023-01-06 13:57:39 +00:00
Ordissimo
109a82f0fe
escl: add Epson EcoTank L3160 support.
2023-01-06 14:42:11 +01:00
Ralph Little
f15a40c1bb
scanimage: default buffer size increased to 1MB
...
Because -B argument was optional and specified 1MB if left out I have
made the argument mandatory now and updated the man page to match.
2022-12-04 10:00:47 -08:00
Benoit Juin
ccfc476a07
Prepare backend build files
2022-11-24 12:08:29 +01:00
thierry1970
42d1143c0a
pixma: add new models
2022-11-21 11:04:03 +01:00
m. allan noah
9144eada44
add fujitsu ScanSnap iX1400, fixes #555
2022-11-18 14:19:23 -05:00
m. allan noah
87e9be4be5
add ScanSnap iX1300 to fujitsu desc and conf
2022-11-17 21:24:45 -05:00
m. allan noah
190fa52619
epjitsu backend v33
...
- S1300i: fix color plane offset at 225 and 330 dpi (fixes #538 )
2022-11-17 20:52:29 -05:00
m. allan noah
6acd5366cb
epjitsu backend v32
...
- fix hanging scan when using source = ADF Back (fixes #601 )
- minor improvements to .desc and manpage
2022-11-15 22:01:19 -05:00
m. allan noah
eb52b43762
fujitsu documentation updates
...
- minor tweaks to text of manpage
- update the desc file status of some unsupported scanners
2022-11-15 19:36:53 -05:00
m. allan noah
7547ee04e1
more fujitsu desc and conf for fi-8xxx
2022-11-09 23:34:19 -05:00
m. allan noah
642160ef97
fujitsu desc and conf updates
...
- add fi-81xx scanners
- clean up desc file comments
2022-11-09 20:44:14 -05:00
Michał Kopeć
6740b47bca
pixma: add support for imageRUNNER 1018/1022/1023
...
Add support for Canon imageRUNNER 1018/1022/1023 models, which all share the
same USB PID. Add it as a copy of MF6500.
Tested with an iR1022A model. Flatbed and ADF both work correctly.
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2022-10-06 11:09:58 +02:00
Ralph Little
e0c25d5a67
doc_external: Added external driver entry for Ambir ImageScan Pro 820ix
...
Also corrected a prior error in the Kyocera external file.
2022-09-09 09:29:54 -07:00
m. allan noah
4873304efe
fujitsu.desc: Remove trailing whitespace
2022-09-06 21:18:31 -04:00
m. allan noah
8467535448
fujitsu backend 138
...
- update FCPA Inc to PFU America Inc
- note support for fi-7300NX (#594 )
2022-09-06 20:22:55 -04:00
Ralph Little
807d13de6d
sane-canon: update broken link in desc file.
2022-09-02 09:06:55 -07:00
Ralph Little
16eed3e526
doc: Added external report of Kyocera SANE driver.
2022-08-25 18:49:35 +00:00
Ralph Little
cbffffbd7b
epsonds: Added new model XP-2200 series.
...
Patch supplied by Nakamura Iwao from Epson Japan.
2022-08-22 20:55:59 -07:00
Povilas Kanapickas
f1413cbc16
Merge branch 'pixma-adding-models' into 'master'
...
pixma: add 2 models
See merge request sane-project/backends!745
2022-08-16 17:28:50 +00:00
thierry1970
32a86107cd
scangearmp2: add 2 models
2022-08-16 11:31:59 +02:00
thierry1970
7ec4074fbd
pixma: add 2 models
2022-08-16 11:20:02 +02:00