Added support for Trust 240H Easy Webscan Gold to artec_eplus48u backend.

merge-requests/1/head
Henning Geinitz 2005-10-29 17:46:28 +00:00
rodzic a5cabcb993
commit e3da325bf2
3 zmienionych plików z 70 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,9 @@
2005-10-29 Henning Meier-Geinitz <henning@meier-geinitz.de>
* backend/artec_eplus48u.conf
doc/descriptions/artec_eplus48u.desc: Added support for Trust
240H Easy Webscan Gold to artec_eplus48u backend.
2005-10-28 Gerhard Jaeger <gerhard@gjaeger.de>
* po/*.po: Updated po files, corrected/updated german translation.

Wyświetl plik

@ -174,6 +174,64 @@ option modelString "MEM 48U"
#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 Trust 240H Easy Webscan Gold uses a different product id, we add
# another usb section here.
usb 0x05d8 0x4007
#
# 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 ePlusPro 1
option redGamma 1.0
option greenGamma 1.0
option blueGamma 1.0
option masterGamma 1.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 Trust 240H Easy Webscan Gold
# has a different product id, therefore we can overwrite the vendor and model
# string here.
option vendorString "Trust"
option modelString "240H Easy Webscan Gold"
#
# 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
# Another USB section:
# each device needs at least the following line:
# usb vendor-ID and product-ID

Wyświetl plik

@ -34,11 +34,17 @@
:mfg "Trust"
:url "http://www.trust-site.com"
:model "Easy Webscan 19200"
:status :good
:interface "USB"
:comment "Different product id: 0x4006"
:model "240H Easy Webscan Gold"
:status :basic
:interface "USB"
:comment "Different product id: 0x4007, works up to 600 dpi"
:mfg "Memorex"
:url "http://www.artecusa.com/"
:model "MEM 48U"