fixed, the "generic disable" switch, and enabled the backend again.

merge-requests/1/head
Gerhard Jaeger 2003-10-22 19:52:34 +00:00
rodzic e54e51f586
commit ff66189063
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -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"