blob: c9b3ec405a96390d10d487e3060bf68060dbbf55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
|