Jeremy White : sane.ds: Sane should go first; that makes any actual scanner found the default device.

Alexandre Julliard julliard at winehq.org
Fri Mar 6 09:49:40 CST 2009


Module: wine
Branch: master
Commit: 1bdac9cf9d6d2e9183a19c92adc6395d9565f427
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1bdac9cf9d6d2e9183a19c92adc6395d9565f427

Author: Jeremy White <jwhite at codeweavers.com>
Date:   Thu Mar  5 17:13:18 2009 -0600

sane.ds: Sane should go first; that makes any actual scanner found the default device.

---

 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-cvs mailing list