diff options
Diffstat (limited to 'drv_generic_i2c.h')
-rw-r--r-- | drv_generic_i2c.h | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/drv_generic_i2c.h b/drv_generic_i2c.h index dd885be..3304109 100644 --- a/drv_generic_i2c.h +++ b/drv_generic_i2c.h @@ -1,8 +1,8 @@ -/* $Id: drv_generic_i2c.h,v 1.3 2005/05/31 20:42:55 lfcorreia Exp $
+/* $Id: drv_generic_i2c.h,v 1.4 2005/05/31 21:32:00 lfcorreia Exp $
*
* generic driver helper for i2c displays
*
- * Copyright (C) 2005 Luis F. Correia <luis.f.correia@seg-social.pt>
+ * Copyright (C) 2005 Luis Correia <lfcorreia@users.sf.net>
* Copyright (C) 2005 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
@@ -23,13 +23,16 @@ *
*
* $Log: drv_generic_i2c.h,v $ - * Revision 1.3 2005/05/31 20:42:55 lfcorreia - * new file: lcd4linux_i2c.h - * avoid the problems detecting the proper I2C kernel include files - * - * rearrange all the other autoconf stuff to remove I2C detection - * - * new method by Paul Kamphuis to write to the I2C device + * Revision 1.4 2005/05/31 21:32:00 lfcorreia + * fix my email address + *
+ * Revision 1.3 2005/05/31 20:42:55 lfcorreia
+ * new file: lcd4linux_i2c.h
+ * avoid the problems detecting the proper I2C kernel include files
+ *
+ * rearrange all the other autoconf stuff to remove I2C detection
+ *
+ * new method by Paul Kamphuis to write to the I2C device
*
* Revision 1.2 2005/05/08 04:32:44 reinelt
* CodingStyle added and applied
|