summaryrefslogtreecommitdiff
path: root/cups/ipp-support.c
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2016-10-21 01:15:15 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2016-10-21 01:15:15 -0400
commit2a8afc201c07592b1781535d3b76bf39e8e02d5d (patch)
treecda99e02068ce886cb7489af2247ee3806840450 /cups/ipp-support.c
parent437b31cabe50ffb737f0c73c2f6fe99f76f33ab2 (diff)
downloadcups-2a8afc201c07592b1781535d3b76bf39e8e02d5d.tar.gz
Fixed some issues with IPP Everywhere printer support (Issue #4893)
Diffstat (limited to 'cups/ipp-support.c')
-rw-r--r--cups/ipp-support.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/cups/ipp-support.c b/cups/ipp-support.c
index fc53573cc..335ae8c17 100644
--- a/cups/ipp-support.c
+++ b/cups/ipp-support.c
@@ -429,10 +429,10 @@ static const char * const ipp_document_states[] =
"punch-quad-top", /* Finishings 2.0 */
"punch-quad-right", /* Finishings 2.0 */
"punch-quad-bottom", /* Finishings 2.0 */
- "86",
- "87",
- "88",
- "89",
+ "punch-multiple-left",/* Finishings 2.1/Canon */
+ "punch-multiple-top", /* Finishings 2.1/Canon */
+ "punch-multiple-right",/* Finishings 2.1/Canon */
+ "punch-multiple-bottom",/* Finishings 2.1/Canon */
"fold-accordian", /* Finishings 2.0 */
"fold-double-gate", /* Finishings 2.0 */
"fold-gate", /* Finishings 2.0 */
@@ -443,7 +443,8 @@ static const char * const ipp_document_states[] =
"fold-parallel", /* Finishings 2.0 */
"fold-poster", /* Finishings 2.0 */
"fold-right-gate", /* Finishings 2.0 */
- "fold-z" /* Finishings 2.0 */
+ "fold-z", /* Finishings 2.0 */
+ "fold-engineering-z" /* Finishings 2.1 */
},
* const ipp_finishings_vendor[] =
{