Wykres commitów

8105 Commity (1e6a3f4148e1ad330c16d20f692d54bfde44eee9)

Autor SHA1 Wiadomość Data
Stéphane Voltz 1e6a3f4148 correct typo on unsupported model 2015-03-17 22:22:11 +01:00
Alessandro Zummo 5d3c2edb8f epson2: fixed depth > 8bit (thanks to Thomas M.) 2015-03-15 01:18:36 +01:00
Alessandro Zummo a73d9e1ab0 epson2: cancel requests were not handled correctly 2015-03-15 01:18:36 +01:00
René Rebe a2d61f273f changelog for avision changes 2015-03-07 19:03:32 +00:00
René Rebe ca97cb22bd reverted 4d38523bda, the long commit message
is a nice fairy tale, not more - of course the ponter deref copies the whole
params, and most other packends do it the same way: grep *params *.c, and
consult your local C "assembler frontend" bible, ...
2015-03-07 18:56:54 +00:00
René Rebe 9511c27e59 fixed new avision feature bits for 32-bit build 2015-03-07 18:51:14 +00:00
René Rebe f69a1ad50e removed unnecessary feature_type2 clutter by using a uint64_t to share all bits 2015-03-07 11:16:47 +00:00
René Rebe e05607323d fixed duplex for some avision scanners 2015-03-07 10:50:36 +00:00
René Rebe d5c7e22328 fixed multiple Avision regressions: most scanner basically did not
work at all anymore, ... range initilaizer, clobbering paper-length
window bits, ...) introduced over the past years, added support for
newer ASIC gamma table size, added AV220D2+ ID
2015-03-07 05:07:27 +00:00
Stéphane Voltz 24ab521a1d mark LiDE 120 as unsupported 2015-03-04 06:36:06 +01:00
m. allan noah a2bee7ebd3 Update epjitsu docs for recent changes 2015-03-02 20:31:46 -05:00
m. allan noah 15deba5c57 epjitsu backend v27
- don't override br_x and br_y
- call change_params after changing page_width
2015-03-02 20:31:46 -05:00
Stéphane Voltz f5e4a4bf8e improve LiDE 210 head parking reliability 2015-03-02 21:08:31 +01:00
Stéphane Voltz 0f990e4a99 add reverse parameter to gl124_feed 2015-03-02 17:35:20 +01:00
Stéphane Voltz debf0101f7 improve park failure detection 2015-03-02 17:25:22 +01:00
Stéphane Voltz 1eb35fe4cb final tuning for LiDE 220 support 2015-03-01 21:43:08 +01:00
Stéphane Voltz 470594e18b initial support for LiDE 220 2015-02-26 22:26:00 +01:00
Rolf Bensch e3f1789c17 changelog for recent work 2015-02-21 11:27:59 +01:00
Rolf Bensch f78057e8db Pixma backend version 0.17.15 2015-02-21 11:20:41 +01:00
Rolf Bensch 7d7025838e new scanners Canon PIXMA MX490 Series and E480 Series 2015-02-21 11:18:40 +01:00
Rolf Bensch 6923b3c4bf Canon PIXMA MG6400 Series is working 2015-02-21 10:44:11 +01:00
Rolf Bensch bf60fd1f61 MG6400 doesn't need special image format post processing 2015-02-21 10:34:52 +01:00
Rolf Bensch 198b023c4b Canon PIXMA MX920 Series supports Ethernet and WiFi interfaces 2015-02-09 09:34:01 +01:00
Rolf Bensch 9cbf9de274 Canon PIXMA MG2500 Series is working 2015-02-06 20:30:47 +01:00
Ilia Sotnikov fa672fb117 * Invert pixels in case of TMA Negatives source has been selected.
Thanks for Will Kranz who reported this.
2015-01-20 12:42:51 +03:00
Ilia Sotnikov 9d9cefb7a7 * Invert pixels in case of TMA Negatives source has been selected.
Thanks for Will Kranz who reported this.
2015-01-20 12:33:49 +03:00
Rolf Bensch ea781612f9 Canon PIXMA MG2200 Series is working 2015-01-17 21:10:09 +01:00
Paul Newall 6b1455a8cf kodakaio device connection and disconnection moved to sane_start and sane_cancel to fix bug when scanner disconnected after 30s idle 2014-12-31 10:26:07 +00:00
Paul Newall 06fae35262 kodakaio params.depth corrected for lineart, color mode made the default. 2014-12-19 22:52:48 +00:00
m. allan noah 014b45d920 sanei_usb: Linux USB3/xhci workarounds
add calls to sanei_usb_set_altinterface in sanei_usb_close and
sanei_usb_clear_halt- hopefully work around USB3/xhci problems
in Linux. Also, remove some unused code, and fix debug messages.
2014-12-16 10:23:55 -05:00
m. allan noah 67417622cb bump version number of fujitsu backend 2014-12-16 08:29:58 -05:00
m. allan noah fb8693bf09 fujitsu: remove command counting code
This code was a crude workaround for a problem with a
better solution at the USB library layer. Remove it.
2014-12-12 20:40:07 -05:00
Olaf Meeuwissen 365b619dfe Set USB configuration only if different from the current one
This follows up on earlier USB3 fixes.  It only addresses libusb-1.0
because there is no convenience API for libusb-0.1 to get the current
configuration.
2014-12-10 21:25:08 -05:00
Olaf Meeuwissen 5283a8792e Fix memory leak w/ libusb-1.0 (introduced in 71c1a00) 2014-12-10 21:24:53 -05:00
Olaf Meeuwissen 71c1a0068f Set USB configuration only if there are alternative ones
This fixes USB3 issues for the epson and epson2 backends.  Both these
backends already made sure to send an even number of reads and writes
but were affected nevertheless.

It also solves USB3 issues with the third party epkowa backend.  This
one doesn't bother to ensure even counts of packets read and written.
It works fine when this fix is applied (and it no longer clears halts
w/o a stall condition).  Note, there is no need to ensure even packet
counts.
2014-12-10 21:18:20 -05:00
m. allan noah a429b8a0ed fujitsu backend v124
- support resolution controlled max page-height (fi-6/7xxx scanners)
- reorder scanner sections in init_model chronologically
2014-12-09 20:52:06 -05:00
Rolf Bensch bfdba71883 changelog for recent work 2014-11-18 09:24:11 +01:00
Rolf Bensch e1f7a7d452 Pixma backend version 0.17.14 2014-11-18 09:16:37 +01:00
Rolf Bensch 5e7dc373c8 MF8200C: ADF supports max. 300DPI
- use adftpu_max_dpi to set max. resolution for ADF
2014-11-18 09:14:46 +01:00
Rolf Bensch 98125c97d6 mf8[25]00 use generation 2 protocols 2014-11-18 09:04:18 +01:00
Rolf Bensch 1fa16a1aab also use has_paper() for generation 2 scanners 2014-11-18 09:03:13 +01:00
Rolf Bensch 681c8366b5 Remove firmware checking for HP5370c scanners 2014-11-15 14:40:49 +01:00
m. allan noah 7a590f362e fujitsu backend v123
workaround Linux USB3 bugs by adding command counting code and
sending an even number of reads and writes during disconnect_fd
2014-11-06 20:48:40 -05:00
m. allan noah 92e4d96c43 added alternate PID for P-215 2014-11-01 20:33:49 -04:00
Rolf Bensch 5428e61f53 Canon PIXMA MG2900 Series is working 2014-10-29 22:42:02 +01:00
Rolf Bensch 3cce5b1704 changelog for recent work 2014-10-29 09:17:27 +01:00
Rolf Bensch ccdd519ece Pixma backend version 0.17.13 2014-10-29 09:16:06 +01:00
Rolf Bensch fdfde41ed1 new Canon scanners
MAXIFY MB5000, MB5300, MB2000, MB2300
  PIXMA MG7500, MG6600, MG5600, MG2900, E460
  *all scanners need further testing*
2014-10-29 09:14:50 +01:00
m. allan noah 41c31ac0e9 fujitsu backend v122
- add support for object_position halt
- call object_position halt in check_for_cancel when requested
2014-10-28 19:19:46 -04:00
Rolf Bensch 6fa10f308a changelog for recent work 2014-10-27 17:18:03 +01:00