/sane.d/u12.conf

http://github.com/brinkman83/bashrc · Config · 67 lines · 59 code · 8 blank · 0 comment · 0 complexity · 9ab31cd28e79474973fc02ccf1c06b99 MD5 · raw file

  1. # U12-SANE Backend configuration file
  2. #
  3. # each device needs at least two lines:
  4. # - [usb] vendor-ID and product-ID
  5. # - device devicename
  6. # i.e. for Plustek (0x07B3) U1212 (0x0001)
  7. # [usb] 0x07B3 0x0001
  8. # device /dev/usbscanner
  9. # or
  10. # device libusb:bbb:ddd
  11. # where bbb is the busnumber and ddd the device number
  12. # make sure that your user has access to /proc/bus/usb/bbb/ddd
  13. #
  14. # additionally you can specify some options
  15. # warmup, lOffOnEnd, lampOff
  16. #
  17. # For autodetection use
  18. # [usb]
  19. # device /dev/usbscanner
  20. #
  21. # or simply
  22. # [usb]
  23. #
  24. # or if you want a specific device but you have no idea about the
  25. # device node or you use libusb, simply set vendor- and product-ID
  26. # [usb] 0x07B3 0x0001
  27. # device auto
  28. #
  29. # NOTE: autodetection is safe, as it uses the info it got
  30. # from the USB subsystem. If you're not using the
  31. # autodetection, you MUST have attached that device
  32. # at your USB-port, that you have specified...
  33. #
  34. [usb]
  35. #
  36. # options for the previous USB entry
  37. #
  38. # switch lamp off after xxx secs, 0 disables the feature
  39. option lampOff 300
  40. # warmup period in seconds, 0 means no warmup
  41. option warmup 15
  42. # 0 means leave lamp-status untouched, not 0 means switch off
  43. # on sane_close
  44. option lOffOnEnd 1
  45. #
  46. # for adjusting the default gamma values
  47. #
  48. #option redGamma 1.5
  49. #option greenGamma 1.5
  50. #option blueGamma 1.5
  51. #option grayGamma 1.5
  52. #
  53. # and of course the device-name
  54. #
  55. device auto
  56. #
  57. # to define a new device, start with a new section:
  58. # [usb]
  59. #