Added "usb" entry in config file for libusb. This way, most scanners will be

recognized automatically.
merge-requests/1/head
Karl Heinz Kremer 2004-04-15 00:31:22 +00:00
rodzic c4b01509ab
commit f0d0397273
2 zmienionych plików z 15 dodań i 5 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2004-04-14 Karl Heinz Kremer <khk@khk.net>
* backend/epson.conf: Added "usb" entry for libusb
2004-04-14 Rene Rebe <rene@rocklinux.org>
* backend/avision.h, backend/avision.c: the current development state,

Wyświetl plik

@ -10,10 +10,16 @@ scsi EPSON
#pio 0x378
#pio 0x3BC
#
# USB scanner - only enable this if you have an EPSON scanner. It could
# otherwise block your non-EPSON scanner from being
# recognized.
# Depending on your distribution, you may need either the
# first or the second entry.
# USB scanner:
# There are two different methods of configuring a USB scanner: libusb and the kernel module
# For any system with libusb support (which is pretty much any recent Linux distribution) the
# following line is sufficient. This however assumes that the connected scanner (or to be more
# accurate, it's device ID) is known to the backend.
usb
# For libusb support for unknown scanners use the following command
# usb <product ID> <device ID>
# e.g.:
# usb 0x4b8 0x110
# And for the scanner module, use the following configuration:
#usb /dev/usbscanner0
#usb /dev/usb/scanner0