summaryrefslogtreecommitdiff
path: root/src/cups/backend_common.h
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-09-20 11:56:08 +0200
committerDidier Raboud <odyx@debian.org>2016-09-20 11:56:08 +0200
commit7f5731038556e5b03d2a886163ca2c873c77333d (patch)
tree8f4194af3949a73accf44b2b0bd8ebfa990ac577 /src/cups/backend_common.h
parenta313257bdec71bc92a56598e74d9097c16cb6e48 (diff)
New upstream version 5.2.12~pre2
Diffstat (limited to 'src/cups/backend_common.h')
-rw-r--r--src/cups/backend_common.h29
1 files changed, 10 insertions, 19 deletions
diff --git a/src/cups/backend_common.h b/src/cups/backend_common.h
index a220f2c..d088aaa 100644
--- a/src/cups/backend_common.h
+++ b/src/cups/backend_common.h
@@ -1,7 +1,7 @@
/*
* CUPS Backend common code
*
- * (c) 2013-2015 Solomon Peachy <pizza@shaftnet.org>
+ * (c) 2013-2016 Solomon Peachy <pizza@shaftnet.org>
*
* The latest version of this program can be found at:
*
@@ -99,23 +99,26 @@ enum {
P_KODAK_6850,
P_KODAK_1400_805,
P_KODAK_605,
+ P_KODAK_305,
P_SHINKO_S2145,
P_SHINKO_S1245,
P_SHINKO_S6245,
- P_SHINKO_S6145,
- P_SHINKO_S6145D,
+ P_SHINKO_S6145,
+ P_SHINKO_S6145D,
P_SONY_UPDR150,
P_SONY_UPCR10,
P_MITSU_D70X,
- P_MITSU_K60,
+ P_MITSU_D80,
+ P_MITSU_K60,
P_MITSU_9550,
- P_MITSU_9550S,
+ P_MITSU_9550S,
P_DNP_DS40,
P_DNP_DS80,
P_DNP_DS80D,
P_CITIZEN_CW01,
P_DNP_DSRX1,
P_DNP_DS620,
+ P_FUJI_ASK300,
P_END,
};
@@ -181,7 +184,7 @@ extern struct dyesub_backend BACKEND;
#define CUPS_BACKEND_RETRY_CURRENT 7 /* Retry immediately */
/* Argument processing */
-#define GETOPT_LIST_GLOBAL "d:DfGhP:S:T:V:"
+#define GETOPT_LIST_GLOBAL "d:DfGh"
#define GETOPT_PROCESS_GLOBAL \
case 'd': \
copies = atoi(optarg); \
@@ -197,18 +200,6 @@ extern struct dyesub_backend BACKEND;
exit(0); \
case 'h': \
print_help(argv[0], &BACKEND); \
- exit(0); \
- case 'P': \
- extra_pid = strtol(optarg, NULL, 16); \
- break; \
- case 'S': \
- use_serno = optarg; \
- break; \
- case 'T': \
- extra_type = atoi(optarg); \
- break; \
- case 'V': \
- extra_pid = strtol(optarg, NULL, 16); \
- break;
+ exit(0);
#endif /* __BACKEND_COMMON_H */