From d2495ee8d8a6e7111d2509c8f3966d92a77d2e31 Mon Sep 17 00:00:00 2001 From: germeier Date: Tue, 11 Mar 2003 01:45:30 +0000 Subject: added code the recognize new MPIO models (FD100/FL100/FY100), no idea how to handle them, yet! --- libmpio/defs.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libmpio/defs.h') diff --git a/libmpio/defs.h b/libmpio/defs.h index 03099fb..97a1f9e 100644 --- a/libmpio/defs.h +++ b/libmpio/defs.h @@ -1,7 +1,7 @@ /* -*- linux-c -*- */ /* - * $Id: defs.h,v 1.14 2002/11/13 23:05:28 germeier Exp $ + * $Id: defs.h,v 1.15 2003/03/11 01:45:30 germeier Exp $ * * Library for USB MPIO-* * @@ -49,7 +49,10 @@ typedef enum { MPIO_MODEL_DME = 0x00, MPIO_MODEL_DMB = 0x03, MPIO_MODEL_DMB_PLUS = 0x04, MPIO_MODEL_DMK = 0x05, - MPIO_MODEL_UNKNOWN = 0x06 } mpio_model_t; + MPIO_MODEL_FD100 = 0x06, + MPIO_MODEL_FL100 = 0x07, + MPIO_MODEL_FY100 = 0x08, + MPIO_MODEL_UNKNOWN = 0x09 } mpio_model_t; /* USB commands */ typedef enum { GET_VERSION = 0x01, -- cgit v1.2.3