diff options
Diffstat (limited to 'backend/cardscan.conf.in')
-rw-r--r-- | backend/cardscan.conf.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/backend/cardscan.conf.in b/backend/cardscan.conf.in new file mode 100644 index 0000000..3c49f26 --- /dev/null +++ b/backend/cardscan.conf.in @@ -0,0 +1,17 @@ +# For scanners connected via USB on a known device (kernel driver): +#usb /dev/usb/scanner0 + +# For scanners connected via USB using vendor and device ids (libusb): +#usb VENDORID PRODUCTID + +# NOTE: if you have to add your device here- please send the id and model +# to the author via email, so it can be included in next version. kitno455 at +# gmail dot com - with cardscan in the subject line + +# Corex Cardscan 800c +usb 0x08f0 0x0005 + +# Corex Cardscan 600c +has_cal_buffer 0 +lines_per_block 1 +usb 0x08f0 0x0002 |