310b70d283
Reanem hp3900 option to sane-backends-hp3900, and add legacy handling for the old option name. New with 1.0.18, released 2006-07-02: * New backends: dell1600n_net (Dell 1600n), hp3500 (HP ScanJet 3500 series), pixma (Canon Pixma series), stv680 (Aiptek Pencam and similar). * Updated backends: avision, canon, dll, epson, fujitsu, genesys, gt68xx, microtek2, mustek_pp, niash, plustek, snapscan, sp15c, test, u12, umax1220u. * Scanimage batch mode fixes. * Scanner lists contain USB vendor/product ids and some statistics now. * Udev/hotplug lists are generated autmatically from the .desc files now. * Portability fixes (especially for DragonFlyBSD and HP/UX). * Build system updates. * Updated translations. * Documentation updates. * Bugfixes.
13 lines
572 B
Text
13 lines
572 B
Text
$NetBSD: patch-ae,v 1.5 2006/08/05 22:41:49 wiz Exp $
|
|
|
|
--- tools/sane-find-scanner.c.orig 2006-03-11 12:45:29.000000000 +0000
|
|
+++ tools/sane-find-scanner.c
|
|
@@ -1359,7 +1359,7 @@ main (int argc, char **argv)
|
|
"/dev/scanner", "/dev/scanner0", "/dev/scanner1",
|
|
"/dev/pass0", "/dev/pass1", "/dev/pass2", "/dev/pass3",
|
|
"/dev/pass4", "/dev/pass5", "/dev/pass6", "/dev/pass7",
|
|
-#elif defined(__FreeBSD__)
|
|
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
|
"/dev/uk0", "/dev/uk1", "/dev/uk2", "/dev/uk3", "/dev/uk4",
|
|
"/dev/uk5", "/dev/uk6",
|
|
#elif defined(__NetBSD__)
|