Advertisement
Guest User

Untitled

a guest
Dec 10th, 2013
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. #------------------------------ General -----------------------------------
  2.  
  3. # Change to the fully qualified filename of your firmware file, if
  4. # firmware upload is needed by the scanner
  5. # firmware /usr/lib/epson-perfection/esfw30.bin
  6.  
  7.  
  8. # If not automatically found you may manually specify a device name.
  9.  
  10. # For USB scanners also specify bus=usb, e.g.
  11. /dev/usb/scanner0 bus=usb
  12.  
  13. # For SCSI scanners specify the generic device, e.g. /dev/sg0 on Linux.
  14. # /dev/sg0
  15.  
  16. #---------------------------------------------------------------------------
  17. # No changes should be necessary below this line
  18. #---------------------------------------------------------------------------
  19.  
  20. #-------------------------- SCSI scanners ----------------------------------
  21. # These SCSI devices will be probed automatically
  22. scsi AGFA * Scanner
  23. scsi COLOR * Scanner
  24. scsi Color * Scanner
  25. scsi ACERPERI * Scanner
  26.  
  27. #--------------------------- USB scanners -----------------------------------
  28. # These USB devices will be probed automatically
  29. # (This will currently work only on Linux)
  30.  
  31. # Benq/Acer/Vuego 310U
  32. usb 0x04a5 0x1a20
  33. usb 0x04a5 0x1a26
  34.  
  35. # Benq/Acer/Vuego 320U
  36. usb 0x04a5 0x2022
  37.  
  38. # Benq/Acer/Vuego 620U / 620UT
  39. usb 0x04a5 0x1a2a
  40. usb 0x04a5 0x2040
  41.  
  42. # Benq/Acer/Vuego 640U
  43. usb 0x04a5 0x2060
  44.  
  45. # Benq/Acer/Vuego 640BU
  46. usb 0x04a5 0x207e
  47.  
  48. # Benq/Acer/Vuego 640BT
  49. usb 0x04a5 0x20be
  50.  
  51. # Benq/Acer/Vuego 1240U
  52. usb 0x04a5 0x20c0
  53.  
  54. # Benq/Acer/Vuego 3300 / 4300
  55. usb 0x04a5 0x20b0
  56.  
  57. # Benq/Acer/Vuego 4300
  58. usb 0x04a5 0x20de
  59.  
  60. # Benq 5000E / 5000U
  61. usb 0x04a5 0x20f8
  62.  
  63. # Benq 5000
  64. usb 0x04a5 0x20fc
  65.  
  66. # Benq/Acer 5300
  67. usb 0x04a5 0x20fe
  68.  
  69. # Benq 5250C
  70. usb 0x04a5 0x2137
  71.  
  72. # Agfa 1236U
  73. usb 0x06bd 0x0002
  74.  
  75. # Agfa 1212U
  76. usb 0x06bd 0x0001
  77. usb 0x06bd 0x2061
  78.  
  79. # Agfa Snapscan e10
  80. usb 0x06bd 0x2093
  81.  
  82. # Agfa Snapscan e20
  83. usb 0x06bd 0x2091
  84.  
  85. # Agfa Snapscan e25
  86. usb 0x06bd 0x2095
  87.  
  88. # Agfa Snapscan e26
  89. usb 0x06bd 0x2097
  90.  
  91. # Agfa Snapscan e40
  92. usb 0x06bd 0x208d
  93.  
  94. # Agfa Snapscan e42
  95. usb 0x06bd 0x20ff
  96.  
  97. # Agfa Snapscan e50
  98. usb 0x06bd 0x208f
  99.  
  100. # Agfa Snapscan e52
  101. usb 0x06bd 0x20fd
  102.  
  103. # Epson Perfection 660
  104. usb 0x04b8 0x0114
  105.  
  106. # Epson Perfection 1670
  107. usb 0x04b8 0x011f
  108.  
  109. # Epson Perfection 2480
  110. usb 0x04b8 0x0121
  111.  
  112. # Epson Perfection 3490
  113. usb 0x04b8 0x0122
  114.  
  115. # Epson Stylus CX-1500
  116. usb 0x04b8 0x080c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement