doc/genesys: Remove no longer existing debug options

merge-requests/463/merge
Povilas Kanapickas 2020-05-16 23:07:08 +03:00
rodzic 6e398bc7bf
commit c0b49d0d3e
1 zmienionych plików z 0 dodań i 28 usunięć

Wyświetl plik

@ -225,39 +225,11 @@ variable controls the debug level for this backend. Higher debug levels
increase the verbosity of the output. If the debug level is set to 1 or higher, increase the verbosity of the output. If the debug level is set to 1 or higher,
some debug options become available that are normally hidden. Handle them with some debug options become available that are normally hidden. Handle them with
care. This will print messages related to core genesys functions. care. This will print messages related to core genesys functions.
.TP
.B SANE_DEBUG_GENESYS_LOW
This environment variable controls the debug level for low level functions
common to all genesys ASICs.
.TP
.B SANE_DEBUG_GENESYS_GL646
This environment variable controls the debug level for the specific GL646 code
part.
.TP
.B SANE_DEBUG_GENESYS_GL841
This environment variable controls the debug level for the specific GL841 code
part.
.TP
.B SANE_DEBUG_GENESYS_GL843
This environment variable controls the debug level for the specific GL843 code
part.
.TP
.B SANE_DEBUG_GENESYS_GL847
This environment variable controls the debug level for the specific GL847 code
part.
.TP
.B SANE_DEBUG_GENESYS_GL124
This environment variable controls the debug level for the specific GL124 code
part.
Example (full and highly verbose output for gl646): Example (full and highly verbose output for gl646):
.br .br
export SANE_DEBUG_GENESYS=255 export SANE_DEBUG_GENESYS=255
.br
export SANE_DEBUG_GENESYS_LOW=255
.br
export SANE_DEBUG_GENESYS_GL646=255
.SH CREDITS .SH CREDITS