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/mustek_usb.conf.in |
Initial import of sane-backends version 1.0.24-1.2
Diffstat (limited to 'backend/mustek_usb.conf.in')
-rw-r--r-- | backend/mustek_usb.conf.in | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/backend/mustek_usb.conf.in b/backend/mustek_usb.conf.in new file mode 100644 index 0000000..c9b3ec4 --- /dev/null +++ b/backend/mustek_usb.conf.in @@ -0,0 +1,39 @@ +# mustek_usb.conf: Configuration file for Mustek USB scanner +# Read man sane-mustek_usb for documentation + +# If USB errors occur, using this option may help +#option max_block_size 1024 + +# Autodetect 1200 UB and Trust Compact Scan USB 19200 +usb 0x055f 0x0006 + +# Autodetect 1200 USB (not supported) +# usb 0x055f 0x0003 + +# Autodetect 1200 CU +usb 0x055f 0x0001 + +# Autodetect 1200 CU Plus +usb 0x055f 0x0008 + +# Autodetect 600 CU +usb 0x055f 0x0002 + +# Autodetect 600 USB (not supported) +usb 0x055f 0x0873 + +# If autodetection doesn't work uncomment or add your device file and one +# suitable option (1200ub is also for Trust Compact Scan USB 19200). + +#/dev/usb/scanner0 +#option 1200ub +#option 1200cu +#option 1200cu_plus +#option 600cu + +#/dev/usbscanner0 +#option 1200ub +#option 1200cu +#option 1200cu_plus +#option 600cu + |