kopia lustrzana https://gitlab.com/sane-project/backends
additional info for button support
rodzic
afc84646c7
commit
9774555f4b
|
@ -1,4 +1,4 @@
|
||||||
.TH "sane\-pixma" "5" "14 Jan 2013" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
.TH "sane\-pixma" "5" "18 Jan 2013" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||||
.IX sane\-pixma
|
.IX sane\-pixma
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.B sane\-pixma
|
.B sane\-pixma
|
||||||
|
@ -134,6 +134,8 @@ provides the following
|
||||||
\#.B experimental
|
\#.B experimental
|
||||||
options for button handling, i.e. the options might change in the future.
|
options for button handling, i.e. the options might change in the future.
|
||||||
.br
|
.br
|
||||||
|
The button status can be polled i.e. with 'scanimage -A'.
|
||||||
|
.br
|
||||||
Button scan is disabled on MAC OS X due to darwin libusb not handling
|
Button scan is disabled on MAC OS X due to darwin libusb not handling
|
||||||
timeouts in usb interrupt reads.
|
timeouts in usb interrupt reads.
|
||||||
.TP
|
.TP
|
||||||
|
@ -165,7 +167,8 @@ backward compatibility reasons.
|
||||||
.I button\-1 button\-2
|
.I button\-1 button\-2
|
||||||
(read only) These options will return the value of the respective buttons.
|
(read only) These options will return the value of the respective buttons.
|
||||||
value 0 means that the button was not pressed, 1 is returned when the button
|
value 0 means that the button was not pressed, 1 is returned when the button
|
||||||
was pressed.
|
was pressed. Some scanners with more than two buttons send the button number
|
||||||
|
as target.
|
||||||
.TP
|
.TP
|
||||||
.I original
|
.I original
|
||||||
(read only) returns the value of the type of original to be scanned if the
|
(read only) returns the value of the type of original to be scanned if the
|
||||||
|
@ -175,7 +178,8 @@ Not all scanners can provide this data.
|
||||||
.I target
|
.I target
|
||||||
(read only) returns the value of the target of the scan operation if the scanner
|
(read only) returns the value of the target of the scan operation if the scanner
|
||||||
provides that data. Known values: 1 = save to disk, 2 = save to pdf, 3 = send to
|
provides that data. Known values: 1 = save to disk, 2 = save to pdf, 3 = send to
|
||||||
email, 4 = send to application. Not all scanners can provide this data.
|
email, 4 = send to application. For some scanners this value is equivalent to
|
||||||
|
the number of the pressed button. Not all scanners can provide this data.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
.I @LIBDIR@/libsane\-pixma.a
|
.I @LIBDIR@/libsane\-pixma.a
|
||||||
|
|
Ładowanie…
Reference in New Issue