kopia lustrzana https://gitlab.com/sane-project/backends
Changes to support gphoto2 API changes
rodzic
e4749d5472
commit
1bef5815d7
|
@ -88,9 +88,8 @@ PictureInfo;
|
||||||
|
|
||||||
typedef struct GPHOTO2_s
|
typedef struct GPHOTO2_s
|
||||||
{
|
{
|
||||||
SANE_Int fd; /* file descriptor to talk to it */
|
SANE_String port; /* the port name it's on */
|
||||||
SANE_String tty_name; /* the tty port name it's on */
|
SANE_Int speed; /* current port speed */
|
||||||
speed_t baud; /* current tty speed */
|
|
||||||
SANE_String camera_name;
|
SANE_String camera_name;
|
||||||
SANE_Bool scanning; /* currently scanning an image? */
|
SANE_Bool scanning; /* currently scanning an image? */
|
||||||
SANE_Byte model;
|
SANE_Byte model;
|
||||||
|
@ -188,7 +187,7 @@ FILE *sanei_config_open (const char *filename);
|
||||||
|
|
||||||
static SANE_Int init_gphoto2 (void);
|
static SANE_Int init_gphoto2 (void);
|
||||||
|
|
||||||
static void close_gphoto2 (SANE_Int);
|
static void close_gphoto2 (void);
|
||||||
|
|
||||||
static PictureInfo *get_pictures_info (void);
|
static PictureInfo *get_pictures_info (void);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue