[sane.ds 1/4] Sane should go first; that makes any actual scanner found the default device.

Jeremy White jwhite at codeweavers.com
Thu Mar 5 17:13:18 CST 2009


---
 dlls/twain_32/dsm_ctrl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/twain_32/dsm_ctrl.c b/dlls/twain_32/dsm_ctrl.c
index e0d0983..c34bd1d 100644
--- a/dlls/twain_32/dsm_ctrl.c
+++ b/dlls/twain_32/dsm_ctrl.c
@@ -103,8 +103,8 @@ twain_autodetect(void) {
 	if (detectionrun) return;
 	detectionrun = 1;
 
-	twain_add_onedriver("gphoto2.ds");
 	twain_add_onedriver("sane.ds");
+	twain_add_onedriver("gphoto2.ds");
 #if 0
 	twain_add_onedriver("c:\\windows\\Twain_32\\Largan\\sp503a.ds");
 	twain_add_onedriver("c:\\windows\\Twain_32\\vivicam10\\vivicam10.ds");



More information about the wine-patches mailing list