shinko: Rename common shinko library to 'sinfonia' to reflect current name
parent
33621537d1
commit
b1cd5f4387
4
Makefile
4
Makefile
|
@ -61,8 +61,8 @@ LDFLAGS += -ldl
|
|||
#LDFLAGS += -lltdl
|
||||
|
||||
# Build stuff
|
||||
DEPS += backend_common.h backend_shinko.h
|
||||
SOURCES = backend_common.c backend_shinko.c $(addsuffix .c,$(addprefix backend_,$(BACKENDS)))
|
||||
DEPS += backend_common.h backend_sinfonia.h
|
||||
SOURCES = backend_common.c backend_sinfonia.c $(addsuffix .c,$(addprefix backend_,$(BACKENDS)))
|
||||
|
||||
# And now the rules!
|
||||
.PHONY: clean all install cppcheck
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#define BACKEND kodak605_backend
|
||||
|
||||
#include "backend_common.h"
|
||||
#include "backend_shinko.h"
|
||||
#include "backend_sinfonia.h"
|
||||
|
||||
#define USB_VID_KODAK 0x040A
|
||||
#define USB_PID_KODAK_605 0x402E
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#define BACKEND kodak6800_backend
|
||||
|
||||
#include "backend_common.h"
|
||||
#include "backend_shinko.h"
|
||||
#include "backend_sinfonia.h"
|
||||
|
||||
#define USB_VID_KODAK 0x040A
|
||||
#define USB_PID_KODAK_6800 0x4021
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#define BACKEND shinkos1245_backend
|
||||
|
||||
#include "backend_common.h"
|
||||
#include "backend_shinko.h"
|
||||
#include "backend_sinfonia.h"
|
||||
|
||||
#if 0
|
||||
/* Structure of printjob header. All fields are LITTLE ENDIAN */
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#define BACKEND shinkos2145_backend
|
||||
|
||||
#include "backend_common.h"
|
||||
#include "backend_shinko.h"
|
||||
#include "backend_sinfonia.h"
|
||||
|
||||
enum {
|
||||
S_IDLE = 0,
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
#define BACKEND shinkos6145_backend
|
||||
|
||||
#include "backend_common.h"
|
||||
#include "backend_shinko.h"
|
||||
#include "backend_sinfonia.h"
|
||||
|
||||
/* Image processing library function prototypes */
|
||||
typedef int (*ImageProcessingFN)(unsigned char *, unsigned short *, void *);
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#define BACKEND shinkos6245_backend
|
||||
|
||||
#include "backend_common.h"
|
||||
#include "backend_shinko.h"
|
||||
#include "backend_sinfonia.h"
|
||||
|
||||
enum {
|
||||
S_IDLE = 0,
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include <signal.h>
|
||||
|
||||
#include "backend_common.h"
|
||||
#include "backend_shinko.h"
|
||||
#include "backend_sinfonia.h"
|
||||
|
||||
int sinfonia_read_parse(int data_fd, uint32_t model,
|
||||
struct sinfonia_job_param *jp,
|
Loading…
Reference in New Issue