4 |
- |
1 |
# For scanners connected via USB on a known device (kernel driver):
|
|
|
2 |
#usb /dev/usb/scanner0
|
|
|
3 |
|
|
|
4 |
# For scanners connected via USB using vendor and device ids (libusb):
|
|
|
5 |
#usb VENDORID PRODUCTID
|
|
|
6 |
|
|
|
7 |
# NOTE: if you have to add your device here- please send the id and model
|
|
|
8 |
# to the author via email, so it can be included in next version. kitno455 at
|
|
|
9 |
# gmail dot com - with epjitsu in the subject line
|
|
|
10 |
|
|
|
11 |
# These devices require a firmware file in order to function, which must be
|
|
|
12 |
# extracted from the Fujitsu Windows driver. Presumably the Mac versions
|
|
|
13 |
# contain the firmware as well, but the author has no access such a machine.
|
|
|
14 |
|
|
|
15 |
# Firmware is installed in several different locations by the fujitsu software,
|
|
|
16 |
# using the windows 'search' feature to look for '*.nal' is the easiest way to
|
|
|
17 |
# find them. They should be ~65K, and have the scanner's name as part of the
|
|
|
18 |
# file name. They are often inside a .cab file.
|
|
|
19 |
|
|
|
20 |
# Copy the file someplace sane can reach it. Then update the line below.
|
|
|
21 |
# NOTE: the firmware line must occur BEFORE the usb line for your scanner
|
|
|
22 |
|
|
|
23 |
# Fujitsu fi-60F
|
|
|
24 |
firmware /usr/share/sane/epjitsu/60f_0A00.nal
|
|
|
25 |
usb 0x04c5 0x10c7
|
|
|
26 |
|
|
|
27 |
# Fujitsu S300
|
|
|
28 |
firmware /usr/share/sane/epjitsu/300_0C00.nal
|
|
|
29 |
usb 0x04c5 0x1156
|
|
|
30 |
|
|
|
31 |
# Fujitsu S300M
|
|
|
32 |
firmware /usr/share/sane/epjitsu/300M_0C00.nal
|
|
|
33 |
usb 0x04c5 0x117f
|
|
|
34 |
|
|
|
35 |
# Fujitsu S1300
|
|
|
36 |
firmware /usr/share/sane/epjitsu/1300_0C26.nal
|
|
|
37 |
usb 0x04c5 0x11ed
|