• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# epson.conf
2#
3# here are some examples for how to configure the EPSON backend
4#
5# SCSI scanner:
6scsi EPSON
7# for the GT-6500:
8scsi "EPSON SC"
9#
10# Parallel port scanner:
11#pio 0x278
12#pio 0x378
13#pio 0x3BC
14#
15# USB scanner:
16# There are two different methods of configuring a USB scanner: libusb and the kernel module
17# For any system with libusb support (which is pretty much any recent Linux distribution) the
18# following line is sufficient. This however assumes that the connected scanner (or to be more
19# accurate, it's device ID) is known to the backend.
20usb
21# For libusb support for unknown scanners use the following command
22# usb <product ID> <device ID>
23# e.g.:
24# usb 0x4b8 0x110
25# And for the scanner module, use the following configuration:
26#usb /dev/usbscanner0
27#usb /dev/usb/scanner0
28