diff options
Diffstat (limited to 'backend/umax.conf.in')
| -rw-r--r-- | backend/umax.conf.in | 13 | 
1 files changed, 6 insertions, 7 deletions
| diff --git a/backend/umax.conf.in b/backend/umax.conf.in index a57cf53..06b2750 100644 --- a/backend/umax.conf.in +++ b/backend/umax.conf.in @@ -17,7 +17,7 @@  #   0 = handle as device busy  #   1 = handle as ok  #   2 = handle as i/o error -#   3 = ignore bad error code - continue sense handler,   +#   3 = ignore bad error code - continue sense handler,  #option handle-bad-sense-error 0  # define if a request sense command shall be executed @@ -43,7 +43,7 @@  # define if the calibration shall be done for selected scanarea or for each ccd pixel  # -1 = automatically set by driver - if known  #  0 = disabled -#  1 = enabled     +#  1 = enabled  #option calibration-full-ccd 1  # define if an offset of the calculate calibration with has to be used @@ -54,7 +54,7 @@  # -1 = disabled  #  0 = not set  #  1 = 1 byte/pixel, -#  2 = 2 bytes/pixel   +#  2 = 2 bytes/pixel  #option calibration-bytes-pixel -1  # define if scanner uses the same exposure times for red, green and blue @@ -66,18 +66,18 @@  # define if shading data shall be inverted befor sending it back to the scanner  # -1 = automatically set by driver - if known  #  0 = disabled -#  1 = enabled  +#  1 = enabled  #option invert-shading-data 0  # define if the scanner supports lamp control commands  # 0 = automatically set by driver - if known -# 1 = enabled  +# 1 = enabled  #option lamp-control-available 0  # define how 16 bit gamma data is padded  # -1 = automatically set by driver - if known  #  0 = gamma data is msb padded -#  1 = gamma data is lsb padded  +#  1 = gamma data is lsb padded  #option gamma-lsb-padded 0  # define connection type of following devices @@ -114,4 +114,3 @@ option connection-type 1  # usb device list  option connection-type 2  /dev/usbscanner - | 
