plustek_pp.conf 943 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Plustek-PP SANE Backend configuration file
  2. # For use with Plustek parallel-port scanners
  3. #
  4. #
  5. # user either [direct] or [kernel] to access the scanner
  6. # when using [kernel], device specifies the device-node, which is created
  7. # by the kernel-module loader (applies only to Linux)
  8. # when using [direct], device is used to set the parallel-port base address
  9. # or a device-name suitable for libieee1284, i.e. parport0
  10. #
  11. #[direct]
  12. #device 0x378
  13. #
  14. # example for accessing the scanner via libieee1284
  15. #
  16. [direct]
  17. device parport0
  18. #
  19. # leave the default values as specified in /etc/modules.conf
  20. #
  21. option warmup -1
  22. option lOffOnEnd -1
  23. option lampOff -1
  24. # model override switch, mostly for cosmetic changes, if the autodetection
  25. # does not work or could not work correctly
  26. #option mov 7
  27. #
  28. # example for accessing the scanner via the kernel module
  29. #
  30. #[kernel]
  31. #device /dev/pt_drv
  32. #
  33. #option warmup -1
  34. #option lOffOnEnd -1
  35. #option lampOff -1