• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.
13usb 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
18option artecFirmwareFile @DATADIR@/sane/artec_eplus48u/Artec48.usb
19
20# Is the scanner an Artec E Plus Pro (or compatible)? 0 = no, 1 = yes
21option ePlusPro   0
22
23# for adjusting the default gamma values
24option redGamma         1.0
25option greenGamma       1.0
26option blueGamma        1.0
27option masterGamma      1.9
28
29#Use this options to set the default offset and exposure time values.
30option redOffset        0x28
31option greenOffset      0x2f
32option blueOffset       0x2f
33option redExposure      0xa7
34option greenExposure    0x116
35option 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.
40option vendorString "Artec"
41option 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.
57usb 0x05d8 0x4006
58option artecFirmwareFile @DATADIR@/sane/artec_eplus48u/Artec48.usb
59option vendorString "Trust"
60option modelString "Easy Webscan 19200"
61
62# ----------------------------------------------------------------------------
63
64# Since the Memorex Mem48U uses a different product id, we add
65# another usb section here.
66usb 0x05d8 0x4005
67option artecFirmwareFile @DATADIR@/sane/artec_eplus48u/Artec48.usb
68option vendorString "Memorex"
69option 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.
75usb 0x05d8 0x4007
76option artecFirmwareFile @DATADIR@/sane/artec_eplus48u/Artec48.usb
77option ePlusPro         1
78option vendorString "Trust"
79option 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.
85usb 0x05d8 0x4009
86option artecFirmwareFile @DATADIR@/sane/artec_eplus48u/Artec48.usb
87option vendorString "UMAX"
88option modelString "AstraSlim SE"
89option ePlusPro 0
90
91# ----------------------------------------------------------------------------
92
93# This section is for the Artec E+ Pro
94# Note, that the name of the firmware file is called 1200.usb for
95# this device
96usb 0x05d8 0x4004
97option artecFirmwareFile @DATADIR@/sane/artec_eplus48u/1200.usb
98option ePlusPro   1
99option vendorString "Artec"
100option modelString "E+ Pro"
101
102# ----------------------------------------------------------------------------
103
104# This section is for the UMAX AstraSlim 1200 SE
105# Note, that the name of the firmware file is called 1200.usb for
106# this device
107usb 0x05d8 0x4010
108option artecFirmwareFile @DATADIR@/sane/artec_eplus48u/1200.usb
109option vendorString "UMAX"
110option modelString "AstraSlim 1200 SE"
111
112# ----------------------------------------------------------------------------
113
114# Since the Yakumo Scan50 uses a different product id, we add
115# another usb section here.
116usb 0x05d8 0x4011
117option artecFirmwareFile @DATADIR@/sane/artec_eplus48u/Artec48.usb
118option vendorString "Yakumo"
119option modelString "Scan50"
120