192 |
- |
1 |
# artec_eplus48u - SANE Backend configuration file
|
|
|
2 |
|
|
|
3 |
# This section is for use with the Artec E+ 48U scanner
|
|
|
4 |
# This scanner is also sold as
|
|
|
5 |
# Tevion MD 9693, Medion MD 9705, Medion MD 9693, Medion MD4394
|
|
|
6 |
# This sections contains verbose description of each option.
|
|
|
7 |
# For other scanners, see below.
|
|
|
8 |
#
|
|
|
9 |
# The USB section:
|
|
|
10 |
# each device needs at least the following line:
|
|
|
11 |
# usb vendor-ID and product-ID
|
|
|
12 |
# Every device configuration in this file must begin with an usb entry.
|
|
|
13 |
usb 0x05d8 0x4003
|
|
|
14 |
|
|
|
15 |
# Path to the firmware file
|
|
|
16 |
# This file comes with the Windows driver
|
|
|
17 |
# The scanner won't work without it
|
|
|
18 |
option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
|
|
|
19 |
|
|
|
20 |
# Is the scanner an Artec E Plus Pro (or compatible)? 0 = no, 1 = yes
|
|
|
21 |
option ePlusPro 0
|
|
|
22 |
|
|
|
23 |
# for adjusting the default gamma values
|
|
|
24 |
option redGamma 1.0
|
|
|
25 |
option greenGamma 1.0
|
|
|
26 |
option blueGamma 1.0
|
|
|
27 |
option masterGamma 1.9
|
|
|
28 |
|
|
|
29 |
#Use this options to set the default offset and exposure time values.
|
|
|
30 |
option redOffset 0x28
|
|
|
31 |
option greenOffset 0x2f
|
|
|
32 |
option blueOffset 0x2f
|
|
|
33 |
option redExposure 0xa7
|
|
|
34 |
option greenExposure 0x116
|
|
|
35 |
option blueExposure 0xdc
|
|
|
36 |
|
|
|
37 |
# The vendor and model string
|
|
|
38 |
# This string is displayed by the frontends. If you do not want to get your
|
|
|
39 |
# scanner reported as "Artec E+ 48U", then change the option accordingly.
|
|
|
40 |
option vendorString "Artec"
|
|
|
41 |
option modelString "E+ 48U"
|
|
|
42 |
|
|
|
43 |
# device-name
|
|
|
44 |
#
|
|
|
45 |
# If autodetection does not work, then you can specify the device here
|
|
|
46 |
# The device entry must be the last one in this config file (or the last one before a
|
|
|
47 |
# new usb entry).
|
|
|
48 |
#If you are using libusb, a device looks like this:
|
|
|
49 |
#device libusb:001:002
|
|
|
50 |
#If you are using the scanner module (kernel driver), a device looks like this:
|
|
|
51 |
#device /dev/usbscanner
|
|
|
52 |
|
|
|
53 |
# ----------------------------------------------------------------------------
|
|
|
54 |
|
|
|
55 |
# Since the Trust Easy Webscan 19200 uses a different product id, we add
|
|
|
56 |
# another usb section here.
|
|
|
57 |
usb 0x05d8 0x4006
|
|
|
58 |
option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
|
|
|
59 |
option vendorString "Trust"
|
|
|
60 |
option modelString "Easy Webscan 19200"
|
|
|
61 |
|
|
|
62 |
# ----------------------------------------------------------------------------
|
|
|
63 |
|
|
|
64 |
# Since the Memorex Mem48U uses a different product id, we add
|
|
|
65 |
# another usb section here.
|
|
|
66 |
usb 0x05d8 0x4005
|
|
|
67 |
option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
|
|
|
68 |
option vendorString "Memorex"
|
|
|
69 |
option modelString "MEM 48U"
|
|
|
70 |
|
|
|
71 |
# ----------------------------------------------------------------------------
|
|
|
72 |
|
|
|
73 |
# Since the Trust 240H Easy Webscan Gold uses a different product id, we add
|
|
|
74 |
# another usb section here.
|
|
|
75 |
usb 0x05d8 0x4007
|
|
|
76 |
option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
|
|
|
77 |
option ePlusPro 1
|
|
|
78 |
option vendorString "Trust"
|
|
|
79 |
option modelString "240H Easy Webscan Gold"
|
|
|
80 |
|
|
|
81 |
# ----------------------------------------------------------------------------
|
|
|
82 |
|
|
|
83 |
# Since the UMAX AstraSlim SE uses a different product id, we add
|
|
|
84 |
# another usb section here.
|
|
|
85 |
usb 0x05d8 0x4009
|
|
|
86 |
option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
|
|
|
87 |
option vendorString "UMAX"
|
|
|
88 |
option modelString "AstraSlim SE"
|
|
|
89 |
|
|
|
90 |
# ----------------------------------------------------------------------------
|
|
|
91 |
|
|
|
92 |
# This section is for the Artec E+ Pro
|
|
|
93 |
# Note, that the name of the firmware file is called 1200.usb for
|
|
|
94 |
# this device
|
|
|
95 |
usb 0x05d8 0x4004
|
|
|
96 |
option artecFirmwareFile /usr/share/sane/artec_eplus48u/1200.usb
|
|
|
97 |
option ePlusPro 1
|
|
|
98 |
option vendorString "Artec"
|
|
|
99 |
option modelString "E+ Pro"
|
|
|
100 |
|
|
|
101 |
# ----------------------------------------------------------------------------
|
|
|
102 |
|
|
|
103 |
# This section is for the UMAX AstraSlim 1200 SE
|
|
|
104 |
# Note, that the name of the firmware file is called 1200.usb for
|
|
|
105 |
# this device
|
|
|
106 |
usb 0x05d8 0x4010
|
|
|
107 |
option artecFirmwareFile /usr/share/sane/artec_eplus48u/1200.usb
|
|
|
108 |
option vendorString "UMAX"
|
|
|
109 |
option modelString "AstraSlim 1200 SE"
|
|
|
110 |
|
|
|
111 |
# ----------------------------------------------------------------------------
|
|
|
112 |
|
|
|
113 |
# Since the Yakumo Scan50 uses a different product id, we add
|
|
|
114 |
# another usb section here.
|
|
|
115 |
usb 0x05d8 0x4011
|
|
|
116 |
option artecFirmwareFile /usr/share/sane/artec_eplus48u/Artec48.usb
|
|
|
117 |
option vendorString "Yakumo"
|
|
|
118 |
option modelString "Scan50"
|
|
|
119 |
|