- scangearmp2 utlity with it's binary blobs from canon
- SANE backend canon_pixma from Ordissimo. This backend also uses blobs from canon.
- Some refactoring and improvements from me:
- PKGBUILD for archlinux
- russian translation
- can compile with -Wall -Wextra
- remove duplicate code
- change autotools to cmake
- makepkg for archlinux or cmake && make install for others
- add canon_pixma backend to sane backends list: echo "canon_pixma" >> /etc/sane.d/dll.conf
- can't change resolution, only 300dpi works. Was tested on TS9040. May be this is restriction from canon blobs.
- need 64bit OS and sufficiently modern gcc (must support c11) and cmake (ver>=3.4) for build. This is restriction only of this fork.
- there is no rpm or deb packages. Is someone will need it, I will add.