1 /* 2 * This file contains model number definitions for the CUPS sample 3 * HP driver. 4 * 5 * Copyright © 2020-2024 by OpenPrinting. 6 * Copyright 2007 by Apple Inc. 7 * Copyright 1997-2005 by Easy Software Products. 8 * 9 * Licensed under Apache License v2.0. See the file "LICENSE" for more information. 10 */ 11 12 #define HP_LASERJET 0 /* HP LaserJet */ 13 #define HP_DESKJET 1 /* HP DeskJet with simple color */ 14 #define HP_DESKJET2 2 /* HP DeskJet with CRet color */ 15