aboutsummaryrefslogtreecommitdiff
path: root/libmpio/defs.h
diff options
context:
space:
mode:
authorgermeier <germeier>2003-03-11 01:45:30 +0000
committergermeier <germeier>2003-03-11 01:45:30 +0000
commitd2495ee8d8a6e7111d2509c8f3966d92a77d2e31 (patch)
tree77cf786b7c7505be848a1ac18d5e49c6f9596488 /libmpio/defs.h
parent49a3d8d89d2fd20ec1d65cdf5ecb75e9f9914cda (diff)
downloadmpiosh-d2495ee8d8a6e7111d2509c8f3966d92a77d2e31.tar.gz
mpiosh-d2495ee8d8a6e7111d2509c8f3966d92a77d2e31.tar.bz2
mpiosh-d2495ee8d8a6e7111d2509c8f3966d92a77d2e31.zip
added code the recognize new MPIO models (FD100/FL100/FY100),
no idea how to handle them, yet!
Diffstat (limited to 'libmpio/defs.h')
-rw-r--r--libmpio/defs.h7
1 files changed, 5 insertions, 2 deletions
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,