From ff661890636a5e97f45c30c46d1041e727ef677d Mon Sep 17 00:00:00 2001 From: Gerhard Jaeger Date: Wed, 22 Oct 2003 19:52:34 +0000 Subject: [PATCH] fixed, the "generic disable" switch, and enabled the backend again. --- backend/plustek.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/plustek.c b/backend/plustek.c index 3cc026308..3f13f1670 100644 --- a/backend/plustek.c +++ b/backend/plustek.c @@ -139,7 +139,7 @@ #include "../include/sane/sanei.h" #include "../include/sane/saneopts.h" -#define BACKEND_VERSION "0.46-5" +#define BACKEND_VERSION "0.46-6" #define BACKEND_NAME plustek #include "../include/sane/sanei_backend.h" #include "../include/sane/sanei_config.h" @@ -165,12 +165,14 @@ #define _SECTION "[merlin-device]" #define _DEFAULT_DEVICE "auto" +/** to disable the backend... */ +#define _PLUSTEK_USB + /* declare it here, as it's used in plustek-usbscan.c too :-( */ static SANE_Bool cancelRead; /* the USB-stuff... I know this is in general no good idea, but it works */ #ifdef _PLUSTEK_USB - # include "plustek-usbio.c" # include "plustek-usbdevs.c" # include "plustek-usbhw.c"