You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
416 B
14 lines
416 B
4 months ago
|
/*
|
||
|
* This file contains model number definitions for the CUPS sample
|
||
|
* HP driver.
|
||
|
*
|
||
|
* Copyright 2007 by Apple Inc.
|
||
|
* Copyright 1997-2005 by Easy Software Products.
|
||
|
*
|
||
|
* Licensed under Apache License v2.0. See the file "LICENSE" for more information.
|
||
|
*/
|
||
|
|
||
|
#define HP_LASERJET 0 /* HP LaserJet */
|
||
|
#define HP_DESKJET 1 /* HP DeskJet with simple color */
|
||
|
#define HP_DESKJET2 2 /* HP DeskJet with CRet color */
|