/sane.d/artec_eplus48u.conf

http://github.com/brinkman83/bashrc · Config · 119 lines · 97 code · 22 blank · 0 comment · 0 complexity · 3672fe16e6b14a124ad74acd47941be9 MD5 · raw file

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