1sane-niash(5) SANE Scanner Access Now Easy sane-niash(5)
2
3
4
6 sane-niash - SANE backend for scanners based on the NIASH chipset.
7
8
10 The sane-niash implements a SANE (Scanner Access Now Easy) backend that
11 provides access to NIASH chipset based scanners. This backend will try
12 to support the following models:
13
14 MANUFACTURER: MODEL: USB ID:
15 --------------- ---------------- ---------
16 Agfa Snapscan Touch 06BD-0100 (1)(a)
17 Trust Office Scan 19200 047B-1000 (1)(a)
18 Hewlett-Packard Scanjet 3300c 03F0-0205 (1)(a)(b)
19 Hewlett-Packard Scanjet 3400c 03F0-0405 (2)(b)
20 Hewlett-Packard Scanjet 4300c 03F0-0305 (2)(a)
21 Silitek ScanJet 4300c 047B-1002 (2)(b)
22
23 ASIC: (1) - NIASH00012/00013/00014 / (2) - NIASH00019
24 ANALOG FRONT-END: (a) - ESIC ES8100QA / (b) - WM8143-12
25
26
28 The niash.conf file is meant for future configuration options. Empty
29 lines and lines starting with a hash mark (#) are ignored. Currently no
30 configuration options exist.
31
32
34 /usr/lib64/sane/libsane-niash.a
35 The static library implementing this backend.
36
37
38 /usr/lib64/sane/libsane-niash.so
39 The shared library implementing this backend (present on systems
40 that support dynamic loading).
41
42
44 If you use a
45 Hewlett-Packard Scanjet 3400c or
46 Hewlett-Packard Scanjet 4300c
47 together with Linux kernel 2.6, kernel version 2.6.8 or newer is necesā
48 sary.
49
50
52 SANE_DEBUG_NIASH
53 If the library was compiled with debug support enabled, this
54 environment variable controls the debug level for this backend.
55 Higher debug levels increase the verbosity of the output.
56
57 Example: export SANE_DEBUG_NIASH=255
58
59
61 sane(7), sane-usb(5)
62 http://www.sourceforge.net/projects/hp3300backend
63
65 Bertrik Sikken <bertrik@zonnet.nl>
66
67
68
69 14 Jul 2008 sane-niash(5)