Commit 1bdac9cf authored by Jeremy White's avatar Jeremy White Committed by Alexandre Julliard

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

parent e472c49a
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment