aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_i2c.h
diff options
context:
space:
mode:
authorlfcorreia <lfcorreia@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-05-31 21:32:00 +0000
committerlfcorreia <lfcorreia@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-05-31 21:32:00 +0000
commit263c01b05b105a8dec11de036658c11532582611 (patch)
tree26bc17968058465b0366b7b43c84232819c62ccc /drv_generic_i2c.h
parent22da6b09d50364140912e45ab099778f8c274b18 (diff)
downloadlcd4linux-263c01b05b105a8dec11de036658c11532582611.tar.gz
[lcd4linux @ 2005-05-31 21:30:56 by lfcorreia]
fix my email address git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@560 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_generic_i2c.h')
-rw-r--r--drv_generic_i2c.h21
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