Difference between revisions of "Scanner Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 10: Line 10:
 
Some USB scanner types have no linux drivers and should be recycled.  This includes all Visioneer brand scanners.
 
Some USB scanner types have no linux drivers and should be recycled.  This includes all Visioneer brand scanners.
  
 +
<graphviz>
 +
digraph SCANNERTRIAGE {
 +
 +
    start          [label="START HERE", shape="box"]
 +
    usb            [label="USB?"]
 +
    adf            [label="document feeder?"]
 +
    keep            [label="KEEP"]
 +
 +
start -> usb
 +
usb -> keep [label="YES"]
 +
usb -> 11by17 [taillabel="NO"]
 +
11by17 -> keep [label="YES"]
 +
11by17 -> adf [taillabel="NO"]
 +
 +
}
 +
</graphviz>
  
 
Click the photo to get a readable view
 
Click the photo to get a readable view

Revision as of 13:15, 27 October 2005

Scanner Triage

  1. ADF present - keep
    • No - next
  2. Double-sided? - keep
    • No - Next
  3. USB? - keep
    • No - recycle

Some USB scanner types have no linux drivers and should be recycled. This includes all Visioneer brand scanners.

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Click the photo to get a readable view

300px