Skip to content

Commit 6ae7fec

Browse files
committed
Add missing printer-strings-xxx attributes.
1 parent 19bba80 commit 6ae7fec

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cups/ipp-support.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Internet Printing Protocol support functions for CUPS.
33
//
4-
// Copyright © 2022 by OpenPrinting.
4+
// Copyright © 2022-2023 by OpenPrinting.
55
// Copyright © 2007-2018 by Apple Inc.
66
// Copyright © 1997-2007 by Easy Software Products, all rights reserved.
77
//
@@ -1781,6 +1781,9 @@ ippCreateRequestedArray(ipp_t *request) // I - IPP request
17811781
"printer-state-reasons",
17821782
"printer-storage", // IPP EPX
17831783
"printer-storage-description", // IPP EPX
1784+
"printer-strings-languages-supported",
1785+
// IPP JPS3
1786+
"printer-strings-uri", // IPP JPS3
17841787
"printer-supply",
17851788
"printer-supply-description",
17861789
"printer-supply-info-uri",

0 commit comments

Comments
 (0)