diff --git a/backend/artec.c b/backend/artec.c index 8af5d3860..517ee1319 100644 --- a/backend/artec.c +++ b/backend/artec.c @@ -2567,8 +2567,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize) ARTEC_MAJOR, ARTEC_MINOR, ARTEC_SUB, ARTEC_LAST_MOD); DBG (1, "http://www4.infi.net/~cpinkham/sane-artec-doc.html\n"); - DBG (7, "sane_init( version_code = %d, callback() = %p )\n", - *version_code, authorize ); + DBG (7, "sane_init()\n" ); /* make sure these 2 are empty */ strcpy (artec_vendor, ""); @@ -2577,6 +2576,9 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize) if (version_code) *version_code = SANE_VERSION_CODE (V_MAJOR, V_MINOR, 0); + if (authorize) + DBG (7, "sane_init(), authorize callback specified as %p\n", authorize ); + fp = sanei_config_open (ARTEC_CONFIG_FILE); if (!fp) { diff --git a/backend/artec.desc b/backend/artec.desc index 281cb74e8..97d68925e 100644 --- a/backend/artec.desc +++ b/backend/artec.desc @@ -42,7 +42,7 @@ :comment "all modes working" :model "parallel models" :interface "Parport" -:comment "Unsupported, see http://as6edriver.sourceforge.net" +:comment "Unsupported, AS6E model is supported by SANE as6e backend." :model "USB models" :interface "USB" :comment "Unsupported."