Added support for UMAX AstraSlim 1200 SE (from Harq al-Ada <nadaban.bogdan at

gmail.com>).
merge-requests/1/head
Henning Geinitz 2005-10-16 10:45:15 +00:00
rodzic 02ae5fbd74
commit d71716bbc9
2 zmienionych plików z 61 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,8 @@
some time, most email addresses bounce, no response to
pings. Changed contact address to the only one that doesn't
directly bounce.
* backend/artec_eplus48u.conf: Added support for UMAX AstraSlim
1200 SE (from Harq al-Ada <nadaban.bogdan at gmail.com>).
2005-10-15 Jochen Eisinger <jochen@penguin-breeder.org>

Wyświetl plik

@ -297,3 +297,62 @@ option modelString "E+ Pro"
#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.
# This section is for the UMAX AstraSlim 1200 SE
# Note, that the name of the firmware file is called 1200.usb for
# this device
usb 0x05d8 0x4010
#
# Path to the firmware file
# This file comes with the Windows driver
# The scanner won't work without it
#
option artecFirmwareFile <path>/1200.usb
#
# for adjusting the default gamma values
#
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 Umax AstraSlim 1200 SE
# has a different product id, therefore we can overwrite the vendor and model
# string here.
option vendorString "UMAX"
option modelString "AstraSlim 1200 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