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 * ESC/P 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 EPSON_9PIN 0 /* 9-pin dot matrix */ 12*5e7646d2SAndroid Build Coastguard Worker #define EPSON_24PIN 1 /* 24-pin dot matrix */ 13*5e7646d2SAndroid Build Coastguard Worker #define EPSON_COLOR 2 /* Epson Stylus Color with ESC . */ 14*5e7646d2SAndroid Build Coastguard Worker #define EPSON_PHOTO 3 /* Epson Stylus Photo with ESC . */ 15*5e7646d2SAndroid Build Coastguard Worker #define EPSON_ICOLOR 4 /* Epson Stylus Color with ESC i */ 16*5e7646d2SAndroid Build Coastguard Worker #define EPSON_IPHOTO 5 /* Epson Stylus Photo with ESC i */ 17