From b9969f8279a235d1068ecaa16c2c43fd99d5d1e9 Mon Sep 17 00:00:00 2001 From: Oliver Schwartz Date: Fri, 26 Oct 2001 20:04:55 +0000 Subject: [PATCH] Make /dev/sga the default device in snapscan.conf --- backend/snapscan.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/snapscan.conf b/backend/snapscan.conf index d53db8f46..ecf3b467d 100644 --- a/backend/snapscan.conf +++ b/backend/snapscan.conf @@ -4,11 +4,11 @@ # For USB devices, make sure that the name contains 'usb' somewhere, as in # '/dev/usbscanner' or '/dev/usb/scanner0'. Do not use a link # from /dev/scanner to your USB device. +# For SCSI, use the generic device (e.g. /dev/sga in Linux). -/dev/usbscanner -#/dev/scanner -#/dev/sga +/dev/sga +#/dev/usbscanner -# Change to the fully qualified filename of your firmware file, if +# Change to the fully qualified filename of your firmware file, if # firmware upload is needed by the scanner firmware /path/to/your/firmware/file