[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
This commit is contained in:
lfcorreia
2005-05-31 21:32:00 +00:00
parent 22da6b09d5
commit 263c01b05b
3 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Xavier Vello <xavier66@free.fr>
Martin Hejl (martin@hejl.de)
Jesse Brook Kovach <jkovach@wam.umd.edu>
Nico Wallmeier <nico.wallmeier@post.rwth-aachen.de>
Luis F. Correia <luis.f.correia@seg-social.pt>
Luis Correia <lfcorreia@users.sf.net>
Patrick Schemitz <schemitz@ekp.physik.uni-karlsruhe.de>
Andy Baxter <andy@earthsong.free-online.co.uk>
Thomas Siedentopf <thom-s@gmx.net>
+1 -1
View File
@@ -17,7 +17,7 @@ Xavier Vello <xavier66@free.fr>
Martin Hejl (martin@hejl.de)
Jesse Brook Kovach <jkovach@wam.umd.edu>
Nico Wallmeier <nico.wallmeier@post.rwth-aachen.de>
Luis F. Correia <luis.f.correia@seg-social.pt>
Luis Correia <lfcorreia@users.sf.net>
Patrick Schemitz <schemitz@ekp.physik.uni-karlsruhe.de>
Andy Baxter <andy@earthsong.free-online.co.uk>
Thomas Siedentopf <thom-s@gmx.net>
+12 -9
View File
@@ -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