Skip to content

Fujitsu scansnap s1300i fix abberations

fixes #538 (closed)

There are two ways the issue can be approached:

  1. fix in static SANE_Status copy_block_to_page(struct scanner *s,int side) or, alternatively
  2. fix in static SANE_Status descramble_raw(struct scanner *s, struct transfer * tp)

I have implemented both of these with the prior approach implemented in ce488b2b and the latter in 38647ba9.

As I am new to the sane development process, I welcome any advise on changes necessary.

Merge request reports