1####################################################################### 2# NOTE: 'option' lines only apply to the devices found by 3# the NEXT 'usb' or 'scsi' line. You may repeat the option line if 4# required for multiple scanners of different models/connections. 5 6####################################################################### 7# Some machines are incapable of providing basic inquiry info, and will 8# lock up if asked for it. The driver will not ask for this info if all 9# three of these options are provided. They should NOT be used unless 10# you know for sure that your machine requires it. 11# NOTE: the vendor and model must be correct. The version need not. 12#option vendor-name CANON 13#option model-name DR-2050C 14#option version-name XXXX 15 16####################################################################### 17# Set data buffer size, in bytes. The value ranges from 4096 - infinity 18# Large values may cause timeouts, or long pauses at the end of each 19# page. Small values may cause slow scans. 2MB is the default. 20#option buffer-size 2097152 21 22####################################################################### 23# Most scanners don't pad their reads 24#option padded-read 0 25 26####################################################################### 27# SCSI scanners: 28 29# To search for any CANON scsi device, if name starts with 'CR' or 'DR' 30scsi CANON CR 31scsi CANON DR 32 33# To use a specific scsi device 34#scsi /dev/sg1 35 36####################################################################### 37# USB scanners: 38 39# For Canon scanners connected via USB on a known device (kernel driver): 40#usb /dev/usb/scanner0 41 42# For Canon scanners connected via USB using vendor and device ids (libusb): 43#usb VENDORID PRODUCTID 44 45# NOTE: if you have to add your device here- please send the id and model 46# to the author via email, so it can be included in next version. kitno455 at 47# gmail dot com - with canon_dr in the subject line 48 49# DR-2080C (uses weird protocol) 50option duplex-offset 840 51option vendor-name CANON 52option model-name DR-2080C 53option version-name XXXX 54option padded-read 1 55usb 0x04a9 0x1601 56 57# CR-180 58usb 0x04a9 0x1602 59 60# DR-9080C 61usb 0x04a9 0x1603 62 63# DR-7080C 64usb 0x04a9 0x1604 65 66# DR-5010C 67usb 0x04a9 0x1606 68 69# DR-6080C 70usb 0x04a9 0x1607 71 72# DR-2580C 73option duplex-offset 432 74usb 0x04a9 0x1608 75 76# DR-3080CII 77option padded-read 1 78usb 0x04a9 0x1609 79 80# DR-2050C/SP (uses weird protocol) 81option duplex-offset 840 82option vendor-name CANON 83option model-name DR-2050C 84option version-name XXXX 85option padded-read 1 86usb 0x04a9 0x160a 87 88# DR-7580 89usb 0x04a9 0x160b 90 91# CR-55 92usb 0x1083 0x160c 93 94# DR-1210C (two versions?) 95usb 0x1083 0x160f 96usb 0x04a9 0x2222 97 98# DR-4010C 99usb 0x1083 0x1614 100 101# DR-2510C 102option duplex-offset 400 103usb 0x1083 0x1617 104 105# DR-X10C 106option tur-timeout 5000 107usb 0x1083 0x1618 108 109# CR-25 110usb 0x1083 0x161a 111 112# DR-2010C 113option duplex-offset 400 114usb 0x1083 0x161b 115 116# DR-3010C 117option duplex-offset 400 118usb 0x1083 0x161d 119 120# DR-7090C 121usb 0x1083 0x1620 122 123# DR-9050C 124usb 0x1083 0x1622 125 126# DR-7550C 127usb 0x1083 0x1623 128 129# DR-6050C 130usb 0x1083 0x1624 131 132# DR-6010C 133usb 0x1083 0x1626 134 135# CR-190i 136usb 0x1083 0x162b 137 138# P-150M 139usb 0x1083 0x162c 140 141# DR-6030C 142usb 0x1083 0x1638 143 144# CR-135i 145usb 0x1083 0x1639 146 147# DR-M160 148option extra-status 1 149option duplex-offset 400 150usb 0x1083 0x163e 151 152# DR-M140 153option extra-status 1 154option duplex-offset 400 155usb 0x1083 0x163f 156 157# DR-C125 158option duplex-offset 400 159usb 0x1083 0x1640 160 161# DR-P215 162usb 0x1083 0x1641 163 164# P-215 165usb 0x1083 0x1646 166 167# FSU-201 168usb 0x1083 0x1648 169 170# DR-C130 171usb 0x1083 0x164a 172 173# DR-P208 174usb 0x1083 0x164b 175 176# P-208 177option duplex-offset 260 178usb 0x1083 0x164c 179 180# DR-G1130 181option buffer-size 8000000 182usb 0x1083 0x164f 183 184# DR-G1100 185option buffer-size 8000000 186usb 0x1083 0x1650 187 188# DR-C120 189usb 0x1083 0x1651 190 191# P-201 192usb 0x1083 0x1652 193 194# DR-F120 195option duplex-offset 1640 196usb 0x1083 0x1654 197 198# DR-M1060 199option inquiry-length 0x24 200option vpd-length 0x30 201usb 0x1083 0x1657 202 203# DR-C225 204usb 0x1083 0x1658 205 206# DR-P215II 207usb 0x1083 0x1659 208 209# P-215II 210usb 0x1083 0x165b 211 212# DR-P208II 213usb 0x1083 0x165d 214 215# P-208II 216usb 0x1083 0x165f 217 218# R40 219option duplex-offset 320 220usb 0x1083 0x1679 221