kopia lustrzana https://gitlab.com/sane-project/backends
*** empty log message ***
rodzic
f8b385aca1
commit
6520e41917
|
@ -1,3 +1,9 @@
|
|||
2003-03-02 Michael Herder <crapsite@gmx.net>
|
||||
|
||||
* doc/descriptions/artec_eplus48u.desc:
|
||||
* backend/artec_eplus48u.conf:
|
||||
Added new model Umax AstraSlim SE
|
||||
|
||||
2003-03-01 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* doc/descriptions-external/ibm.desc: Added Ricoh IS-430.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# artec_eplus48u - SANE Backend configuration file
|
||||
# For use with the Artec E+ 48U scanner
|
||||
# This scanner is also sold as
|
||||
# Tevion MD 9693, Medion MD 9705, Medion MD 9693 or
|
||||
# Trust Easy Webscan 19200
|
||||
# Tevion MD 9693, Medion MD 9705, Medion MD 9693,
|
||||
# Trust Easy Webscan 19200 or Umax AstraSlim SE.
|
||||
#
|
||||
# The USB section:
|
||||
# each device needs at least the following line:
|
||||
|
@ -114,3 +114,61 @@ option modelString "Easy Webscan 19200"
|
|||
|
||||
#If you are using the scanner module (kernel driver), a device looks like this:
|
||||
#device /dev/usbscanner
|
||||
|
||||
# Another USB section:
|
||||
# each device needs at least the following line:
|
||||
# usb vendor-ID and product-ID
|
||||
# Every device configuration in this file must begin with an usb entry.
|
||||
# Since the Umax AstraSlim SE uses a different product id, we add
|
||||
# another usb section here.
|
||||
|
||||
usb 0x05d8 0x4009
|
||||
|
||||
#
|
||||
# Path to the firmware file
|
||||
# This file comes with the Windows driver
|
||||
# The scanner won't work without it
|
||||
#
|
||||
|
||||
option artecFirmwareFile <path>/Artec48.usb
|
||||
|
||||
#
|
||||
# for adjusting the default gamma values
|
||||
#
|
||||
|
||||
option redGamma 3.0
|
||||
option greenGamma 3.0
|
||||
option blueGamma 3.0
|
||||
option masterGamma 3.9
|
||||
|
||||
#Use this options to set the default offset and exposure time values.
|
||||
#If calibrate device is set to 0, this values are used instead of the values
|
||||
#which were calculated during calibration.
|
||||
|
||||
option redOffset 0x28
|
||||
option greenOffset 0x2f
|
||||
option blueOffset 0x2f
|
||||
option redExposure 0xa7
|
||||
option greenExposure 0x116
|
||||
option blueExposure 0xdc
|
||||
|
||||
# The vendor and model string
|
||||
# This string is displayed by the frontends. The Umax AstraSlim SE
|
||||
# has a different product id, therefore we can overwrite the vendor and model
|
||||
# string here.
|
||||
|
||||
option vendorString "Umax"
|
||||
option modelString "AstraSlim SE"
|
||||
|
||||
#
|
||||
# device-name
|
||||
#
|
||||
# If autodetection does not work, then you can specify the device here
|
||||
# The device entry must be the last one in this config file (or the last one before a
|
||||
# new usb entry).
|
||||
|
||||
#If you are using libusb, a device looks like this:
|
||||
#device libusb:001:002
|
||||
|
||||
#If you are using the scanner module (kernel driver), a device looks like this:
|
||||
#device /dev/usbscanner
|
||||
|
|
|
@ -28,14 +28,25 @@
|
|||
|
||||
:model "MD4394"
|
||||
:interface "USB"
|
||||
:comment "Obviously two different scanners were sold under this name. Only scanners with product id 0x4003 will work; try the gt68xx backend otherwise"
|
||||
|
||||
:mfg "Trust"
|
||||
:url "http://www.trust-site.com"
|
||||
:model "Easy Webscan 19200"
|
||||
:interface "USB"
|
||||
:comment "Different product id: 0x4006; modify artec_eplus48u.conf, if the scanner isn't detected"
|
||||
:comment "Different product id: 0x4006"
|
||||
|
||||
:mfg "Memorex"
|
||||
:model "Mem 48 u"
|
||||
:interface "USB"
|
||||
|
||||
:mfg "UMAX"
|
||||
:url "http://www.umax.com/"
|
||||
:url "http://www.umax.com.tw/"
|
||||
:url "http://www.umax.de/en"
|
||||
:url "http://www.umax-europe.com"
|
||||
:url "http://www.umaxjapan.co.jp"
|
||||
:url "http://www.umax.com.cn"
|
||||
:model "AstraSlim SE"
|
||||
:interface "USB"
|
||||
:comment "Different product id: 0x4009"
|
||||
|
|
Ładowanie…
Reference in New Issue