1*5e7646d2SAndroid Build Coastguard Worker /* 2*5e7646d2SAndroid Build Coastguard Worker * This file contains model number definitions for the CUPS sample 3*5e7646d2SAndroid Build Coastguard Worker * label printer driver. 4*5e7646d2SAndroid Build Coastguard Worker * 5*5e7646d2SAndroid Build Coastguard Worker * Copyright 2007 by Apple Inc. 6*5e7646d2SAndroid Build Coastguard Worker * Copyright 1997-2005 by Easy Software Products. 7*5e7646d2SAndroid Build Coastguard Worker * 8*5e7646d2SAndroid Build Coastguard Worker * Licensed under Apache License v2.0. See the file "LICENSE" for more information. 9*5e7646d2SAndroid Build Coastguard Worker */ 10*5e7646d2SAndroid Build Coastguard Worker 11*5e7646d2SAndroid Build Coastguard Worker #define DYMO_3x0 0 /* Dymo Labelwriter 300/330/330 Turbo */ 12*5e7646d2SAndroid Build Coastguard Worker 13*5e7646d2SAndroid Build Coastguard Worker #define ZEBRA_EPL_LINE 0x10 /* Zebra EPL line mode printers */ 14*5e7646d2SAndroid Build Coastguard Worker #define ZEBRA_EPL_PAGE 0x11 /* Zebra EPL page mode printers */ 15*5e7646d2SAndroid Build Coastguard Worker #define ZEBRA_ZPL 0x12 /* Zebra ZPL-based printers */ 16*5e7646d2SAndroid Build Coastguard Worker #define ZEBRA_CPCL 0x13 /* Zebra CPCL-based printers */ 17*5e7646d2SAndroid Build Coastguard Worker 18*5e7646d2SAndroid Build Coastguard Worker #define INTELLITECH_PCL 0x20 /* Intellitech PCL-based printers */ 19