kopia lustrzana https://gitlab.com/sane-project/backends
Removed some remainings of the USB merge.
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
365d3f2e64
commit
e4749d5472
|
@ -50,7 +50,6 @@
|
|||
#include "sane/sanei.h"
|
||||
#include "sane/sanei_config.h"
|
||||
#include "sane/sanei_scsi.h"
|
||||
#include "sane/sanei_usb.h"
|
||||
|
||||
/* This logically belongs to sanei_config.c but not every backend that
|
||||
uses sanei_config() wants to depend on this function. */
|
||||
|
@ -60,7 +59,7 @@ sanei_config_attach_matching_devices (const char *name,
|
|||
SANE_Status (*attach) (const char *dev))
|
||||
{
|
||||
int bus = -1, channel = -1, id = -1, lun = -1;
|
||||
char *vendor = 0, *model = 0, *type = 0, *end, *product;
|
||||
char *vendor = 0, *model = 0, *type = 0, *end;
|
||||
|
||||
if (strncmp (name, "scsi", 4) == 0)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue