1 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
2 /*          EXIFPROBE - TIFF/JPEG/EXIF image file probe               */
3 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
4 /* Copyright (C) 2002 by Duane H. Hesser. All rights reserved.        */
5 /*                                                                    */
6 /* See the file LICENSE.EXIFPROBE for terms of use.                   */
7 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
8 
9 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
10 /* @(#) $Id: epson_datadefs.h,v 1.1 2005/05/25 15:38:07 alex Exp $" */
11 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
12 
13 #ifndef EPSON_DATADEFS_INCLUDED
14 #define EPSON_DATADEFS_INCLUDED
15 
16 #include "maker_datadefs.h"
17 
18 struct camera_id epson_model_id[] = {
19     { "PhotoPC 850Z", 13, EPSON_850Z, 1, 1 },
20     { "PhotoPC 3000Z", 14, EPSON_3000Z, 1, 1 },
21     { "PhotoPC 3100Z", 14, EPSON_3100Z, 1, 1 },
22     { "L-500V ", 8, EPSON_L500V, 1, 1 },
23     { 0, 0, 0, 0, 0 }
24 };
25 #endif  /* EPSON_DATADEFS_INCLUDED */
26