diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
commit | 6e9c41a892ed0e0da326e0278b3221ce3f5713b8 (patch) | |
tree | 2e301d871bbeeb44aa57ff9cc070fcf3be484487 /backend/hp.conf.in |
Initial import of sane-backends version 1.0.24-1.2
Diffstat (limited to 'backend/hp.conf.in')
-rw-r--r-- | backend/hp.conf.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/backend/hp.conf.in b/backend/hp.conf.in new file mode 100644 index 0000000..0db154f --- /dev/null +++ b/backend/hp.conf.in @@ -0,0 +1,21 @@ +scsi HP +# Uncomment the following if you have "Error during device I/O" on SCSI +# option dumb-read +# +# The usual place for a SCSI-scanner on Linux +/dev/scanner +# +# USB-scanners supported by the hp-backend +# HP ScanJet 4100C +usb 0x03f0 0x0101 +# HP ScanJet 5200C +usb 0x03f0 0x0401 +# HP ScanJet 62X0C +usb 0x03f0 0x0201 +# HP ScanJet 63X0C +usb 0x03f0 0x0601 +# +# Uncomment the following if your scanner is connected by USB, +# but you are not using libusb +# /dev/usb/scanner0 +# option connect-device |