blob: 2c1ed704e6b7ed5d253767ef81875688156a93d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Options for the umax1220u backend
# Autodetect the UMAX Astra 1220U
usb 0x1606 0x0010
# The following line enables autodetection for the
# Astra 2000U and Astra 2100U. However, this driver
# isn't entirely compatible, so expect color problems :)
usb 0x1606 0x0030
usb 0x1606 0x0130
# device list for non-linux-systems (enable if autodetect fails):
#/dev/scanner
#/dev/usb/scanner0
|